资源列表
flaming
- c语言小程序,运行后在屏幕上产生火焰效果,很有意思-c language applet, running on the screen have a flame effect, very interesting
KS107.ZIP
- Source code for driver KS107 (LCD display with resolution 128x64 pixels). Files are in assembler and C.
frm
- 冶金企业的喷煤系统,可以使用的喷吹计算器-Metallurgical coal enterprise system, you can use the Jet Calculator
TX2-RX1
- 基于两发两收的空时码编码程序,对于有这方面需求的学者值得参考和学习。-Based on the two received two space-time coding procedures, there is in this regard for the needs of scholars worthy of reference and study.
light_guard
- Cellular Automata Simulator for one Lane flow with traffic light
e0102
- 教学示例,我现在还是学生,正在学习阶段,希望可以实现资源共享-Teaching examples, I still students, are learning stage, the hope that we can realize the sharing of resources
7people
- 实现7人表决功能,为eda的学习有帮助,欢迎下载验证-7 people realize a vote function, the study has for the EDA to help are welcome to download authentication
fdtd1D
- 一个matlab写的FDTD程序 是一维的 从其他地方转载过来的 - it s a FDTD program, which was done by matlab scr ipt
qqq
- 主要是用C语言编写的简单的接口程序,可以做参考-Is mainly used C language interface easy procedure, you can make reference
Python
- 《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本,版权 © 2005 沈洁元 无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用Python语言。-The concise Python tutorial "for" A Python "an uploaded file of the simplified Chinese version, copyright © ShenJieYuan 2005 Whatever y
adder
- this code written in systemc language and it is a wewest language that important to simulate the system
mst
- 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)-Minimum Spanning Tree Algorithm