资源列表
JCHENG
- 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
codecnt_1020006
- 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this
读写注册表任何地方的函数
- 这是一个对注册表进行操作的模块,你可以把它添加到自已的程序中哦~-this a registry for operation of the module, you can add it to their own procedures oh ~
WIN32内存管理笔记 .ZIP
- WIN32内存管理笔记,这是关于WIN32内寸管理的资料,对开发高性能WIN32程序很有帮助-WIN32 memory management Notes, which is within inches of WIN32 management information on development of high-performance process helpful WIN32
close_computer
- 这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。-This is a closure of small computer module can be closed win32 and winnt-core computer. This is a DLL document, we need to see results of their study requested exe.
libpcap-0.9.4.tar
- 这是一个网络捕获数据包的开放源码,来源于国外网站。可在windows、linux下运行。-This is a network packet capture of open source and comes from overseas sites. The windows, running under Linux.
sswm
- cox方法展频水印matlab源码,对bitmap图像隐藏信息-frequency watermarking method Show Matlab source of bitmap images for hidden messages
usb1245112312
- 本程序演示了如何利用编写高层应用程序与usb接口通信。读者有必要了解主机是如何识别usb设备以及usb工作的基本原理。-this program demonstrated how to use the preparation of high-level applications with USB interface communication. Readers need to understand is how to identify host USB devices and usb the b
用vc开发win应用
- WINDOWS系统编程,初学、高手都有用-Windows system programming, beginner, the experts have used
telnet.tar
- Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transpl
EncryptSet
- 是一个加密程序集,包括了AES,DES,RC5加解密算法。-encryption is a set procedure, including AES, DES, RC5 encryption and decryption algorithms.