搜索资源列表
点聚图
- 点聚图。二维坐标,范围自动调整。-point Poly map. Two-dimensional coordinates, and automatically adjust the scope.
POLY
- 多边形生成算法2-polygon Algorithm 2
Poly---6yunsuan
- 可以实现两多项式的加减乘除及微积分运算,但因当时时间关系,没有对多项式进行有效性进行检查-can achieve the two polynomial arithmetic operations and calculus, but for the time, no right polynomial validity checks
TV_RADIO_SOURCECODE
- 这是一款聚电视和收音为一体的微处理器 C++ 源代码,成果奉献,供广大的底层软件开发者学习和参考-Poly television and radio combines the microprocessor C source code, the results of dedication, the bottom for the majority of software developers learning and reference
DistCal
- 包含一种新的相对距离、欧式聚立等的距离计算方法,计算每个训练样本到所有测试样本的距离。-includes a new relative distance, Continental and others Poly distance calculation method calculated for each sample to test all samples distance.
VcDemoOfuCGUI
- 这是一个移植到vc上的小型ucGUI,有助于容易理解GUI的实现和移植到嵌入式系统上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。-This is a transplant of small vc ucGUI. easy to understand GUI to the realization and transplanted to embedded systems, including the F
poly.cpp
- 实系数复变多项式问题-real polynomial coefficients complex issues ..........................
poly
- 一个简单的poly实系数一元项式问题的一个简单的解法,希望对大家有帮助!
poly.zip
- 一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点,Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node
poly
- this code is simulation of dm synchronization with poly phase sequences with good auto correlation sequences that proposed in 2004 by ieee in ieee 802.16 standard(wimax down link)-this code is simulation of ofdm synchronization with poly phase sequen
poly
- Poly alphabetic cipher in C
Preparation-of-poly-silicon-with-iron-sulfate-coag
- 用铁矿石制备聚硅硫酸铁混凝剂及其应用研究Preparation of poly silicon with iron sulfate coagulant and its application-Preparation of poly silicon with iron sulfate coagulant and its application
freeman-low-poly
- freeman low poly models materials
poly
- poly alphabetic substitution
lsa-poly.tar
- “lsa-poly” is a polynomial least square fitting tool. e.g.: lsa-poly -f data.dat -x 1 -y 2 -n “-7 -2 0 4” -oe will fit column 2 with column 1 of data.dat, and the fitting function consists of x^-7. x^-2, x^0 and x^4 terms. ===================== T
poly
- Header file for the FPU-emu poly.c source files for Embedded Linux.
poly-spectrum-8ex
- poly spectrum radio congnitive
poly
- Header file for the FPU-emu poly.c source files.
Poly
- 1、可通过 Poly P 声明一个多项式 P; 2、可通过 P.read(string P_str) 直接从 手写习惯的多项式字符串 读入多项式; 3、可通过 P.newTerm(double Coef, int Exp) 增添多项式的项,如果含有同类项,则合并; 4、可直接通过 P Q 给多项式 P 赋值; 5、可直接通过 cout << P 以手写习惯输出多项式; 6、可通过 P.clear() 清除一个多项式; 7、可直接通过 +、-、*、/、 进行多项