资源列表
Ms05-047.c
- Microsoft Windows Plug and Play Remote Code Execution (MS05-047)
FileFind
- 优秀可靠的文件系统查找与遍历类filefind
uwb.tcl
- ns2 uwb implementation tcl code.
fpu_mul
- this file is floating point multplication
memorymanaging
- 一个visual C++编写的内存管理程序,内含两种内存管理方式-The preparation of a visual C++ memory management process includes two types of memory management
11231
- 小写金额转换为大写金额,很不错的VB源码,适合VB爱好者学习研究。-The lowercase amounts are converted to uppercase amount, very good VB source code for VB lovers learn.
ScriptProject
- 将现有的的文章利用语料库中的词语将其分分割成不同词语就可以断开,还包含界面-segment the essay use the direction existed
gesture-recognize
- 基于matlab的机器视觉 手势识别 源代码,可用于识别手势-Based on the the the machine vision gesture recognition matlab source code, can be used to recognize gestures
wenzi000sever
- socket的vc服务器实现,用来模拟服务器的工作原理,适于初学者使用-vc socket-server implementations, the server used to simulate the working principle, suitable for beginners to use
TPC
- 本程序是C++程序,完成卫星信号信道解码,对于信号可以检测是否出新TPC2964信号。-This procedure is a c++ program, complete the satellite signal channel decoding, the signals can detect whether new TPC2964
lin
- 高校人员信息管理系统,实现人员的插入、删除、统计等功能。-University personnel information management system, personnel insert, delete, statistics and other functions.
JIHE
- 集合的并、交、差集运算的实现 运用面向对象程序设计知识,利用C++语言设计和实现集合的并、交、差集运算,要求具备如下主要功能: (1)输入输出集合信息,集合元素类型可以是整数、实数或字符串 (2)判断集合的大小 (3)判断集合是否为空 (4)将集合置空 (5)在集合中查找指定的元素 (6)实现集合的交、并、差等运算 在实现过程中,需利用面向对象程序设计理论的基础知识,充分体现出C++语言关于类、继承、封装与多态等核心概念,每一个类应包含数据成员和成员函数。