搜索资源列表
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
shishujuzhengsanyuanzushunxu
- 稀疏矩阵三元组顺序结构源码,可以作为头文件使用,方便那些初学数据结构的同学!-sparse matrix triple order of the source code structure can be used as the first document, facilitating data structure novice students!
youxiangtulianshijiegoulinjiebiao
- 有向图链式结构邻接表表示法,可以作为头文件使用,方便那些初学数据结构的同学!-directed graph chain structure adjoining table, can be used as the first document, facilitating data structure novice students!
AVLTreeVc7
- 构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of
graphlinjiejuzhen
- 用C++的模板类实现了图的邻接矩阵数据结构,下载后添加头文件即可使用。-Adjacency matrix data structure use C++ template classes, and add header files to download.
include
- TCP server 和 client源文件中包含的头文件-TCP Server and Client included file.
Matrix
- 这是矩阵的头文件,将其复制到VC的include目录下,在源文件中包含即可使用-This is the matrix of the header file, copy it to VC' s include directory, in the source file contains can be used
FFT
- 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
msoftcon
- msoftcon.cpp msoftcon.h 简单的控制台图形 函数的源文件和头文件-msoftcon.cpp msoftcon.h graphics system--microsoft visual c++
graphlinjiebiao
- 用C++的模板类实现了图的邻接表数据结构,下载后添加头文件即可使用。-Adjacency table data structure use C++ template classes, and add header files to download.
code
- C++金融源程序,各种衍生品定价,包括头文件,cpp文件等-C++ financial source, a variety of derivatives pricing, including header files, cpp files, etc.
snake
- 这是一个简单的贪吃蛇源代码工程文件,包含所需的graphics.h头文件以及lib文件-This is a simple Snake source code project file contains the required graphics.h header files, and lib file
xingkong
- 简单的C++头文件和源文件设计习惯,主要用于VC工程-Simple C++ header and source files design habits, mainly used for VC works
RSA-example
- 大二的时候写的RSA类头文件,集成了大数四则运算、幂模运算、米勒罗宾算法寻找大数等RSA加密必须的算法,详询《密码学原理与实践》-Sophomore writing the RSA class header file, integrated Tarsus four computing power modular arithmetic, Miller-Rabin algorithm must find large numbers RSA encryption algorithm, detailed
LinkStack
- 链式结构的栈,它是一个Windows控制台程序。并且这是一个封装好的头文件。-The chain structure stack, which is a Windows console program. And this is a good package head file.
DuList
- 这是一个双向循环链表的头文件,是在Windows控制台下用vc++ 6.0写出来的。-This is a two-way circular linked list header file in the Windows Control Panel write out with vc++ 6.0.
LinkQueue
- 这是一个带表头附加结点的链式队列的头文件,你可以自己写个主函数进行测试。-This is a band the queue chain header file header additional node, you can write your own main function test.
lab5_2
- 实现客户机(CLIENT)类。定义私有字符型静态数据成员ServerName。保存其服务器 名字;私有整型静态数据成员ClientNum,记录已经的客户数量;定义静态函数ChangeServerName()改变服务器名称,此外定义两个分别获取两个私有数据成员的函数。此外,需要提供构造函数,其功能为对静态数据成员ClientNum的值进行自增,也既是每当构造一个CLIENT对象,静态数据成员ClientNum加1。在头文件client.h中定义类,在文件(client.Cpp)实现类.在文件t
tanchishe
- 一个简单的vc++控制台贪吃蛇程序。如vs2005及以上vs出现如warning C4996的警告: 1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param warning(disable:4996) 3.更改预处理定义: 项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器定义,增加_CRT_S
PrimAdjLinkList
- 这可以作为头文件;图结构中,基于邻接链表的prim算法-Graph, adjacency list based on prim algorithm