资源列表
音乐合成所需资源
- 完成简单音乐合成,对不同频率音符组合和一段优美的小音乐(Complete simple music synthesis, combination of different frequency notes and a beautiful little music.)
635322
- maxthon使用,方便大家,谢谢支持!()
qm算法
- QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items wit
Memorandum_a5
- Android的闹钟软件~十分简洁好看~(an Alram software of Android)
Adafruit_NeoPixel-master
- UNO Adafruit_NeoPixel-master
继电保护计算题
- 继电保护试题(计算题加填空及其答案惺惺惜惺惺想寻寻)(Relay protection test)
Huffman
- 利用哈夫曼树生成哈夫曼编码,并实现字符串的压缩和编码的解压。(Huffman tree is used to generate Huffman coding, and the compression and decompression of the string are realized.)
fangiphoneuninsetup
- A program unloader that imitates iPhone, automatically scans and loads the non - system app, displays the delete button by the later icon, and swings back and forth, and then jumps to the uninstall interface of the system.
ercn58
- MFC很好的例子,简要的描述了学生成绩管理资料信息管理的功能过程()
newsread
- A news reading App framework, the highlight of the project: MVP mode: decoupling model and view layer, contract class management MVP, at a glance, realize vertical decoupling, base class perfect encapsulation, avoid frequent new objects. RxJava: in
光线追迹
- 在python中实现简单的光线追迹,定义光线,场景等(python for ray tracing)
5773550
- MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()