-
-TV-platform-
一种求解电大平台天线互耦的时域积分方程快速算法(Solving the Antenna TV platform stie fast algorithm)
- 2013-12-05 19:25:04下载
- 积分:1
-
Programming-standards-and-practices
编程规范和范例.doc
目 录
1 排版 2
2 注释 7
3 标识符命名 15
4 可读性 18
5 变量、结构 20
6 函数、过程 27
7 可测性 36
8 程序效率 41
9 质量保证 46
10 代码编辑、编译、审查 53
11 代码测试、维护 55
12 宏 57
(Programming standards and practices. Doc directory a typesetting 22 Notes 73 identifier naming 154 Readability 185 variables, structures 206 functions, processes 277 368 testability quality assurance process efficiency 419 4610 code editor, compile, review the 5311 code testing, maintenance 5512 macro 57)
- 2013-07-03 14:35:11下载
- 积分:1
-
hpa48
HPA就是host protect area(HPA is the host protect area)
- 2007-09-17 09:10:12下载
- 积分:1
-
Matrix_mulitiple
使用CUDA并行语言编写的矩阵乘法,与串行语句的对比试验,主要检测出CPU与GPU运行的时间,通过比较时间,达到比较效果。另外此程序可以随意更改矩阵的维数,增强程序的移植性。(CUDA parallel language use matrix multiplication, and serial statement comparison test, the main test of CPU and GPU to run time, by comparing the time, to compare results. Also this program can change the dimension of the matrix, and enhanced portability of the program.)
- 2020-12-11 21:49:17下载
- 积分:1
-
Long-integer
长整数运算(双向链表),实现长整数无限长加减法的运算(Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing)
- 2011-10-29 16:54:42下载
- 积分:1
-
DateClass_src
SimpleDate.cpp: contains the date class functions
SimpleDate.h: Header for above class
Parseit.cpp: Helper class that parses date strings
Parseit.h: Header for above class (SimpleDate.cpp : contains the date SimpleDate class functions. h : Header for above class Parseit.cpp : Helper class that parses Parseit date strings. h : Header for above class)
- 2007-05-06 10:24:09下载
- 积分:1
-
myExplorer
用MFC编写的一个类似于资源管理器系统,可以查看当前电脑下的资源,以树的形式显示。(MFC prepared with a similar resource management system, you can view the resources under the current computer display in the form of a tree.)
- 2014-01-19 22:24:16下载
- 积分:1
-
Robot
一个VC opengl开发的机器人动画程序,进测试可使用。(VC opengl robot)
- 2010-03-01 15:53:01下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
指纹识别 vfinger
指纹识别demo
演示方向图、roc曲线(fingerprint demo
show orientation and ROC curve)
- 2009-12-30 03:24:16下载
- 积分:1