资源列表
noiqe
- 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响-Design least-square deconvolution problem solving inverse filter, assume that the observation noise, in order to reduce the effects of observation noise
GP
- 能够有效的得到动力系统的一维信号序列的关联维度,为分析动力系统的规律提供参数参考,实际运用中也确实很有效果。-Which can effectively obtain the correlation dimension of the one-dimensional signal sequence of the power system, provide the parameter reference for the analysis of the law of the power system,
xsjz
- 实现稀疏矩阵压缩存储上的基本运算。 (1)存储结构选择三元组存储方式 (2)实现两个稀疏矩阵的相加、相减与乘法运算,并输出运算结果 (3)实现稀疏矩阵的转置运算。 -To achieve the basic operation of sparse matrix compression storage. (1) storage structure selection triad storage (2) to achieve two sparse matrix additio
Mie散射Fortran程序
- mie散射计算程序 可计算mie散射相函数
Monitor
- Monitor下会启动两个进程分别运行不同的程序,但是在启动进程时会配置新的环境变量让程序运行在新的环境下。对于一些嵌入式应用开发中为了保持原先的环境不变,或者只有在启动一些新的环境配置才能运行而导致无法使得程序在rc.local中无法自启动而设置的新环境。
设计哈希表实现电话号码查询系统
- 1、每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、选取解决冲突的方法; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。
纯c语言实现卡尔曼滤波
- 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
完整代码12(1)
- 设计实现一个模拟的班级信息管理系统,合理运用数组、指针、结构体及文件操作等,实现一个模拟的班级通信录管理系统。该系统用于管理学生的基本信息、通信信息等。(Design and implementation of a simulation class information management system, the rational use of arrays, pointers, structures and file operations, to achieve an analog cla
Implementation of convex hull
- 实现凸包实现,采用MATLAB编写代码,用于凸包算法的快速实现。(Implementation of convex hull)
多项式运算
- 面向对象课程设计,多元多项式的运算,课程设计无压力(Object-oriented program design, multivariate polynomial arithmetic, curriculum design pressure)
Project9
- 依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能,考察了对二叉排序树的掌握程度(In turn enter keywords and establish two fork sorting tree, to achieve the two fork sort tree insert and search function, inspected the two fork sorting tree master degree)
数据结构与算法C++progs
- C++类的数据结构与算法书籍 比较好的呢(C++ class data structures and algorithms books)