一个小程序,用Veilog HDL编写的,可以用于篮球比赛的倒计时牌,已在max-plusII上仿真通过。
标签: 程序
上传时间: 2015-08-15
上传用户:许小华
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
标签: template Peeters Kasper tree
上传时间: 2014-11-29
上传用户:gououo
ldpc译码算法,采用LOG算法,减少计算复杂度
上传时间: 2015-08-30
上传用户:685
LDPC译码算法,采用LOG方法,减少计算复杂度
上传时间: 2014-11-24
上传用户:kikye
LDPC译码算法,没有采用LOG方法,MATLAB语言实现仿真
上传时间: 2013-12-19
上传用户:ANRAN
一个非常简单的网络蜘蛛,用它可以提取网页中http=""这样的连接,并生成log文件
标签: 网络
上传时间: 2013-12-25
上传用户:franktu
电池设计的充电器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig Change log : 02.02.2000 Changed to fit Battery Charger refrence design board AS 18.02.2000 Final test and review AS
标签: Description Standalone Device S2333
上传时间: 2014-01-23
上传用户:ruixue198909
1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1 void (*f)() : 指向计算非线性方程组中各方程左端函数值的函数名(用户自编) void (*s)() : 指向计算雅可比矩阵的函数名 int ngin() : 函数返回一个标志值 3.文件说明 ngin.c函数文件 ngin0.c主函数文件
上传时间: 2013-12-23
上传用户:大三三
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
这是一个科学计算器,可以进行基本的加减乘除运算,还可以进行三角运算,以及平方开方log运算等。
标签: 科学计算器
上传时间: 2013-12-11
上传用户:邶刖