资源列表
snarp
- 网络数据包的捕获与分析,用于维护网络安全的软件-The stuff can be used in the capture and analysis of datagrams on the network.It s useful for the security mainteinance.
CPU监视器
- 实时提供CPU的使用情况,并附有曲线图和柱状图。在托盘图标中动态显示使用率。-provide real-time CPU usage, together with curves and histograms. The tray icon dynamic display usage.
C++zuoyediaodu
- 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
FlashDiskThief
- 一个用来秘密窃取别人闪盘中东西的小程序,包括源代码和程序.-a secret to steal other people's things flash which small programs, including source code and procedures.
TextCollection
- 一个用来方便保存文本内容的小程序,包括源代码和程序.-one used to facilitate the preservation of the text of small programs, including source code and procedures.
编程实现网页Flash动画的保存 2.0
- 一个用来保存网页上的Flash动画的小程序.包括源代码和程序.-a website used for the preservation of the small Flash animation process. Including source code and procedures.
存储器管理设计
- 存储器管理设计
汇编语言课程设计案例
- 汇编语言课程设计案例
WINDOWS2000/XP下的SNIFFER
- WINDOWS2000/XP下的SNIFFER
C++课件、习题及答案
- C++是由AT&T Bell(贝尔)实验室的Bjarne Stroustrup博士及其同事于20世纪80年代初在C语言的基础上开发成功的。C++保留了C语言原有的所有优点,增加了面向对象的机制。 C++是由C发展而来的,与C兼容。用C语言写的程序基本上可以不加修改地用于C++。从C++的名字可以看出它是C的超集。C++既可用于面向过程的结构化程序设计,又可用于面向对象的程序.
操作系统内存分配与回收
- 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收。