资源列表
suangseqiuchuhaodaxiaoguolv
- 双色球出奖号码大小过滤,主要用来过滤出符合大小条件的号码组合
4511138
- 一个I/O实现的8个数码管动态显示程序 内有详细算法说明
3ableoutput
- 内存中连续存放着16个十六位二进制数,在原16个数的第4和第5个数之间插入00FFH,在原16个数的第8和第9个数之间插入FF00H,在原16个数的第12和第13个数之间插入55AAH, 在原16个数的最后加入AA55H。将按上述方法插入4个数后得到的20个数存入内存中。-Memory for storage of a 16 16 binary number, in the original 16 the number of paragraphs 4 and 5 inserted between
sort
- 用汇编语言实现的冒泡排序程序。先打印排序前table数组中数,之后排序后打印结果。-Assembly language using the Bubble Sort procedure to achieve. Print before the first table to sort the array in a few, and then print the results after sorting.
232Communication.tar
- C++ header file with some main code
calender
- type year and month, it will show the calender, an assignment in cla-type year and month, it will show the calender, an assignment in class
datacombining
- 将EXCEL多个工作簿合并成一个EXCEL工作簿的多个页签 EXCEL数据合并-EXCEL workbooks will be combined into a multiple EXCEL workbook merging multiple tabs EXCEL data
comparison_21022013
- COMPARISON OF DIFFERENT MODULATION SCHEMES
oned_wave
- This program describes a moving 1-D wave using the finite difference method- This program describes a moving 1-D wave using the finite difference method
yuv2avi.m
- yuv to avi converter
PSO_version21
- Author: Dr Bouchekara Houssem Rafik El-Hana Date: 26/05/2015 PSO version 2 with velocity bounding
Bayes_classifier
- 贝叶斯决策论是解决模式分类问题的一种基本统计途径。其出发点是利用概率的不同分类决策与相应的决策代价之间的定量折中。贝叶斯分类器的分类原理是通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类。也就是说,贝叶斯分类器是最小错误率意义上的优化。-Bias classifier with minimum error rate.