资源列表
huffman4
- huffman编码源程序之四,适合《信息与编码》课程初学者使用-huffman
huffman3
- huffman编码源程序,适合《信息与编码》课程初学者使用-huffman
BinarySearchTree
- 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an input symbol of the end. Such
huffman2
- huffman编码源程序之二,适合《信息与编码》课程初学者使用-huffman
FDTD_2.1
- 本程序是使用有限时域差分法计算模拟电磁波在光学薄膜中的传输,加入边界条件,可以计算加入有损耗介质进行计算模拟,运用Qt技术,运用Qmake进行工程管理。运用matlab显示结果-This procedure is the use of FDTD method simulation of electromagnetic waves in optical thin films in transmission, add the boundary conditions can be calculated
kernel2.4.18_r1.1
- 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
FDTD_1.5.c
- 本程序是使用加入边界条件的有限时域差分法计算模拟电磁波在光学薄膜中的传输,可以计算有损耗的介质。运用matlab显示结果-This procedure is the use of boundary conditions add FDTD method simulation of electromagnetic waves in optical thin films in transmission, there is wear and tear can calculate the dielectr
FDTD_1.3.c
- 本程序是使用有限时域差分法计算模拟电磁波在光学薄膜中的传输,增加了高斯光源等光源形式。增加边界条件。运用matlab显示结果-This procedure is the use of FDTD method simulation of electromagnetic waves in optical thin films in transmission, an increase of Gaussian light sources, such as the form of light source
FDTD_1.2.c
- 本程序是使用有限时域差分法模拟电磁波在光学薄膜中的传输,加入边界条件。运用matlab显示结果-This procedure is the use of FDTD simulation of electromagnetic waves in optical thin films in transmission, add boundary conditions. Shows the results of the use of matlab
PerfectRandom
- 完美随机数,即1 的概率,在执行一百次也肯定会出现1次;该代码随机产生5组20以内的排列-Perfect random number, that is 1 of probability, in the implementation of one hundred times there will be one meeting the code randomly generated 5 groups with 20 or less
5
- 一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次
fitnessfunction
- 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness function m file
