搜索资源列表
udf-exams.rar
- fluent培训教程中的udf例子和说明,training course fluent in udf examples and descr iptions
hannuota
- 用c++的MFC写的汉诺塔程序,可自由选择塔的层数,运行过程中实现塔的自动移动;-With c++ The MFC write Tower of Hanoi procedures, are free to choose the low-rise tower, tower to run the course of the realization of the automatic movement
LastWave_3_0.windows
- LastWave,开源项目,信号处理,跨平台,主要以小波应用为主,涉及图像处理和音频处理,非常好的源代码-LastWave is a signal processing oriented command language. The 3.0 version is based on the GNU wxWidgets library. It allows LastWave to be truly multiplatform : it runs on both X11/Unix (or Li
MOODULITESBUBFIN
- Bubble and shell sort. done on C programming introduction course. The program is in estonian.First you enter the number of elements, then if u dont want the program to autogenerate your numbers for sorting press Y and enter them manually. next choose
GeneticAlgorithm
- 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other functions in order to achieve ext
1234
- 这是用C++编写的求最小公倍数最大公约数的程序`方便学生们实践课-This is written in C++, the least common multiple greatest common divisor of the program requirements to facilitate the students ``` Practice Course
Digital-signal-procesing
- 以C语言为模板,详细讲解了数字信号处理中的课中处理过程,处理函数的C语言实现。包括随机数生成,更重FFT算法的C实现,卷积和滤波器。-The C language as a template, gave a detailed course in digital signal processing in the process, the handler of the C language. Including random number generation, more importantly,
iterative-method
- 程序主要采用了C语言的迭代过程实现线性代数解得求取过程,其中分析了Jicob法的基本原理和C语言实现。-Program mainly uses the C language realization of the iterative process of solution was to strike a linear algebra course, which analyzes the Jicob of the basic principles and the C language.
find-the-greatest
- C++的求最大公约数和最小公倍数的程序,对本科C++课程可能有些帮助-C++, find the greatest common divisor and least common multiple of the program, it maybe helpful for C++ course
Factorial
- C++的求阶乘的程序,对本科C++课程可能有些帮助-Factorial in C++ program, it maybe helpful for some C++ course
10102130203
- 与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从i乘到j的结果中为a、b、c的个数,以便在后续的计算中可以用到之前的数据,避免重复计算。所以就需要用三维数组来存储(当然用struct结构体数据类型也很方便)或者用两个数组。-With a matrix with minimal multiplication problem similar, although need not record bracketed style, but need to record from
Calculator-experiment
- C#简易计算器的编程实现!我做实验课做的!-C# simple calculator programming. I do experimental course!
Navier_Stokes
- Navier_Stokes-This computer program was copied from the graduate student course C program of the University of Minnesota. Part of it was re-formu- C lated to meet the microcomputer environment. Some inappropriate C expressions were also corr
tt
- 随着计算机科学技术的不断提高和发展,其强大的运算功能已经逐渐融入人类社会的各个领域,并且在各个领域中发挥越来越重要的作用。当然,高效的运算速度并不代表无限快,在有限的资源空间里,要大大提高运算处理数据的速率,就需要我们使用那些在时间和空间上体现出高效的算法。本系统是为了演示在同一问题上,不同的算法在效率上存在的巨大差异。本系统采用Visual C++ 6.0中文版为开发工具,实现三种不同排序算法,即:冒泡排序算法、选择排序算法和快速排序算法,以及这三种排序对同一问题的处理并且以图形的形式给出快慢
shuzhifenxi
- 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
NEWTONXIASHAN
- newton和newton下山法 求解数值计算 主要针对数值分析这门课程的C语言程序-newton and newton downhill numerical method for solving numerical analysis focused on the course of the C language program
SHUZHIFENXI
- 基于C语言的数值分析界面 基本涵括了数值分析这门课程的所有程序,并且设置了界面-Numerical analysis based on the C language interface basically covers the numerical analysis of this course all programs, and set up the interface
The-calculation-of-channel-capacity
- 在信息论课程中,对信道容量的计算,此文件用C++对它进行编程,运行后可直接得到结果-In information theory course, for the calculation of channel capacity, this file can be programmed with C++ it can get results directly after running
