资源列表
datastruct
- example algorithm for olimpiad competitions
Description-of-MSS-Vessel-Models
- An overview of the marine systems simulator MSS_a Simulink toolbox for marine control systems
Conversor
- Contador de pulsos PSOC
zhan
- 使用c语言,用栈来运行四则运行的小程序,仅供参考-The four operations
struct
- C++ 实现的顺序表线性表,(包括初始化,插入元素,删除元素)等-list struct
SqList
- C++实现的单链表线性表(为静态表,一开始指定表长度),源码有注释,很好的学习参考资料.-data struct list
KMP
- 数据结构中的KMP算法,模式匹配的优化算法-KMP algorithm data structure, pattern matching optimization algorithm
usb-5953-CNT
- 该源代码演示了如何用vb语言编写上位机软件,实现和usb 5953数据采集卡的通讯,并实现计时器功能-The source code demonstrates how to write PC software using vb language, implementation and communication usb 5953 data acquisition card and realize timer function
juzhenzhuanzhi
- 有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出-Input interface (graphical or text interfaces are available), can distinguish addition, subtraction, multiplication and transpositio
Huffmancode
- 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中-Given message Huffman coding, Huffman decoding given code. The result is stored in the message storage requirements Document 1, the encoded file 2, a given code is stored in
hebinglianbiao
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two ordered circular list with a header node (the so-called orderly clicking the link refers to the size of the data fie
biaodashi
- 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出-