搜索资源列表
heat
- 换热器模型的MATLAB实现,可用于工程计算,还可以用于教学演示-exchanger MATLAB model can be used for engineering calculations, can also be used for teaching demonstration
C语言演示链表操作
- 数据结构的链表关系,用TC2.0 编写,比较完整,可以作为学生的教学用-data structure objectlist relations with the preparation WITH TC 2.0, a more comprehensive and can be used as teaching students
图形演示二叉树程序
- 用TC20 图形方式演示了二叉树的遍历程序,可以作为学生的教学用-TC20 graphic demonstration of a binary tree traversal procedures can be used as a teaching students
清华大学计算机教程之-数据结构
- 清华大学计算机系必修课程之一,文件是chm格式的,做的非常不错,教学结构编排的很好,每个html页都很精美,从不同符号和表达式的色彩字体等细节中就可以体现出编排制作者的严谨,还有Flash动画演示;你会发现学习就是一种享受,可谓不可多得的学习资料-computer department of Qinghua University compulsory curriculum, the document was chm format, but has done very well, Teaching
mathfunction
- 用C#实现的数学常用函数的教学演示用程序.-C# commonly used mathematical function of teaching demonstration procedure.
DLUA_c
- 一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model -- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or
huffmanDemo
- 哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术-Huffman encoding and decoding demonstration program, lively and interesting, for teaching demonstrations and deep understanding of Huffman encoding and decoding algorithm. Included Huffman en
数据结构演示教学
- 数据结构c语言的演示教学-data structure c language teaching demonstration
MATLABABS
- 基于MATLAB/Simulink的汽车ABS半实物仿真,本文所研究的是一种基于MATLAB/Simulink的汽车防抱死刹车系统(ABS)的半实物仿真的方法。本方法利用Simulink提供的模型建立车辆的传动系模型、自动变速箱模型和ABS模型等。所建成的这套半实物仿真系统既可在软件环境下对汽车进行仿真,也可以通过I/O接口与ABS系统相连接以观察系统的仿真效果,检验控制算法的合理性。通过合理改变相应参数,本系统还可以模拟实际汽车在不同工况下的工作情况,极大提高了汽车电子设备的研发工作的效率。同
route
- 计算机专业的同学注意了:我个人做对网络路由选择,当然也是针对教学演示用,最多设10个站点,采用Dijkstra的最短路径法,当时也是得的实验高分的
算法代码
- FIFO+LUR算法演示系统,是老师对学生进行算法教学的一个演示课件-FIFO LUR algorithm demonstration system is the teacher to student teaching in an algorithm demonstration courseware
Manual
- 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
1
- 学习用的事件与触发.cs 可以用于教学.....演示-Learn to events and triggers. Cs can be used to demonstrate the teaching .....
mgsf
- 宫算法求解 bc++3.1和vc++6.0下调试通过 设计目标:教学演示 -Palace algorithm bc++3.1 and vc++6.0 to debug through the design goals: teaching demonstration
ncm
- matlab里面的一些简化工具包,便携易带,ncm工具包,还有一些教学演示程序-the matlab toolbox simple!please,if you want to show something,you can use it
imaging-theory-program-dechirp
- 雷达成像理论教学演示程序,脉冲压缩实现- dechirp。-Radar imaging theory teaching demo program, pulse compression the realization- dechirp.
svm-demo
- 一个svm的演示程序,能演示两类数据分类,有gui界面,不使用第三方工具箱,使用gaussian核函数,界面能设置c和gamma的参数值,最后可以得到分类情况的可视化效果。针对svm算法的研究者和用于教学演示的教师,是个不错的源码。-An svm demo program that can demonstrate two types of data classification, gui interface, do not use third-party toolbox, using gauss
FDTD-one-dimensional
- 基于时域有限差分法的电磁波一维传导方程,MATLAB编写,可作为一维正演模拟,也可作为MATLAB的教学演示。-FDTD method based on the electromagnetic one-dimensional conduction equation, MATLAB prepared, can be used as a one-dimensional forward modeling, but also as a teaching demonstration of MATLAB.
FDTD-two-dimensional
- 基于时域有限差分法的电磁波二维传导方程,MATLAB编写,可作为二维正演模拟,也可作为MATLAB的教学演示。-FDTD method based on the electromagnetic two-dimensional conduction equation, MATLAB prepared, can be used as two-dimensional forward modeling, but also as a teaching demonstration of MATLAB.
雷达方向图仿真
- 动态实现雷达扫描过程中的方向图变化,为研究SAR成像过程中目标回波幅度的变化提供了参考,可以作为学习及教学演示使用。