资源列表
overview--of-tne-HEVC-standard
- 新的图像压缩算法HEVCoverview of tne HEVC standardoverview of tne HEVC standard-overview of tne HEVC standard
SPHYSICS_3D_v2.2.003
- SPHysics是光滑粒子流体动力学的平台(SPH)由莫纳汉(1992)的制定灵感代码的研究人员在美国约翰霍普金斯大学(美国)联合开发,维哥曼彻斯特大学(英国)大学(西班牙),以及罗马萨皮恩扎大学(意大利)。发展了数年,主要以研究自由表面流的现象,其中欧拉方法可能难以适用,如波,对海上构筑物损坏断裂的影响。我们很高兴地宣布,有3个可用的代码:代码功能,而未来的版本可以在(未来发展及发行版)中找到。-SPHysics is a platform of Smoothed Particle Hydro
machine_learning_python-master
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
Digital-audio-processing-and-MATLAB-
- 数字语音处理及MATLAB仿真[张雪英][程序源代码]Matlab设计滤波器示例-Digital audio processing and MATLAB simulation
FLUENT-secondary-development
- 利用FLUENT二次开发(UDF)辅助科学计算-Secondary development using FLUENT (UDF) supporting scientific computing
parallel-SPH-0.1.tar
- 光滑质点无网格法SPH并行计算程序,一种新型算法-Smooth particle meshless method SPH parallel computing procedures, a new type of algorithm
666
- 人脸检测程序,采用贝叶斯判别进行的人脸检测,有测试例子-Face detection program, using Bayes discriminant for face detection, there are test cases
simulannealbnd.rar
- 描述基于matlab环境的模拟退火算法的原理、应用和实例的好书,Descr iption based on matlab, the principle of the simulated annealing algorithm is applied and examples of good books
CSR_IR
- CSR模型图像复原,近期较为新颖的图像复原方法,效果更好。-The CSR model of image restoration, recently a novel method for image restoration, the better.
mima
- 功能:当使用机子的人离开电脑后,可以根据提示输入密码,锁定本机,进入时输入密码-Function: When the person using the machine to leave the computer, can prompt for a password, lock the machine, the time of entry to enter a password
Interview
- Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conducive to reverse output. Construct
lab4_2
- 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采