搜索资源列表
cmath
- 数学运算库源码,可用于复杂的数值计算。比标准的数学库函数扩充很多。
Hanoi(gray)
- //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10-//Gray code to use the method#
cmathw
- CMath 函數.cpp 裡面有一般Math所計算使用的函數代碼-CMath function. Cpp there are generally calculated using the Math function code
cmath
- 这个一个计算几何的C语言代码,学习用c语言来写计算几何的朋友会有帮助。-The computational geometry of a C-language code, learn to write using c language computational geometry friends would help.
cmath
- 选择Cramer算法Gauss列主元Gauss全主元组及Doolittle算法解方程组-Select the pivot column Cramer Gauss algorithm Gauss pivot the whole group and Doolittle algorithm for solving equations
new
- 二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio>
cmath
- 模糊识别,C均值算法。程序简单界面美观,实现在C**Dlg.cpp中。在程序交互界面中,可以动态输入任意数量的随机数和分成任意类别(我只设了10种画笔,可自己增加)。用VS08编译,可自己升级VS10。算法里当分为N类,我把前N个随机数初始化给N类。也可以自己改下把所有随机数中距离最远的N个随机数初始化给N类(非常简单),这样更加完美-Identify fuzzy C-means algorithm. Procedures simple and beautiful interface to ac
cmath
- 算正数a的算术平方根。迭代公式如下xn+1=(xn+a/xn)/2, x 要求前后两次求出的x的差的绝对值小于 10-5 。 a通过键盘输入。 -A count of the positive square root. Iteration formula is as follows xn+1 = (xn+a/xn)/2, the difference between before and after the absolute value of x requires two x is less t
costas
- 是有关QPSK的c编写。包含高斯噪声等#include <iostream> #include <fstream> #include <cmath> #include <ctime> #include <cstdlib>-C is related to the preparation of QPSK. Includes Gaussian noise
094-divide-by-zero-short-circuit
- gcc do not like when a using directive appear after a function declaration. cmath have abs overloads and cstdlib a using directive so cstdlib has to be included first.
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列