资源列表
SHEJIAN1
- 这是我的课程设计,很有意思,如果你学计算机图形学会很有用的-This is my subject design, it is interesting, and it will be useful to computer graphics
C51精确延时
- 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
CKCSCY
- 串口测试程序,辅助小工具,测试串口是否正常工作-Serial test procedure
vedio
- 应用vfw技术在C++Builder环境下捕捉视频,为接下来的视频图像保存,处理做准备工作。-Vfw applications in C++ Builder environment to capture video, the video image to the next save, ready to do deal with job
CryptKeyExport
- Export rsa private/public key pair
1008
- Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
Joseph
- 解决约瑟夫问题,一圈人围在圆桌上,报数,从某人开始数数,数到4(举例)则该人被淘汰,剩下的人继续,直到全部被淘汰,依次输出淘汰顺序-solve Joseph problems: one for the original one, the other is for the new problem, they are similar,but they are not the same.
vigenere
- vigenere对文本文档进行加密,实现了对于文本文档的加解密。-vigenere text document is encrypted, to achieve the text of the document encryption and decryption.
SACH1
- drawing chess-set game
mmu
- 来自开发板的源mmu代码 放心下载 记得别忘了好评-the code is mmu
g
- 设有n座山,计算机与人为比赛的双方,轮流搬山。规定每次搬山的数止不能超 过k座,谁搬最后一座谁输。 -With n mountain, the computer and the human race turns to move mountains. Provisions can move mountains number ended not exceed k Block, who moved the last one who lost.
XORencrypt
- Enccryption code with C