资源列表
318A
- 两个BCD数相加求和后,能在屏幕上显示。-display the sum of BCD number
EXAM1
- 该代码可以实现ASCII码与字符的转换,希望对学习汇编的朋友有用啊-The code can be achieved with the ASCII character code conversion, in the hope to learn useful compilation of friends
count
- 实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用 -Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
dv
- calculator code in c or c-calculator code in c or c++
paixu
- 将25个无符号的8位二进制数按递增方式排列.同时考虑有符号递减等方式-The 25 unsigned 8-bit binary number by ascending order. Taking into account the means of decreasing signed
ejemplo-seba-int
- sirve para imprimir una letra hasta otra
MERGE-SORT
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sort
sanxinganshetuxiangUntitled
- 能够利用matlab针对三芯光纤的干涉图样进行仿真,得到其干涉图片-Able to use matlab to three core optical fiber interference pattern, and simulation the interference image
lanemd.zip
- Solution of the Lane-Emden equation (astrophysics) based on Runke Kutta method,Solution of the Lane-Emden equation (astrophysics) based on Runke Kutta method
mm
- It is defined between two matrices only if the width of the first matrix equals the height of the second matrix. Multiplying an m×n matrix with an n×p matrix results in an m×p matrix. The C program below show the matrix multiplication.
Short-time-zero-crossing-rate
- 基于MATLAB用于检测提取的语音信号的平均短时过零率的算法,可以方便的检测出是清音还是浊音。-Algorithm based on the MATLAB for detecting extracted speech signal average short-term zero-crossing rate, you can easily detect the voiceless or voiced.
convolutional-codes
- Convoutional Codes made in Dev c++, all comments mentione din it, just save ir and run :)