-
juyuwangliaotian
局域网聊天软件,主要功能是发送文字消息,语音消息,图片,功能强大,界面简单(LAN chat software, the main function is to send text messages, voice messages, pictures, powerful, simple interface)
- 2012-07-13 09:25:37下载
- 积分:1
-
SCI新
串口通讯,能显示串口数据发送,接受,内带详细代码(Serial communication, serial data can be displayed to send, accept, with detailed code)
- 2018-06-06 16:37:22下载
- 积分: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
-
MyFtp
基于Winsock的网络编程小程序,可以实现FTP的上传和下载。(Winsock-based network programming applets, can be achieved FTP upload and download.)
- 2009-06-15 01:02:05下载
- 积分:1
-
FPGA
说明: 实现人脸识别,通过硬件FPGA来进行实现(Realize face recognition, realize face recognition by hardware FPGA)
- 2020-12-23 10:19:07下载
- 积分:1
-
ms_icmp
又一个使用ICMP.DLL实现ping的小例子 (Another example of using ICMP.DLL to implement ping)
- 2021-02-05 10:39:57下载
- 积分:1
-
resiveDlg
c++聊天软件客户端代码,可以实现和双方互相聊天,必须客户端后启动(c++ chat software client code)
- 2013-08-11 19:10:03下载
- 积分:1
-
73791095GzChat
实现简单的聊天室设计 包括服务器和客户端的设计(Simple chat room design
)
- 2011-06-25 19:00:04下载
- 积分:1
-
Web服务器和浏览器的设计
网络编程中C++ Web服务器和浏览器的设计源代码,用于网络编程实验。(The design source code of C++ Web server and browser in network programming is used for network programming experiment.)
- 2019-01-08 21:12:52下载
- 积分:1
-
filetransserver
务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。
(side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.)
- 2007-04-19 10:07:59下载
- 积分:1