-
jfsky.com-20091210jywxxfsqydm
局域网消息发送器,请先运行Setup_ocx,注册控件。(LAN messaging device, please run Setup_ocx, registration control.)
- 2010-07-01 20:50:50下载
- 积分:1
-
LAN-monitoring-system
局域网监控系统采用vc++6.0编写,需要oracle数据库(LAN monitoring system)
- 2013-12-13 22:03:19下载
- 积分:1
-
TCP
TCP通讯程序
TCP通讯程序
包含客户端以及服务端(tcp program
tcp program
包含客户端以及服务端)
- 2009-05-05 22:31:09下载
- 积分:1
-
InstantMessaging
简单的网络聊天文件传输程序 可以
0.普通聊天(文字、图片)
1.聊天室
2.传输文件(断点续传)
3.共享屏幕
4.白板
5.视频、音频聊天(Simple network chat file transfer program can 0. General chat (text, images) a chatroom 2. Transfer files (HTTP) 3. Shared screen 4. Whiteboard 5 video and audio chat)
- 2013-08-26 22:14:23下载
- 积分:1
-
vb2005
使用VB2005编写的关于winsock控件通信例程,适合新手使用(Written using VB2005 winsock control communication routines for the novice)
- 2012-07-16 18:13:26下载
- 积分:1
-
BingJue-Communications-Test(110303)
VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
- 2014-01-27 13:56:19下载
- 积分:1
-
Sniffer_code
用vc实现的sniffer,没有使用winsock与winpcap。十分具有学习价值!(Vc realize with the sniffer, did not use winsock with winpcap. Very much with learning the value of!)
- 2008-04-01 17:48:52下载
- 积分:1
-
netstatp
类似Windows的netstat程序的程序 (An app which is like to windowss netstat)
- 2021-04-03 22:29:04下载
- 积分:1
-
SIO_GET_BROADCAST_ADDRESS
Get Broacdcast address in C
- 2007-08-02 10:00:14下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1