资源列表
[Linux/Unix编程] Linux之C函數庫中文手冊
说明:linux下关于c语言的手册,是每一位linux程序员必备的开发工具,特别实用。-A handbook about c.It is necessary and pratical to every linux programmer .<tang> 在 2008-10-13 上传 | 大小:79.16kb | 下载:0
[系统编程] mask
说明:大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on<李刚> 在 2008-10-13 上传 | 大小:79.11kb | 下载:0
[弱点检测代码] wangluobaojiequ
说明:实现对网络安全的保障,对入侵计算机的数据包进行截取检测 -realization of network security for the protection of computer hacking of data packets for an interception Detection<杜维维> 在 2008-10-13 上传 | 大小:79.26kb | 下载:0
[系统编程] customwz
说明:CUSTOMWZ is an example of a custom AppWizard, which contains features that the standard AppWizard does not provide. When creating a new application, you can use AppWizard to quickly generate the starter files you need for the most common applica<侯奎> 在 2008-10-13 上传 | 大小:79.13kb | 下载:0
[系统编程] RR
说明:Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr<邓思兵> 在 2008-10-13 上传 | 大小:79.12kb | 下载:0
[系统编程] 66
说明:通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用<zhangxuefang> 在 2008-10-13 上传 | 大小:79.15kb | 下载:0