资源列表
FrameDesign
- 简单的耍人的JAVA小程序,无实际意义。因为是初学者,也就能做出这种谈对话框的小程序了。-People playing a simple JAVA applet, no practical significance. Because they are beginners, but also can make such a procedure on a small dialog box.
PCA_extraction
- Image Feature Extraction based on PCA
cardgame
- 编号为1-52张牌,正面向上,从第2张开始,以2为基数,是2的倍数的牌翻一次,直到最后一张牌;然后,从第3张开始,以3为基数,是3的倍数的牌翻一次,直到最后一张牌;然后…从第4张开始,以4为基数,是4的倍数的牌翻一次, 直到最后一张牌;...再依次5的倍数的牌翻一次,6的,7的直到以52为基数的翻过,输出:这时正面向上的牌;测试数据:52张牌 这时是正面的编号为: 1 4 9 16 25 36 49-1-52 number cards, face up, starting from
server
- dbus的服务端,监听client传来的消息-dbus server listening
cat-and-fish
- 小猫分鱼的问题 几只猫分鱼,讨论如何分到最优解-The kittens points fish
maxrow
- 实现对矩阵的各行取最大值,对角线取最大值,并用函数返回指针值-Matrix to achieve maximum value from the line, diagonal line from the maximum, and the return function pointer value
callt549
- 这是调用TLC549的汇编程序(STLC549.ASM)的C51程序, *//* 文件名CALLT549.C *//* 功能:本程序主要是读出输入通道ANALOG IN的 *//* 模数转换值,并将转换值放在变量chai中。-This is a compilation of TLC549 procedure call (STLC549.ASM) of the C51 process,*//* file name CALLT549.C*//* Function: This procedure is
led4
- 这是st2410开发板上发光二极管的一个小源程序,可以做为入手的学习资料,增加学习信心与兴趣!-this is a little proceduce,increasing interest of study ARM.
PiloteServos
- Servomotor piloting inC
fast
- 快速排序,总共执行比较操作的次数,总共执行交换操作的次数-Quick sort, total comparison operation on the number of times, a total of the number of switching operation execution
creatcat
- 建立猫咪的档案,包括猫咪颜色,体型,品种等。并进行档案的相关维护。-The establishment of the cat' s file, including the cat color, size, species and so on. And related maintenance of records.
图像离散余弦去噪
- matlab实现图像离散余弦变化,并对含有不同方差的高斯噪声图像进行去噪处理,利用PSNR和PMES对四种结果图进行对比,得出该去噪效果。