-
CSharpchat
网络编程chat聊天工具好东西啊,快来下载把(Network Programming)
- 2013-07-02 16:04:49下载
- 积分:1
-
weiwenwu
MFC实现文件传输,望有志者增加多线程的功能(MFC to achieve file transfer, and hopes to increase multi-threading features people with lofty ideals)
- 2009-10-23 16:18:19下载
- 积分:1
-
CG_Client_Source
这是一个C++写的魔力宝贝登录器.直接可以通过编译.
CG_Client.aps
CG_Client.cpp(This is a C++ write the Magic Baby login device.
CG_Client.aps
CG_Client.cpp)
- 2021-02-24 13:19:39下载
- 积分:1
-
WindowsSocket
第1章 计算机网络体系结构
第2章 NetBIOS编程户端
第3章 重定向器、邮槽和管道
第4章 网络协议TCP/IP
第5章 局域网编程
第6章 Winsock基础
第7章 Winsock API高级编程
第8章 MFC Winsock高级编程
第9章 深入UDP
第10章 WinInet API开发
第11章 网络协议实现及应用
第12章 综合实例(
Chapter 1 Computer Network Architecture
Chapter 2 NetBIOS programming client households
Chapter 3 redirector, and pipelines Mailslot
Chapter 4 Network Protocol TCP/IP
Chapter 5 LAN Programming
Chapter 6 Winsock basic
Chapter 7 Advanced Programming Winsock API
Chapter 8 Advanced MFC Winsock Programming
Chapter 9 in depth UDP
Chapter 10 WinInet API development
Chapter 11 Network Protocol implementation and application of
Chapter 12 General Example)
- 2009-03-14 12:15:17下载
- 积分:1
-
TCPPORTSCAN
TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
- 2013-09-03 19:37:00下载
- 积分:1
-
FreeFileSync_v4.2_source
FreeFileSync是一个易于使用的开放源码文件夹同步和比较软件,简单易用。 FreeFileSync[1] 首先是文件同步功能,可以在指定的两个文件夹之间进行单向或双向的同步,点击程序窗口右上方的绿色齿轮图标可以设置相关参数;期间也可以自定义需要筛选的文件,有“包括”和“例外”两种过滤方式,定义需要过滤的文件类型,这就看个人需要了。(FreeFileSync is an easy to use open source software folder synchronization and comparison, easy to use. FreeFileSync [1] The first is file synchronization, you can specify the folder between the two one-way or two-way synchronization, click the program icon in the window at the top right of the green gear can set parameters period can also be customized to sift through the file, the " include" and " exceptional" two filtering methods, definitions need to filter the file types, which depends on personal needs.)
- 2020-09-09 10:58:02下载
- 积分:1
-
ping
用rawsocket实现简单的ping程序(Rawsocket with simple ping program)
- 2009-04-10 08:01:58下载
- 积分:1
-
DBN_RBM1.1
深度信网络测试代码,可以帮助初学者很好地了解深度学习。(Depth communications network test code that can help beginners a good understanding of the depth of learning.)
- 2014-10-31 09:37:18下载
- 积分: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
-
VB-Winsock-HTTP-POST-GET
Visual Basic 2010通过 Get Post方法对网页进行提交(vb.net Get Post submit pages)
- 2013-06-28 15:19:13下载
- 积分:1