资源列表
pipe.c
- 在Linux中,管道是一种使用非常频繁的通信机制。从本质上说,管道也是一种文件,但它又和一般的文件有所不同,管道可以克服使用文件进行通信的两个问题。-In Linux, the pipeline is a very frequent use of the communication mechanism. In essence, the pipeline is a file, but it is different, and general files, pipes can be used to
gaojing
- 高精的加减法和以及阶乘!希望对高学习C的同学有帮助!-High-precision addition and subtraction method and, as well as factorial! Hope that students with high learning C help!
huffman
- MATLAB实现的huffman编码,并附有详细的过程说明-MATLAB implementation of the huffman encoding, together with a detailed descr iption of the process
plane_frame
- 平面桁架和刚架的有限元计算程序,能计算指定个数的桁架和刚架-Plane truss and frame of the finite element program, to calculate the number of truss and frame specified
EKF
- 主要介绍ekf的目标跟踪算法,并对其进行图像说明-Introduces ekf target tracking algorithm, and its image
Electronic-alarm-clock2
- 简易电子小闹钟用底层的函数调用来判断时间,同时调用字体颜色函数来完成一点图形上的改变-The simple electronic small alarm clock with the underlying function call to determine the time, call the font color function to complete the point on the graph of change
xianxingbiao
- 1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 7、
wigb
- 地震勘探资料的绘图程序,能够清晰的反映同相轴等信息-Seismic data, drawing program, able to clearly reflect the same axis
Radial-basis-function-neural-network
- 基于神经网络的中的径向基网络,用来预测地下水位-Radial basis function network based on neural network, is used to forecast groundwater level
mian
- 语音信号的时域分析,有短时能量,短时平均幅度,短时过零率,清音自相关序列,浊音自相关序列,傅里叶分析。-Speech signal time-domain analysis, short-time energy, short-term average, short-term zero-crossing rate, voiceless autocorrelation sequence, voiced autocorrelation sequence, Fourier analysis.
inverse-matrix
- 一个求逆矩阵的小代码片段,很好的计算方法-An inverse matrix of small code fragments, good method of calculation
Scores-manager
- a) 运行程序后显示以下信息:1、Display all information 2、Add a student 3、Delete a student 4、Quit b) 按1后进行简单数据处理并输出所有信息,输出的信息包括: 序号、学生姓名、学号、三门课的成绩、该学生的平均成绩、总成绩;并在最后计算每一门课程的平均成绩。 c) 按2选择增加学生信息,学生数量最多为50,超过之后无法输入。输入信息包括学生姓名、学号、三门课程成绩(在程序中可以事先初始化几个学生信息)。 d
