资源列表
Matrix
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is a matrix that most elements are zero. " Sparse"
HuffmanTree
- 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
Floyd
- 用弗洛伊德算法实现最短路径的求解,用到的抽象数据类型为邻接矩阵类型和有向图类型类型-Floyd algorithm to achieve the shortest path to solve abstract data types used in the adjacency matrix type and have the type of diagram types
POLY_GON
- 用户绘制一个多边形和它将划分成三角形,多边形(它triangulates多边形)-The user to draw a polygon and it will be divided into triangles, polygons (it triangulates polygons)
IECwind
- IEC生风程序,主要是定常风、阵风、剪切风等,适应于风电机组开发-A source for generating wind file for IEC standard ,used for wind turbine simulation。
danchunxing
- 本程序实现了最优化中单纯性算法,具有很好的通用性-This program implements a simple optimization algorithm has good versatility
Exercise2
- 阿拉伯数字转大写繁体,一个简单的正则替换实现-Arabic numerals turn uppercase Traditional, a simple replacement implementation
AR-3DS
- 基于ARToolkit与OPENGL相结合的3DS模型导入-3DS model based on the combination of ARToolkit and OpenGL import
classchose
- 简单的学生选课系统,主要功能有 1、登陆 2、课程的增、删、改、查 3、学生选课信息的增加、删除 4、课程选择情况(已选人数) -a simple option class chose system main fucntion: 1、login 2、add、delete、modify classinfo 3、select personal class、 delete personal class
Csharp
- C#初学者实例代码,包括计算器等小程序代码,能较快的掌握C#基础知识。-Beginners C# code examples, including calculators and other small program code, C# basic knowledge can quickly grasp.
database
- C语言编写的一个数据库,支持增删改查等基本操作-A C language database
socketchat
- 基于socket的聊天工具,包含server端和client端,适合初学socket的兴趣编程-Socket-based chat tools, including server and client side, suitable for beginners socket interest programming
