资源列表
duffing-system
- duffing方程非线性系统的分析,matlab代码,包括其李雅普诺夫指数求解,相图,混沌等分析,值得学习-duffing equation analysis of nonlinear systems, including its Lyapunov exponent solving the phase diagram, chaos analysis, it is worth learning
read_grd_matlab
- 用来读取surfer等软件生成的grd文件的MATLAB程序-read grd-files
mfc
- 学生选课系统MFC c++ 学生选课系统,MFC界面。有教师和学生登入。教师可管理学生和课程。学生可选课,课程的浏览等。-Student elective system MFC c++ student elective system, MFC interface. Teachers and students to log in. Students and teachers can manage courses. Students elective courses of browsing.
svd
- 对一个信号进行奇异值分解,根据差分谱最大值点,重构信号,达到降噪的目的。-Signal for a singular value decomposition, according to the differential spectrum maximum point, the reconstructed signal to achieve noise reduction purposes.
cs_doa
- 单快拍下的压缩感知(CS)应用于波达方向(DOA)估计的源程序,采用OMP算法-Single fast photographed compressed sensing (CS) is applied DOA (DOA) estimate of the source, using OMP algorithm
a
- 问题描述: 1)实现顺序表的排序(升序) 2)实现两个有序顺序表的合并:A=A∪B,要求合并后仍然有序。 提交前请将所有的提示信息去掉,只保留最后的输出结果。例如运行时:从键盘直接输入: 2 1 2 3 1 2 3 输出结果为: 1 2 3 分别表示第一个线性表元素个数为2,元素分别为 1,2 ;第二个线性表元素个数为3,元素分别为1,2,3。 -Descr ip
GeoDa095i
- geoda软件及操作说明。。。。。学习安装-geoda software and operating instructions. . . . . Learn to install
HaRepackerEX2
- 冒险岛wz修改工具,Adventure Island wz Editing Tools-Adventure Island wz Editing Tools
MATLAB
- 光学matlab仿真: 平面波和球面波干涉-Optical matlab simulation: a plane wave and spherical wave interference
spPaint3d_2011.1
- maya 3d绘制插件 可以快速布置物体-3D Maya rendering plug-in can quickly layout objects
Project1
- EM算法。问题背景是,有N条长为L的DNA序列,每条序列里面有一条长尾K的目标序列,但不知道他的位置,目标序列内的核苷酸服从foreground product multinomial distribution,非目标序列服从background multinomial distribution,改程序意在求解两种分布的参数。-EM algorithm. Background to the issue is that there are N pieces of length L of DNA
ep4
- 北京理工大学面向对象程序设计第四次上机习题答案~-1. Define a class, DATE, including year, month and day and satisfy the demands as below: 1.1 Search keywords tm in the MSDN or internet to know how to get current date, and see also example on page 382 in the book o