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

[网络] net_project

1) 数据采集系统模块完成光照和温湿度的数据采集,并遵循协议将数据上传给服务器(考虑系统可靠性,需要模拟一个数据采集模块功能); 2) 客户端需要完成数据采集模块的启动,数据采集,数据停止,以及调用服务器查看数据; 3) 利用sqlite3数据库将数据采集模块采集的数据采集存下,以便能够接受多个客户端的访问。 完成客户端和数据服务器的界面开放工作。
Data acquisition system, 1) data acquisition system module to complete the light and temperature and humidity data acquisition, and follow the agreement to upload data to the server (consider the system reliability, the need to simulate a data acquisition module function) 2) the client needs to complete the data acquisition module startup, data collection, data stop, and call the server to view the data 3) the use of sqlite3 data acquisition module to collect the data collected in order to be able to accept multiple client access. 4) complete the client and data server interface open work. (2017-02-25, Unix_Linux, 40KB, 下载1次)

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

[网络] MViz

无线传感器网络tinyos仿真MViz实例源代码文件
Tinyos wireless sensor networks simulation MViz example source code file (2015-07-10, Unix_Linux, 8KB, 下载4次)

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

[网络] Powerup

无线传感器网络sense实例项目文件和源代码
Wireless sensor networks sense example project files and source code (2015-07-10, Unix_Linux, 3KB, 下载3次)

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

[网络] dms

dms项目代码,客户端读取系统登录日志,匹配出登入登出记录,发送给服务器。服务器将接收到数据保存在数据库中。
dms item code, the client reads the system login log, matching the login logout records sent to the server. The server receives the data stored in the . (2015-05-03, Unix_Linux, 299KB, 下载7次)

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

[网络] NS2

ns2定时器包的取消,跨层访问,NS2添加协议
NS2 cross layer,cancel packet,timer user (2014-01-16, Unix_Linux, 86KB, 下载12次)

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

[网络] Server2

linux下编程,服务器端程序源代码,在Ubuntu下测试通过!
linux programming, server-side source code in Ubuntu test! (2013-05-27, Unix_Linux, 1KB, 下载2次)

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

[网络] tcp

基于SOCKET的TCP架构程序,实现基本的客户端/服务器读写功能。
Base on socket, TCP C/S (2013-05-15, Unix_Linux, 1KB, 下载3次)

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

[网络] server

在linux下实现视频采集,封装,发送功能的服务器端程序。
Server-side program under linux video collection, packaging, sending function. (2013-02-22, Unix_Linux, 15KB, 下载20次)

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

[网络] mail.tar

一个简单的Linux下开发的邮件系统,包含客户端和服务器端,相互学习 (2013-01-16, Unix_Linux, 27KB, 下载9次)

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

[网络] server

基于linux下的一个分发服务器,多进程接收客户端
Receiving client based on a distributed server under linux, multi-process (2013-01-07, Unix_Linux, 8KB, 下载6次)

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

[网络] Music_Box_win32

网络视频播放器,适合新手学习,用C语言写的。
Web video player, suitable for novice learning, written in C language. (2012-11-21, Unix_Linux, 238KB, 下载4次)

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

[网络] network

linux网络编程实例,包含客户机程序与服务器程序。
linux network programming examples, including client and server programs. (2012-10-31, Unix_Linux, 11KB, 下载8次)

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

[网络] udpservcli.tar

运用udp协议实现一个回射服务器程序和客户端程序
A retroreflective server program and client program using udp protocol (2012-10-26, Unix_Linux, 1KB, 下载8次)

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

[网络] yuanchenzhuongduan

远程终端管理系统 服务器初始化 从配置文件中读取,
Remote terminal management system server initialization read from the configuration file, (2012-06-12, Unix_Linux, 7KB, 下载10次)

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

[网络] socket

linux网络编程基本SOCKET代码,服务器和客户端
LINUX AND SOCKET (2011-05-05, Unix_Linux, 13KB, 下载13次)

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

[网络] linux_thread_scanner

linux下的多线程扫描器,适合初学者参考。
multi-threaded scanner under linux for beginners reference. (2010-12-29, Unix_Linux, 7KB, 下载7次)

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

[网络] chatroom

聊天室程序,能够实现多个客户端与服务器端的通信
Chat program, to achieve multiple clients and server-side communication (2010-07-07, Unix_Linux, 4KB, 下载6次)

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

[网络] linux_tcp

Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。
Socket Programming Linux environment: 1. Network Time server timeserver, users on the network time service, namely, Internet users to return the server' s current time record request the user' s IP network address (saved to a file), format are as follows: IP address of a request for the time spent by service clients timeclient, the client can send to the server time to service requests, and to get the time to return to the user. TCP protocol used to prepare a remote data backup server, run the client local file backup to a remote server. (2009-09-07, Unix_Linux, 5KB, 下载10次)

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

[网络] openbrowser-1.0.0-beta-src

这是一个比较简单的开源浏览器,忘了是在哪里下的了
This is an openbrowser. (2009-04-04, Unix_Linux, 1213KB, 下载10次)

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

[网络] dns_bind_zhdao

linux网络服务器工具,对学习linux网络编程必备!
linux web server tool for studying linux network programming required! (2009-03-16, Unix_Linux, 6173KB, 下载4次)

http://www.pudn.com/Download/item/id/675513.html
总计:498