资源列表
第五章
- 与书籍《MATLAB高效编程技巧与应用_25个案例分析》第五章相对应的matlab代码(Matlab code corresponding to the fifth chapter of book "MATLAB efficient programming skills and the application of _25 case analysis")
第二章
- 与书籍《MATLAB高效编程技巧与应用_25个案例分析》第二章对应的matlab编程代码(The MATLAB programming code corresponding to the second chapter of book "MATLAB efficient programming skills and application of _25 case analysis")
第一章
- 与书籍《MATLAB高效编程技巧与应用_25个案例分析》相对应的第一章案例(The first chapter of the book "MATLAB high efficient programming skills and application _25 case analysis")
图的广度优先遍历
- 实现图的广度优先遍历程序,c语言编程,图论(A program for realizing the breadth first traversal of a graph)
php学习网站
- 一个很好的php集成学习平台,集成了会员管理、课程管理、学习计划等内容(A good PHP integrated learning platform, integrated with membership management, curriculum management, learning plan, and so on)
C语言嵌入式系统编程
- 使用c语言进行嵌入式系统编程开发时,非常有参考价值的书籍(A very valuable book in the development of embedded system programming with C language)
ministl
- 个人重写注释版 简洁 STL程序库,支持基本容器 算法 迭代器 以及类型萃取(Personal rewrite Notes version concise STL library, support the basic algorithm and container iterator type extraction)
用matlab求伪Wigner-Ville分布
- 用matlab求伪Wigner-Ville分布(Using the pseudo Wigner-Ville distribution with MATLAB)
分数阶傅里叶变换frft数值计算
- 我最近在研究frft-分数阶傅里叶变换的数值计算问题,主要是Ozaktas提出的采样型算法,以及Pei 等提出的采样型算法。(I have recently studied the numerical computation of frft- fractional Fourier transform, mainly the sampling algorithm proposed by Ozaktas, and the sampling algorithm proposed by Pei.)
FRFT程序文件
- 个人收集的FRFT源程序,验证正确,可直接使用。对于初学者很有用。另有DISFRFT程序也可使用。希望对初学者有帮助。(Personal collection of FRFT source program, verified correctly. It can be used directly. It's very useful for beginners.)
第1章
- C语言课程设计与游戏开发实践教程第一章源码。(C language curriculum design and game development practice course source code.)
正则表达式匹配
- 判断一个数学表达式是否正确,表达式中包含数字,运算符和括号(Judge a mathematical expression is correct or wrong)