资源列表
排序选择:
MATLABsingalprocessing
- 学习信号处理的经典代码,使用matlab7以上版本,包含了各种滤波器的源代码-Learn the classic signal processing code, the use of more than matlab7 version contains the source code for a variety of filters
twochapter
- 《Visual C++小波变换技术与工程实践》作者:靳济芳。书上的代码。第2章:小波的细化,一维数字信号的小波分析的代码。供大家参考。-" Visual C++ wavelet transform technology and engineering practice," Author: Ji Jin-fang. On the code book. Chapter 2: wavelet refinement, one-dimensional wavelet analysis o
nonlinearsystems
- 清华大学数学实验之线性方程组的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math linear equations of the numerical solution of the slide with the MAT-source
study
- 统计某篇英文小说中某些形容词的出现次数和位置。英文小说存于一个文本文件中,小说中的词汇一律不允许换行,每读入一行,就统计每个词在这行中出现的次数。
string
- 计字符串类并给出其基本操作和运算符重载的算法实现。
Computational_Matrix_Algebra_with_Matlab
- Computational Matrix Algebra with Matlab
somegraphprgram
- 可求最短路径和最小边覆盖颠覆盖和旅行商问题的图论程序,用matlab编写-Rectifiable shortest path and minimum edge covering and traveling salesman problem of subversion to build the graph theory procedures prepared by matlab
Tag-itISO15693
- ARM assembley language programming . to embed projects based on ARM family of micro controllers
485TSpro
- 485通信程序 对主机从机通信协议规定其通信方式 对帧的传送有严格定义-Communication program on the host 485 communication from the communication protocol provides for the transmission of the frame there is a strict definition of
ObstacleAvoidance
- 基于单片机的机器人避障程序,实现机器人的自动转向-MCU-based robot obstacle avoidance procedures, implementation of the automatic shifting robot
uboot
- pxa270对应的uboot程序,能够引导pxa270开发板启动-uboot corresponding pxa270 procedures, be able to guide the development board to start pxa270
sort
- 对以下6种常用的内部比较排序算法进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。