资源列表
poloy
- 用线性表实现一元多项式的多种运算,对初学数据结构的人佷有帮助。-Use linear table for one yuan polynomial of a variety of operations, for beginners of data structure is very helpful.
cor.c
- 协程(cocorrent)的简单例子, 用setjmp实现,大师的代码-cocorrent programming sample with setjmp
SVM-MT
- 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p
Cpp1
- 大数据乘法,输入两个整数,正负均可,输出结果。-Big Data multiplier, input two integers, either positive or negative, the output result.
Cpp1
- 输入指定个数的数据,对其进行快速排序,然后输入一个数据,在排序好序的数组中找到其位置。-Enter the specified number of data, its quick sort, and then enter a data sorted in order to find its place in the array.
Desktop
- 对于matlab plot 画图时出现图像纵坐标比较接近时颜色分辨不出来,使图像颜色更丰富。-For matlab plot occurs when the image drawing closer to the vertical axis can not be seen when the color to make the image more colorful.
Cpp1
- 输入一段数据,实现哈弗曼树的生成,并输出哈弗曼编码。-Enter a data to achieve Huffman tree generation, and outputs the Huffman coded.
Cpp1
- 简单计算器的设计,实现加减乘除和括号的操作,包含正负数小数-Simple calculator design, implementation, operation of addition, subtraction, and parentheses, include positive and negative numbers decimals
IsPrime
- 自己编写的简单素数(质数)判断函数,文件已带使用说明//编 写 人:Chernic//学 校:广州大学//联系邮箱:iamchernic@gmail.com-I have written a simple primes (prime) to determine the function// Write the person: Chernic// School: Guangzhou University// Contact E-mail: iamchernic@gmail.com
Cpp1
- 实现100位大数的加减操作,包括正负号的运算-Addition and subtraction of large numbers to achieve 100 operations, including arithmetic sign
xBgL
- 这个代码可以用来计算超晶格的禁带宽度,主要用于二类超晶格-This code can be used to calculate the energy gap of superlattice
PSOTool
- 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
