资源列表
1231945557_426_FT0_pwm-led
- This code will manage 33 50Hz Servos
code
- 类似QQ右下角弹窗效果,很使用的代码哦-Similar to the lower right corner of pop QQ effect, it is to use the code Oh. . .
POSTFIX
- This a C program for finding postfix of an expression-This is a C program for finding postfix of an expression
fzcfdk
- VB应用程序经常因为重复打开而出现死机,本程序主要解决此问题。同一应用程序同时只能打开一个-VB application to open and often because of repeated crashes, the program mainly to solve this problem. The same application can also open a
ant-colony-algotithm
- 蚁群算法解决tsp问题的matlab代码-Matlab code ant colony algorithm to solve tsp problem
ofdm-jiandan
- 很简单的OFDM的matlab代码,包含了主要的调制过程,对初学者很有帮助-Very simple OFDM matlab code, including the main modulation process, and is very helpful for beginners
11.1
- 题目1描述 编程实现在字符串的指定位置进行插入新一字符串,然后再将结果反序输出。例如,现有字符串aaaaa,然后要求在该字符串的第2个字符(从左到右数)的后面,插入新的字符串bbb,则反序输出的结果是aaabbbaa(注意,所有的字符串长度,无论是原本字符串的长度、待添加的字符串长度还是插入后总的字符串长度,都不超过100,而且这些字符串只含有数字字母字符)。-Topic 1 describes the programming insert a new string specified p
HashString
- 程序简单的实现了hash表的构建与查找,可以作为一个类在其他文件中调用。其中用的算法是MPQ中用的hash算法,最大可能的避免了冲突。-Program simple hash table and find, you can call as a class in the other documents. Algorithm hash algorithm used in the MPQ, the maximum possible to avoid conflict.
guangyizuixiaoercheng
- 同余法生成白噪声,并且利用最小二乘法辨识参数,最终实现广义最小二乘拟合值,仿真可直观见效果,直观!-Congruential method to generate white noise, and identified parameters using the least squares method, the final realization of the generalized least squares fitted values, the simulation can visually
matlab-code-pi-calculation
- The number π is a mathematical constant that is the ratio of a circle s circumference to its diameter and is approximately equal to 3.14159. It has been represented by the Greek letter "π" since the mid-18th century, though it is also sometimes roman
Run-length-encoder
- vhdl code for run length encoder
TSP_new
- 这是一个用于解决TSP问题的、适用于初学者的贪心算法。-This is a used to solve the TSP problem, for beginners to greedy algorithm.