搜索资源列表
code300
- 300个加解密的集合程序,c/c-300 a collection of encryption and decryption procedures, c/c
Coperfile
- 文件是程序设计中一个重要概念。所谓“文件”一般指:存处在外部介质上数据的集合。C对文件操作-Program design document is an important concept. The so-called
CSharp100Example
- C#100个例子,多种功能例子程序,很好的代码集合,C#入门必备的资料-C# example programs a variety of functions, very good set of code,C# example programs a variety of functions, very good set of code
jiaobingbu
- 实现集合的交,并,补。次程序是通过c++实现的-Achieve the set intersection, and make up.
jiaoji
- 此程序是用C++编成,可以求出两个集合的交集。-This program is compiled using C++, you can find the intersection of two sets.
Sniffor
- C#抓包程序实例,学习如何抓取数据包、抓取的数据包集合等,并使用了皮肤控件对窗口进行美化处理,初始化窗体皮肤实例-C# capture program instance, learning how to crawl packet, packet crawl collection and the skin beautification processing control window, skin instance of the form is initialized
IO-(2)
- *使用select函数可以以非阻塞的方式和多个socket通信。程序只是演示select函数的使用,即使某个连接关闭以后也不会修改当前连接数,连接数达到最大值后会终止程序。 1. 程序使用了一个数组fd,通信开始后把需要通信的多个socket描述符都放入此数组 2. 首先生成一个叫sock_fd的socket描述符,用于监听端口。 3. 将sock_fd和数组fd中不为0的描述符放入select将检查的集合fdsr。 4. 处理fdsr中可以接收数据的连接。如果是sock_fd,
llymudo
- 自己做的C++的程序的集合,对初学者还是有用吧!,很好的源码()