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

[网络编程] cilixian

搭建磁力离线平台,请放在服务器WEB目录`磁力链接是一种特殊链接,但是它与传统基于文件的位置或名称的普通链接(如http://xxx)不一样,它只是通过不同文件内容的Hash结果生成一个纯文本的“数字指纹”,并用它来识别文件。它类似于生活消费品包装上常见的条码,不同的是这个“数字指纹”可以被任何人从任何文件上生成,这也就注定了磁力链接不需要任何“中心机构”的支持(例如:BT Tracker服务器),且识别准确度极高。因此任何人都可以生成一个Magnet 链接并确保通过该链接下载的文件准确无误
-Magnetic link is a special link, but it with the traditional common links based on the location of the file or the name (such as http://xxx) are not the same, it is only through the different contents of the file Hash generate a pure text digital fingerprint , and use it to identify the file. It is similar to the consumer goods packaging common bar code, the difference is the digital fingerprint can be generated any file, this also was destined magnetic link does not need any central agency support (for example: BT Tracker server), and the recognition accuracy is high. So anyone can generate a Magnet link and ensure that through the link to download the file accurately. (2016-05-25, PHP, 11KB, 下载7次)

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

[网络编程] jifangdonglijiankong-(1)

动力环境集中监控可满足“集中监控、集中维护、集中管理”的通信维护管理现代化目标要求,具有实时监控设备运行状态、预期故障发生、迅速排除故障、进行综合管理等多重功能。 动力及环境集中监控系统是运用计算机、现代通信、智能测控等先进技术,利用先进的通信网络对分布于本区域或者远程区域的机房和工作区进行实时监控,以实现防盗报警、故障告警、紧急时事件处理、记录并处理相关数据,从而实现对在一个区域或不同区域里的各个设备及工作区域进行集中监控。 本方案是针对温州市广播电视中心目前实际应用情况,对广电中心大楼内2个以及市内分站11个共计十三个机房的动力环境及视频综合监控系统进行的设计,可完全满足如下需要:
Power Environment Monitoring can meet the centralized monitoring, centralized maintenance, centralized management, the objectives and requirements of modern communications maintenance management, real-time monitoring of equipment operating status, expected failure, rapid troubleshooting, integrated management of multiple functions. Power and Environment Monitoring System is the use of computer, modern communication, intelligent control and other advanced technology, the use of advanced communication networks for distribution in the region, a remote area of the room or workspace and real-time monitoring, in order to achieve the anti-theft alarm, fault alarm, emergency when the event processing, record and process the data, in order to achieve a different region or regions where the various equipment and the work area for centralized monitoring. The program is for Wenzhou City Broadcasting Center currently practical application, designed for radio and television center building withi (2015-04-17, ASP, 777KB, 下载6次)

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

[网络编程] P2P-IM

设计一个p2p聊天软件,由多个聊天客户端和一个中心服务器组成。各个聊天客户端可以两两相互发送消息。目的在于设计GUI,多线程和套接字编程。各个客户端用IP地址和TCP/IP监听端口号进行标识。每个客户提供一个名字,方便其它客户端。 此设计由两部分组成。 部分一:p2p聊天中各个成员管理。每个成员称为一个peer,要有一个中心的服务处理peer的登记和对已经登记的peer进行更新。 步骤1:一个peer选择一个名字,通过登记界面进行登记。 步骤2:服务器拥有一个公有IP,在一个众所周知的端口进行监听。Peer向服务器发送‘register’请求,同时发送自己的登记信息(如自己取的名字,自己的监听端口号等)。服务器收到‘register’请求后,如果这是每一个登记请求,服务器建立一个用于记录已经登记peer的列表(Peer List),否则更新Peer List。 步骤3:服务器向来登记的peer发送Peer List。PeerList 由一些活跃的peer组成,一个活跃的peer是在最近30秒内进行登记的peer
The design of a p2p chat software, multiple chat client and a central server. Each chat client can two two send each other messages. Aims to design the GUI, multithreading and socket programming. Each client IP address and TCP/IP listening port number for identification. Each customer to provide a name, and convenient to other clients. This design consists of two parts. Part one: p2p chat management. Each member is called a peer, have a central service to deal with peer registration and to update already registered peer. Step 1: a peer to select a name to be registered through the registration interface. Step 2: The server has a public IP, in a well-known port listening. Peer to the server send register request, send the registration information (such as the name they take, their own listening port number, etc.). The server receives the request of the register , if this is per a registration request, the server to establish one for the record have been registered to the list o (2012-04-07, Visual C++, 491KB, 下载102次)

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

[网络编程] testPNN

/*模式训练*/ Training(int,int,int,char*,char*,char*) 参数: 模式个数(即网络的第一隐层节点数) 模式维数(即网络的输入层节点数) 模式类别数(即网络的输出层节点数) 计算中心控制矢量时所用的变换函数核 第二隐层权值的训练算法 训练模式所在的文件名称 /*模式分类*/ Classifying(int,char*) 参数: 需要分类的模式个数 分类数据
/* Model Training*/Training (int, int, int, char*, char*, char*) parameters: model number (ie, the first hidden layer the network nodes) model dimension (ie number of nodes in the network' s input layer ) mode, the number of categories (ie, number of nodes in the network' s output layer) control vector computing center used by the nuclear transfer function weights the second hidden layer training algorithm training mode where the file name /* classification*/Classifying (int, char* ) parameters: the need for disaggregated data on the number of classification models (2011-01-11, Visual C++, 619KB, 下载6次)

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

[网络编程] 26thChinaInternetDevelopmentStatisticsReport

第26次中国互联网络发展状况统计报告 中国网民规模与结构、互联网基础资源、上网条件和网络应用等方面的信息,对国家和企业掌握互联网络发展动态和制定决策有着十分重要的意义。1997年,经国家主管部门研究,决定由中国互联网络信息中心(CNNIC)联合当时的四大互联网络单位共同实施这项统计工作,并于同年11月发布了第1次《中国互联网络发展状况统计报告》。为了使这项工作正规化、制度化,从1998年起,中国互联网络信息中心于每年1月和7月定期发布《中国互联网络发展状况统计报告》。统计报告发布后,受到各个方面的重视,被国内外广泛引用。本次为第26次调查。
26th China Internet Development Statistics Report Size and structure of Chinese Internet users, Internet-based resources, access to Internet and network applications such as information, and corporate control of national developments and the development of the Internet has a very important decision. In 1997, research by the national authorities, the decision by the China Internet Network Information Center (CNNIC) Internet joint unit of the four was the common implementation of this statistical work, and in November the same year released the 1st "China Internet Development Statistical Report. " To make this work regularization and institutionalization, since 1998, the China Internet Network Information Center in January and July each year regularly published "China Internet Development Statistics Report." After statistical report released by the various aspects of attention, is widely used at home and abroad. The survey for the first 26. (2010-10-16, PDF, 862KB, 下载3次)

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

[网络编程] csnastech

科来网络分析系统 6.9 build 1145 - 2008.10.31 -------------------------------------------- 新功能: 在各视图中,端点的物理地址和IP地址支持别名+地址组合显示。 在全局选项中,增加了禁用系统休眠功能选项。 协议识别支持ISL, FCoE 增加ISL, FCoE协议解码 功能改进: 开始页面视图增加Help栏目 网卡测试向导自动隐藏本地回环适配器. 问题修正: IP协议解码分片偏移量值显示不正确。 ◎ 感懿(GanYi)娱乐互动网 ◎ http://Www.Pay-4u.Com 免费提供大量精挑程序源码,以及编程酷软、模板素材、常用工具和书籍下载,精品源码共享,商业视频教程、软件免费下载
Families to network analysis system 6.9 build 1145- 2008.10.31 -------------------------------------------- New: In each view, the physical address and IP endpoint address alias address assemblage. In the global options, add option to disable system sleep function. Protocol identification to support ISL, FCoE Increase the ISL, FCoE protocol decode Feature Enhancements: Help section beginning page view increase NIC test wizard automatically hide the local loopback adapter. Bug fixes: IP fragment offset, protocol decode display incorrectly. ◎ flu Yi (GanYi) interactive entertainment network ◎ http://Www.Pay-4u.Com Pick a large number of fine free program source code, and programming cool soft, template material, commonly used tools and books to download, fine source sharing, commercial video tutorials, software free download (2010-09-14, C++, 21271KB, 下载37次)

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

[网络编程] 20061319375700

新易教育资源搜索器是一款运行于“客户端”搜索工具。 使用新易教育资源搜索器你可以在网络上进行有关教育资讯的多重站台的搜索,不到几秒钟的功夫,所有的搜寻结果就源源不断地出现在你的面前。 新易教育资源搜索器可以搜索的类别包括教育新闻、行政管理、教学资源、留学资讯四大类别共240多个小类别。
The new easy to educational resources is a search engine runs on " client" search tool. Easy search using the new educational resources on the network device you can carry out multi-site information on education search, less than a few seconds of effort, all the search results appear on the endless stream in front of you. The new search engine can easily search for educational resources, including the type of education news, administration, teaching resources, study the four major categories of information were more than 240 small categories. (2010-07-26, Visual C++, 1066KB, 下载3次)

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

[网络编程] IM2010

计算机网络实验Socket 通信 实验内容: 在学习完TCP/IP协议组后,要求掌握基于此协议实现网络通信,理解TCP与UDP的不同特性以及实现方式。实验要求建立一个基于TCP/IP协议的网络通讯小应用,实验可采用UDP或TCP,以分组形式,每组5人;建议基于WINDOWS平台; 功能要求: 建立一个基于中心服务器方式即时数据通信平台(IM)。 要求如下(*为选做内容): 1. 能进行用户管理,所有用户必须登录到服务器,由服务器维护在线信息。 2. IM(Instant Message)功能:用户登录后能进行实时多方点到点短信息通信,如聊天; 3. 能选择要求服务器进行转发服务。 4. 能保存通信记录到数据库(SQL Server或其他桌面型数据库); 5. 能进行双方文件传输,能显示进度 6. 支持断点重传。(检查时需有功能随时中断传送,并在下次启动能显示重传状态) *7. 数据包加密。 8. 实时语音双向传送功能 *9. 多方通话功能 10. 界面设计要求布局合理,信息清晰。
Socket Communications Computer Network Experiment Experiment: End of learning TCP/IP protocol, the request control network traffic based on this protocol, understand the different characteristics of TCP and UDP, and implementation. Experiment requires the establishment of a TCP/IP-protocol network communication small applications, experiment can use UDP or TCP, to form groups, each 5 recommendations are based on WINDOWS platform Functional requirements: Way to establish a central server-based real-time data communications platform (IM). Requirements are as follows (* for the election to do content): 1. To carry out user management, all users must log on to the server, the server maintenance on-line information. 2. IM (Instant Message): Users can log in real-time multi-point short message communication, such as chat 3. Can choose to request the server to transmit service. 4. To save the communications records to the database (SQL Serv (2010-06-22, Java, 625KB, 下载23次)

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

[网络编程] eyhcchat

功能简介: 网页对话 -> 即时解答客户疑问,提供在线咨询 离线留言 -> 客服人员不在线时,支持离线留言,让客户随时能够与网站客服人员保持联系 聊天记录 -> 客服人员可以随时查到历史聊天记录 聊天管理器 -> 可同时与多个客户交谈,并实现完美切换 多席位管理 -> 支持多席位,主帐号具有工号管理功能,可以组建小型的网上呼叫中心 客服图标设置 -> 支持10套风格的客服图标,并可以设置浮动/固定样式 访问统计 -> 访客信息统计、来源与被访页面统计、访客脚印跟踪 用户名:admin 密码:admin
Function Description: Web page dialog-> real-time answers to customer queries, providing online consultation Offline Message-> customer service staff is not online, offline message support, allow customers at any time with customer service personnel to maintain contact site Chats-> customer service staff can be found in the history of chats Chat Manager-> can talk with multiple clients and to achieve a perfect switching Multi-seat management-> to support the largest number of seats, the main account management capabilities with its work, you can set up a small call center online Icon Customer Service Settings-> support for 10-style Service icon, and can set up a floating/fixed-style Access Statistics-> visitor information statistics, visit the source of the page with statistics, visitor tracking footprints User name: admin Password: admin (2009-07-22, PHP, 1080KB, 下载55次)

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

[网络编程] qiyewangzhanv125345

企业网站系统包含新闻,图片,文件上传下载等等呢个好好好爱好
Corporate website contains news, photos, files downloaded, etc. From this a good good loving (2008-12-18, ASP, 318KB, 下载53次)

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

[网络编程] VB_TTS

仿照远景网维的网管呼叫中心功能而制作,因为发现它是根据电脑名称来判断机器号的,而我网吧的机器号都是根据IP地址来设定的,所以在我这边读不了机器号,只会说需要网管服务,于是我就出了这款根据IP地址来判断机器号的呼叫器,希望对易游的和跟我一样根据IP地址来设定机器号的网吧有用! 如果您在使用中发现有任何问题或者Bug请通过以下方式联系我。谢谢! 本程序的服务器端需要TTS引擎支持,
Vision Network-dimensional replica of call center management and production functions, as it was found was based on the name of the computer to determine the number of machines, and I cafes machines are based on its IP address set, so not on my side reading machines number, would only say that the need for network management services, so I had this IP address to determine the basis of machines pager numbers, and they hope to travel easily and told me the same IP address to set in accordance with its Internet cafes useful machine! If you found Bug or have any questions please contact me through the following manner. Thanks! This procedure needs the server-side TTS engine support, (2008-11-30, Visual Basic, 37KB, 下载21次)

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

[网络编程] MScomm

为解决实际测控系统中在控制中心的上位机和控制功能设备的下位机之间传送命令和文件的问题,在讨论VC++6.0中MSComm控件的基础上,通过制定通信协议、给命令和文件加入标识构成包进行传送,从而正确地区分了命令和文件.实验表明,基于该通信协议,可以成功地传送命令和多类型文件.
To address the actual measurement and control system in the Control Center PC and control functions of equipment under the digital transmission between orders and documents, in discussing the VC++ 6.0 in MSComm control on the basis of the communication protocol through the development to the orders and adding logo files constitute a packet transmitted, thereby correct distinction between the orders and documents. The experimental results show that based on the communication protocol, you can successfully send a command and multi-type documents. (2008-09-07, Visual C++, 225KB, 下载101次)

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

[网络编程] nc-Source

NC首先秉承了分布式服务器技术的一惯思想,并进一步改进,提出客户端就是服务器的设计思想,在这种思想的指引下,整个NC系统中的PEER没有任何级别上的区别,也不依赖于任何服务器,NC只是根据网络环境和用户的旨意来运转,用户可以自己做服务器并提供服务给那些没办法做服务器的PEER,也可以只使用别人提供的服务,还可以在使用别人服务的同时,提供力所能及的服务给那些没办法做服务器的PEER! 因此,在NC的系统中,不会有专门的服务器版,也不会有专门的客户端搬,而只是一个NC--一个没有任何中心概念的NC:Net No Center! (2007-09-14, Delphi, 483KB, 下载7次)

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

[网络编程] eMulePlus-1.2a.Source

eMule Plus 是一款文件分享软件。是架构在 eDonkey2000 多重来源文件传输通讯协定 (MFTP),它不需要依赖一个中心服务器,能快速搜寻及下载建立在 Donkey 网路上所有已分享的文件。 eMule Plus 允许您传输任何类型的文件,它能自动交换来源传输文件及蒐集文件清单将同一类型的 文件分类以利下载及分享,使用者能从多重来源下载一个相同的文件以确保传输是快速的。 文件能在下载中进行上传,这确保文件能被快速的分散。 eMule 主要特色: .分享并下载任何类型的文件。 .不需中心服务器,服务器能在任何的位置和 IP 位址。 .支援文件下载续传功能。 .能搜寻到所有已上线的使用者而且不用在同一个服务器内。 .在同一时间内从不同使用者内下载文件。 .同时上传和下载相同的文件。 .下载能由一个区间的分割而自动进行并完成。 .使用者能建立蒐集文件清单,确定并得到所有属於共同的文件。 .动态连结埠,经过设定 donkey 能使用任何的连结埠。
eMule Plus is one file-sharing software. EDonkey2000 is in the framework of multiple sources File Transfer Protocol (ars) it does not need to rely on a central server. can quickly search for and download on the Internet Donkey all share documents. EMule Plus allows you to transfer any type of document, It automatic exchange of documents and source transmission list of documents to gather the same type of classification of documents to facilitate the downloading and sharing, Multiple users can download a source of the same documents to ensure that transmission is rapidly. Documents can download for uploads, ensuring that documents can be quickly dispersed. EMule main characteristics :. Share and download any type of document. . No central server, the server can be in any location and IP add (2006-11-13, Visual C++, 3724KB, 下载25次)

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

[网络编程] j_7073_tee5_mir2

1:布局重新整理,使其更合理,修正慢的问题! 2:首页增加留言显示! 3:修正本地软件无法下载问题! 4:修正装备展示内容限制问题,可以无限添加! 5:删除合作资源,增加了新手指南! **************************************************** 保持3.3所有功能 V3.4更新内容 1:解决后台网站设置问题 2:增加菜单管理功能!(分顶部导航,顶部版权) 3:客服部分,电话,QQ采用无限制! 4:增加在线统计修改功能! 5:修正新手指南首页不显示错误! 6:修正了新手指南内容不换行错误! 7:修正新闻公告注入BUG! 8:修正首页只能显示一张照片的错误! 由于时间匆忙,请各位手动升级 V3.4最新功能,导航菜单添加管理, 升级方法: 新建表:Gq_menu 字段:id 自动编号 字段:menuid 长整型 字段:title 字符型 50 字段:url 字符型 随意 字段:open 逻辑型 字段:foot 逻辑型 字段:pass 逻辑型 新建表:Gq_config 字段分别为:qq dh sf RMB bbs 全部为备注型
1 : layout re-organized to make it more reasonable, that the problem of slow! 2 : Home show increased voice! 3 : Amendments to the local software can not be downloaded! 4 : Amendments equipment display content restrictions, can add unlimited! 5 : delete cooperation resources, the increase is coming!**************************************************** maintain all the functions SP 3.3 update 1 : background website set up to solve two problems : increasing menu management functions! (Sub-Top navigation, top copyright) 3 : customer service, telephone, unlimited use QQ! 4 : increase online statistical change the functional! 5 : Home Guide that newcomers do not show wrong! 6 : Amendments to the novice Guide content is not wrong for OK! 7 : Amendment to a press release into BUG! 8 : Home amend (2006-07-03, ASP, 1380KB, 下载8次)

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

[网络编程] Ligsms

一个功能非常完善、操作简便、界面更是经典的多功能短消息发送软件。启光短信通是一个以发送短信为主,真正做到从用户实用角度为出发点,并以让用户的操作更为简便来安排整个软件的结构,以最亮丽的窗口风格来设计软件界面,使用过后让你爱不释手: 本软件还有以下诸多特点: ★ 建于国家高能计算中心,拥有超级服务器硬件支持和中国网通宽带高速网关,发送每条短信不超过10秒。 ★ 配备了短信群发功能,并能准备地告诉你每条短信的发送结果。 ★ 智能分割超长短信功能,让你一次能发送500字的短信。 ★ 提供功能强大的通讯录,方便地查询到联系人的基本信息,提供双击发送,操作极其方便。 ★ 直观的联系人分组功能,再多的联系人,也可以方便地找到。 ★ 自定义短语可以让你把精彩的短语分类收藏,随时可以重用。 ★ 发送记录保存,可以让你方便的查询发送过的短信记录,提供双击发送,能方便你重复发送某一条短信。 ★ 支持多用户,每个用户的数据都是经过加密保存,使你在公共场所也可以放心地使用它。 ★ 灵活方便的注册向导窗口,提供本地与网络两种登录方式,让你即使在没有网络连接的时候也能轻松使用本软件。
a function very well, simple operation, the interface is the classic multifunction short messaging software. Kai-messaging to communicate is to send an SMS based, truly practical perspective from the user's point of departure, and to allow users to operate more convenient arrangement of the structure of the entire software in the most beautiful window style to design software interfaces, after you use so attractive : The following are many software features : People built in the national energy ICC, with super-server hardware support and China Netcom broadband high-speed gateway, send text messages each no more than 10 seconds. People equipped with a Short Message function, and can be ready to tell you Each text message sent results. People long divided intelligent messaging function, (2005-12-27, Delphi, 998KB, 下载189次)

http://www.pudn.com/Download/item/id/136017.html
总计:196