资源列表
(实例151)根据计算机信息生成序列号
- 一个根据计算机信息生成序列号的小程序-a computer information generated under the serial number of small programs
数据结构教学大纲
- 南京工业大学的《数据结构》教学大纲,数据结构是南工大考研专业课程的重点课程,这里包含了所有重点,对考研的同学很有帮助!-Nanjing University of the "data structure," the curriculum, data structure is a large South taking tests for professional courses focus on courses here encompasses all focus on the
BluetoothClient
- 蓝牙开发例子拉拉拉拉 蓝牙开发例子拉拉拉拉
Excel_Keyboard_Shortcuts
- useful excel shortcut key
svmmatlabSORCE
- 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM
Bitree
- 二叉树的遍历,数据结构问题 递归和非递归的都有
PBInternet
- PB读取Internet文件问容,比如读取网页内容等-PB asked to read documents Internet content, such as read website content
zhangmuguanli
- 一个银行帐目管理程序C语言实现,有一定实用价值-a bank account management procedures C language has a certain practical value
Chat1.0
- JAVA程序设计简单语音聊天源码,能帮初学者
标准化考试系统(bs版)
- 标准化考试系统(bs版) 对于课设的同学们 不要烦恼了-standardized test system (bs version) for a lesson students do not trouble
操作系统语法分析
- 操作系统中的语法分析,主要是判断语言是否合乎语言规范-operating system syntax analysis, the main language of judgment whether the language norms
fracalgraphic
- 里面介绍一些关于分形图形的知识,包括分形的维数,以及介绍了Mandelbrot和Juia集经典分形图形的实现。