资源列表
Verilog源代码
- 多种基本功能的Verilog代码实现,包括多路选择器,二进制到BCD码转换,二进制到格雷码转换,7段译码器,8位数据锁存器,移位寄存器等等多种功能。(Verilog code implementation of a variety of basic functions, including multiplexer, binary to BCD code conversion, binary to Gray code conversion, 7-segment decoder, 8-bit dat
svm-knn
- svm与knn组合模型的matlab实现(Matlab implementation of SVM and KNN combined model)
方柱绕流的LBM代码(C++)
- Lattice boltzmann method 方柱扰流代码,C++(LBM Code for Square Column Spoiler)
packtext
- 天堂1的对话抽档程式 可以查看TXT对话 Packext 開啟Text.idx 80KB 1.使用Packext點選File, 再按Open. 2.從天堂目錄選取Text.idx. 3.選取Edit, 再按Add File 4.把list.spr選取, 再按開啟. 5.關閉PackText(The dialogue extraction program of heaven 1)
电子琴8086+8253
- 电子琴电路proteus仿真,含汇编源码。(proteus scheme+.asm source code)
zemax
- ZEMAX编程教程及范例演示,利用zemax设计简单的光学系统,zemax的入门教程(ZEMAX programming tutorials and sample demonstrations)
beam_example_2_submit
- 应付ANSYS作业用的,采用MATLAB计算梁单元模型的一个例题(For ANSYS work, beam model calculation)
Exercise3 answers
- Write a program that enters the name and the annual salary of 5 employees from the keyboard
计算机体系结构实验报告
- 计算机体系结构,流水线,相关性,命中率。 WinMIPS64/WinDLX 模拟器执行。(Computer architecture, pipeline, correlation, hit rate. Winmips64 / windlx simulator execution.)
皮卡丘远控源码独立生成器
- 皮卡丘远控源码独立生成器皮卡丘远控源码独立生成器皮卡丘远控源码独立生成器,动态传输,喜欢的自己改
圆极化LG光强模拟程序
- 圆极化拉盖尔高斯光束的电场表达式的编程模拟,有光强分布程序和相位分布程序(The program simulation of the electric field expression of the circularly polarized Laguerre Gaussian beam includes the program of light intensity distribution and the program of phase distribution)
PL0词法分析程序
- 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ