联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(95) 

[网络编程] 连杆源程序

一平面六杆机构,设已知各构件的尺寸 ,又知原动件1 以等角速度ω1=1rad/s 沿逆时针方向回转,试求各从动件的角位移、角速度、角加速度以及 E 点的位移、速度及加速度的变化情况题号 L1 L2 L3 L4 L5 L6 L2’ xG yG a 5-B 26.5 105.6 67.5 87.5 47.2 37.8 65.0 153.5 41.7 35
With a planar six-bar mechanism, it is assumed that the dimensions of each component are known, and the original moving member 1 is known to rotate counterclockwise with an equal angular velocity 1=1rad/s. The angular displacement, angular velocity and angular acceleration of each follower as well as the displacement, velocity and acceleration of point E are tried out (2020-05-17, matlab, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1589705367173922.html

[网络编程] LVMQTT-master

用于LabVIEW的MQTT库 MQTT[1]消息隊列遙測傳輸(Message Queuing Telemetry Transport)是ISO 標準(ISO/IEC PRF 20922)[2]下基於發布/訂閱範式的消息協議。它工作在 TCP/IP協議族上,是為硬體性能低下的遠程設備以及網絡狀況糟糕的情況下而設計的發布/訂閱型消息協議,為此,它需要一個消息中間件 。 IBM公司的安迪·斯坦福-克拉克及Arcom公司的阿蘭·尼普於1999年撰寫了該協議的第一個版本。[3] 該協議的可用性取決於該協議的使用環境。IBM公司在2013年就向結構化資訊標準促進組織提交了 MQTT 3.1 版規範,並附有相關章程,以確保只能對規範進行少量更改。[4]。MQTT-SN[5]是針對非 TCP/IP 網絡上的嵌入式設備主要協議的變種,與此類似的還有 ZigBee 協議。
MQTT Library for LabVIEW MQTT [1] Message Queuing Telemetry Transport is a message protocol based on the publish/subscribe paradigm under the ISO standard (ISO/IEC PRF 20922) [2]. It works on the TCP/IP protocol suite and is a publish/subscribe messaging protocol designed for hardware with low hardware performance and poor network conditions. For this, it requires a message middleware. IBM's Andy Stanford-Clark and Arcom's Alan Nip wrote the first version of the agreement in 1999. [3] The availability of this protocol depends on the environment in which the agreement is used. In 2013, IBM submitted the MQTT version 3.1 specification to the Structured Information Standards Promotion Organization with a charter to ensure that only minor changes to the specification were made. [4]. MQTT-SN [5] is a variant of the main protocol for embedded devices on non-TCP/IP networks, similar to the ZigBee protocol. (2019-07-30, Others, 1632KB, 下载22次)

http://www.pudn.com/Download/item/id/1564450386868608.html

[网络编程] jbox2d-jbox2d-2.1.2.1

源代码愤怒的小鸟的游戏画面卡通可爱、充满趣味性,但是也不乏难度和挑战,益智游戏。主角是一只护蛋的小鸟,讲述一班小鸟要从邪恶的小猪手上夺回蛋的故事,游戏通过几种不同特性的小鸟站在丫叉上,之后向小猪们作出攻击,射击小猪的猪堡垒。这是个基于物理的挑战游戏,需要逻辑性和技巧,用武力去打败敌人。游戏是十分卡通的2D画面,看着愤怒的红色小鸟,奋不顾身的往绿色的肥猪的堡垒砸去,那种奇妙的感觉还真是令人感到很欢乐。而游戏的配乐同样充满了欢乐的感觉,轻松的节奏,欢快的风格,游戏的玩法很简单,将弹弓上的小鸟弹出去,砸到绿色的肥猪,将肥猪全部砸到就能过关。鸟儿的弹出角度和力度由玩家的鼠标来控制,要注意考虑好力度和角度的综合计算,这样才能更准确的砸到肥猪。而被弹出的鸟儿会留下弹射轨迹,可供参考角度和力度的调整。另外每个关卡的分数越多,评价将会越高。
sorce programAngry bird's game picture is cute and interesting, but there are also difficulties and challenges, puzzle games. The main character is an egg - protecting bird, telling the story of a group of birds trying to recapture eggs from evil piglets. The game takes several birds with different characteristics to stand on the fork and then makes an attack on the piglets and shoots at the pigsty of the piglets. This is a challenge game based on physics, which requires logic and skill to defeat the enemy by force. The game is a very cartoon 2D picture. Looking at the angry red bird and desperate to hit the fortress of the green pig, (2019-01-09, Java, 449KB, 下载0次)

http://www.pudn.com/Download/item/id/1546997184823664.html

[网络编程] 仓库管理

仓库管理中,存有商品编号、名称等情况的表格,根据用户提供的编号可以找到相关的材料,假设表格中有5种库存品,表格的格式为(编号+单词长度为12个字节) stoktab db '10',' Computer ' db '11',' Processor' db '12',' Memory ' db '13',' Storage ' db '20',' Network ' 试编写程序,实现如下功能 输入:接受用户键入的库存品号; 查表:根据给定编号在表格中查找所要求的库存品名称; 输出:显示找到的库存品名称。
In warehouse management, tables with commodity numbers, names and other information can be found according to the number provided by the user. Suppose there are five kinds of inventory in the table, and the form is (number + word length is 12 bytes) Stoktab DB'10',' Computer ' DB'11',' Processor' DB'12',' Memory ' DB'13',' Storage ' DB'20',' Network ' Try writing programs to achieve the following functions Input: accept the number of goods entered by users. Look-up table: find the required inventory name in the form according to the given number. Output: displays the name of the inventory found. (2018-10-23, Asm, 3KB, 下载0次)

http://www.pudn.com/Download/item/id/1540286402970607.html

[网络编程] 二次解析

二次解析.视频站点必备.挺好玩的下载试试.
Every morning you greet me Small and white Clean and bright You look happy to meet me Blossom of snow May you bloom and grow Bloom and grow forever Edelweiss, edelweiss Bless my homeland forever Small and white Clean and bright You look happy to meet me Blossom of snow May you bloom and grow Bloom and grow forever Edelweiss, edelweiss Bless my homeland forever (2018-02-17, WINDOWS, 37KB, 下载1次)

http://www.pudn.com/Download/item/id/1518877680753769.html

[网络编程] easy road

1.问题描述 若用无向图来表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路,试设计一个找路程序,获取两个城市之间的所有简单路径。 2.输入数据 输入结点个数n,输入城市的编号,由于是四位数字,为了简便统一起见,设置为int类型,通过输入两个城市的编号表示这两个城市之间有高速公路。最后找路的时候输入两个城市的编号,表示该路的起点和终点。 3.输出数据 输出由城市编号组成的所有可能路径,类型为int型。
1. problem description If we use undirected graph to express expressway network, where vertices represent cities and express expressways between cities, we try to design a road finding program to get all the simple paths between two cities. 2. input data The number of input nodes n, enter the number of the city, because it is four digit number, for the sake of simplicity and uniformity, it is set to int type. By entering the number of the two cities, there is a highway between the two cities. Finally, when looking for the road, enter the number of the two cities to indicate the starting point and the end point of the road. 3. output data Output all possible paths composed of city numbers, type int. (2018-01-08, C/C++, 420KB, 下载1次)

http://www.pudn.com/Download/item/id/1515342237299890.html

[网络编程] trqqjsw_a5a

LOL教程、QQ业务、代码分享、教程发布”等等图片文字类型的网站。 程序前台有首页、列表页、内容页、会员登录、会员注册、会员个人中心、会员积分体系、会员投稿、投稿编辑、会员签到、在线留言、文章评论、整站搜索等功能。
LOL tutorials, QQ business, code sharing, tutorial release, and so on, and so on. The program of a home page, list page, content page, member login, member registration, member center, individual members of integral system, membership submission, submission editing, membership attendance, online messages, comments, web search and other functions. (2017-12-28, ASP, 3159KB, 下载2次)

http://www.pudn.com/Download/item/id/1514457456478308.html

[网络编程] feigechuanshuV0.8

1、扫描本地局域网内同本机同一网段的所有计算机,并将能ping通机器的机器名放在列表中,可以对列表排序,刷新(对JTree的操作)。 2、最多添加3个自定义网段。(对于机房特别实用,因为机房不同房间的机器通常在不同的网段中)。自定义服务监听端口(注:保证两台机器端口一致才能互相通信)。 3、对于列表中的计算机,可以发送系统消息(前提:系统的信使服务开启,注:windows xp sp2 以后的计算机都是默认关闭的,所以系统服务无效,好在我们学校机房是2000系统)。本网段群发,和局域网群发功能暂未实现(因为群发太邪恶了,实训期间深有体会)。 4、任意两台在线(两台机器都打开本软件)可以互相聊天(目前看来除了机房上课的无聊间隙,这个功能实用性实在有限)。 5、任意两台在线的机器可以互相传文件(在宿舍试了一下速度基本可以达到百兆局域网上限,所以用在同一宿舍互传文件也不错,省去了U盘、移动硬盘插拔的麻烦,也不需设置恼人的windows网上邻居或FTP服务)。
1, scan the local LAN with this machine all the computers in the same network segment, and will pass the machine can ping the machine name on the list, you can sort the list, refresh (for JTree s operation). 2, add up to three custom segment. (For room especially useful, because the machine room is usually different rooms in a different network segment). Customized service listening port (Note: to ensure that the same port to two machines communicate with each other). 3, for the list of computers, you can send system messages (the premise: The system messenger service is turned on, note: windows xp sp2 after the computer is off by default, so the system service is invalid, and good in our school computer room is a 2000 system). Ben Wang segment mass, and the mass function of local area network yet to achieve (because the mass is too evil, and practical training during the profound understanding). 4, any two-line (two machines are to open the software) can chat with each oth (2009-09-14, Java, 153KB, 下载134次)

http://www.pudn.com/Download/item/id/910608.html

[网络编程] PlayColor5.0

玩转颜色是个免费的颜色软件。拥有友好的界面和小巧的身躯,可以获取屏幕上的任何颜色,以RGB,网页,16进制,色素代码,Delphi颜色输出。更可以输入颜色代码调配颜色;自带颜色收藏夹。更可以获取网页中的配色方案,保存起来。适用于编程,网页制作等。
Topsy color is the color of free software. Has a friendly interface and compact body, you can access any on-screen color to RGB, web page, 16-band, color code, Delphi color output. Can enter the color code deployment color bring their own favorite colors. Can access the page in the color scheme, save up. Applies to programming, web production and so on. (2009-08-01, HTML, 146KB, 下载119次)

http://www.pudn.com/Download/item/id/863660.html

[网络编程] AutoUpgrade

我们做程序的方式一是C/S另一是B/S,B/S的程序做在服务端的,客户端是IE, 涉及不到客户端程度升级,我们有时更喜欢C/S,EXE编程方便,各种功能都可以做 得更好,运行速度快。在一个局域网里,客户端有不少,都在运行你的相同客户程 序,为这些客户程序更换新版本,却很麻烦,一直很想有一个较简单的、标准的升 级功能块,这次我做了尝试,自感很满意,现把完整源码贴出,希望有兴趣的,试 一试,提一点新的建议
The way we do the procedure first, C/S is a B/S, B/S to do the procedure in the service side, the client is IE, involving less than the degree of escalation of the client, we sometimes prefer C/S, EXE for convenient way, a variety of functions that can be done better, run faster. In a local area network, the client has a lot of you are running the same client for these clients to replace the new version, but the trouble has been like to have a relatively simple upgrade of the standard function blocks, the I made a try, self-inductance is very satisfied with the integrity of the source is posted, interested parties would like, try to point out that a new proposal (2009-07-15, C++ Builder, 9KB, 下载6次)

http://www.pudn.com/Download/item/id/845457.html

[网络编程] CHC

中国象棋online v2008 build 0313 web版的线上棋牌游戏。 能建房间,更改玩家名称,在游戏中发送即时消息等。 本次更新:修正了一些错误;增加观察者模式;首页增加自动更新房间信息;短消息优化。 安装方法:运行install.php,填写好服务器、数据库、用户名、密码等信息,然后提交即可。 运行环境:PHP5 + MYSQL5 测试网址:http://www.vcanfly.com/chc //这个用的是美国DreamHost空间,有点慢。 下载地址:http://www.vcanfly.com/chc.rar mickie作品 我的QQ:155448883 MSN:zzqcn@msn.com mickiedd@gmail.com
Chinese Chess online v2008 build 0313web version of the online board games. Able to build the room, change player names, in the game, such as send instant messages. This update: Fixed some errors increase in observer mode Home increase automatically updated room information short message optimization. Installation Method: Run install.php, to fill a good server, database, user name, password and other information, can then be submitted. Operating Environment: PHP5+ MYSQL5 test URL: http://www.vcanfly.com/chc// this is used in the United States DreamHost space, a bit slow. Download Address: http://www.vcanfly.com/chc.rarmickie works my QQ: 155448883MSN: zzqcn@msn.commickiedd @ gmail.com (2008-11-23, PHP, 770KB, 下载8次)

http://www.pudn.com/Download/item/id/586743.html

[网络编程] WWW.Ahaoz.CoM_97867679

量免费资源任你下! 网站1:http://www.ahaoz.com 请这样记住本站:★A(爱)★hao(好)★Z(者).CoM 网站2:http://www.itlove.net www.ahaoz.com 是一个免费 资源下载 网络学习 休闲娱乐 的综合站点,相信您在本站一定能找到想要的! ★爱好者之家★★★★欢迎您!
Amount of free resources for your next term! Site 1: http://www.ahaoz.com Please remember this site: ★ A (Love) ★ hao (good) ★ Z (De). CoM Website 2: http:// www.itlove.net www.ahaoz.com is a free resource to download e-learning integrated entertainment site, I believe you will certainly be able to find a site you want! ★ enthusiasts House ★ ★ ★ ★ Welcome! (2008-10-23, Visual C++, 26KB, 下载4次)

http://www.pudn.com/Download/item/id/565692.html

[网络编程] 2007672331490

软件作者:kylinpoet (E.S.T) PS:发现网上用VB写加花程序的源码很难找 同时也为了加深一下对PE结构的了解 就动手写了这个程序 本来还想加个 crc校验 或者 修改PE结构 欺骗OD 什么 想想也没什么必要 就不加了 参数修改 或者 自己添加花指令的话 就直接在 xml文件里操作吧 自定义的花只用 添加花头 如: xxxx xxxx ------------ jmp xxxx jmp是自己生成的不用添加 花指令支持空格 自带的花指令有可能被卡巴认为是病毒 请自行斟酌使用 希望大家玩得愉快
Software Author: kylinpoet (EST) PS: found online Writing with VB source code plus flower procedures are difficult to get at the same time in order to deepen you understanding of the structure of PE on the hands originally wrote this procedure would also like to add or modify the PE CRC Checksum What about the structure of deceit OD is no need to add a parameter does not modify or add their own words on flower orders directly in the xml file to customize it to operate only to add the flower such as flower head: xxxxxxxx----------- jmp xxxxjmp are generated do not have to add their own commands to support the flower space flower s own instructions may be Kabbah think are viruses, please use discretion hope everyone have a good time (2008-08-31, Visual Basic, 20KB, 下载7次)

http://www.pudn.com/Download/item/id/538065.html

[网络编程] HanGameVC

HanGame木马VC源代码 外面流传的很多HANGAME的木马生成器 并不能获取到玩家的身上的钱数 我发的这个源码是VC写的 喜欢VC的朋友来研究研究吧 功能: 在win98/win2k/nt/xp/2003下都无进程 能准确截取 HANGAME 玩家登陆的游戏帐号 密码 游戏房间URL 随身钱数 无进程 通过80端口传递信息 主要是想让朋友们一起学习键盘钩子 老鸟就别看拉 是很一般的作品 目前还可以使用的
HanGame Trojan source code spread outside the many faces of Trojan generator is not access to the player's possession of money I made in the source code is written by the likes of VC VC friends to studies it functions : under the win98/win2k/nt/xp/2003 process accurately without interception faces players of the game landing account password URL game rooms without money players through the process of transmission of information 80 major ports wanted friends together to learn the keyboard hook on veterans Although Rafah is a very general entries also can use the (2006-01-19, Visual C++, 1270KB, 下载133次)

http://www.pudn.com/Download/item/id/142048.html

[网络编程] SnowStats13

注意事项: ·注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ·如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ·请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ·由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,
Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! ! (2005-07-07, PHP, 623KB, 下载119次)

http://www.pudn.com/Download/item/id/1120715203635242.html
12345
总计:95