-
ping_Alexei
有关Ping使用的例子(the Ping examples of usage)
- 2004-09-25 10:39:47下载
- 积分:1
-
17.TCP服务端实验
可进行TCP通信实验,并分析TCP通信的逻辑过程(TCP communication experiments can be carried out, and the logical process of TCP communication is analyzed.)
- 2018-04-05 11:12:34下载
- 积分:1
-
File-Manager
通过MFC socket编程实现远程查看硬盘及文件夹和文件的功能(MFC socket programming function to remotely view the hard drive and the folders and files)
- 2021-04-01 14:49:09下载
- 积分:1
-
MachRemote
MACH3软件二次开发的一个实例程序,希望对喜欢MACH3二次开发的朋友有帮助。(MACH3 software secondary development of an example program, we want to enjoy MACH3 secondary development to help a friend.)
- 2021-01-15 15:28:46下载
- 积分: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
-
bcast
此程序实现了IPX/UDP/TCP三种协议的广播( This procedure has realized the IPX/UDP/TCP three kind of
agreements broadcasts )
- 2020-06-26 12:20:02下载
- 积分:1
-
TCPViewer
tcp查看器,可以查看tcp协议的相关信息,还包括设置,等等,对学习tcp协议有很大帮助(tcp viewer, can view information about tcp protocol, but also include the provision, and so on, to learn tcp protocol has very helpful)
- 2008-05-23 11:16:59下载
- 积分:1
-
HttpRequestDemo-master
说明: c# 实现 http请求,post,get,xml,json(C# implements HTTP requests)
- 2019-03-13 09:12:41下载
- 积分:1
-
应用层包过滤防火墙 一个简单的应用层包过滤防火墙实现 packet-filtering-firewall-master
应用层包过滤防火墙
一个简单的应用层包过滤防火墙实现 Qt/SQLite/NetFilter
编译过程可使用QtCreator编译,也可使用命令行 sudo qmake && make 来编译。
运行则执行 sudo ./firewall 即可。(Application Layer Packet Filtering Firewall
A Simple Application Layer Packet Filter Firewall to Implement Qt/SQLite/NetFilter
The compilation process can be compiled using QtCreator or the command line sudo qmake & make.
Run sudo. / firewall.)
- 2020-06-22 00:00:02下载
- 积分:1
-
MACD-EA
此款EA,是利用MACD指标金叉与死叉,分别对应开多单与开空单,与传统的参数有改进!(This section EA, is the use of MACD indicators Jincha and Sicha, respectively, more than a single open and open the corresponding single-block, with the traditional parameters have improved!)
- 2021-03-25 01:39:14下载
- 积分:1