资源列表
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro
VB-PC-Access
- PC ACess 通讯,VB与西门子s7-1200通讯示例,需要电脑上已安装PC Acess服务器!-s7-1200 PC Acess
betaflight-configurator-master
- 著名开源飞控F3调试软件,该软件可以用来在线调试飞控参数,监视飞控参数-The famous flight control source F3 mobile phone debugging software, the software can be used to monitor the flight control parameters on-line debugging, flight control parameters
WxPay1v3
- 实现微信,下载后自行修改,关于浏览器配置问题 自己好好解决一下-I am sperman
Telecommunication
- mywifi2程序为手机与电脑的vc程序TCPNetKit通信的手机端程序,手机为客户机,电脑的TCPNetKit为服务器,可以双向传输数据。 该程序是基于android的JAVA语言程序。用elipse软件打开。电脑的TCPNetKit为vc程序,用vc2008软件打开编译。-Mywifi2 procedures for mobile phones and computer vc procedures TCPNetKit communication phone-side program,
Serial_test
- 基于VS2012平台编写的串口调试工具,编译后测试OK的。-VS2012 platform based on the preparation of the serial debugging tools, compiled after the test OK.
ThermoGroup-SDK
- 热像仪开发的资料 ,DEMO,品牌是上海巨jb哥- I DONT KNOW ENGLISH
MODBUS
- MODBUS各功能,注释详细 -MODBUS,MODBUS ,FEICHANGHAO,FEI CHANG HAO
USB_communication_1024
- 本软件利用USB控制芯片cy7c68013A实现了USB通讯。压缩文件包括 固件,驱动,上位机软件-This software uses the USB control chip cy7c68013A to achieve the USB communication. Zip file includes firmware, driver, PC software
Delphi
- sms短信工具DELPHI开发包样例,控件方式-SMS TOOLS
GGGBL
- 这是易语言源码关于发送消息插件的源码GGGBL,分享给同学们学习-This is the easy language source code on the source of the message plugin FSXXCJ, share to the students to learnGGGBL
串口连接及进度条提示
- 提供串口连接的方法,并通过进度条显示传输进度,配有详细的文字注释。