-
LdoubleBall20o
双色球分析系统及源代码完整版,不仅可以帮助你有效分析双色球的特点点,给你提高有价值的参考信息;同时,程序代码也是你编程学习的导师!
(Color ball analysis system and the full version of the source code, can not only help you to effectively analyze the color ball characteristics point to give you to raise valuable reference information same time, the program code you programmed learning mentor!)
- 2012-09-30 19:31:52下载
- 积分:1
-
Filter
通过vc编写的可实现滤波功能的简单滤波器程序(Simple filter program written by vc filtering function)
- 2013-05-14 22:50:30下载
- 积分:1
-
BLH2KML_
GPGGA数据转换为kml格式 可用且有界面(GPGGA data to .kml)
- 2015-09-20 13:11:06下载
- 积分:1
-
HVC
这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息,,(This is a view IP packet program written in VC, you can see information about the host sending and receiving IP,,)
- 2017-04-09 03:55:35下载
- 积分:1
-
be-happy-to-learn-VC
说明: [趣味程序导学Visual.Cpp].董未名.文字版([Fun Program Guidance Visual.Cpp]. Weiming Dong. Text Version)
- 2011-04-04 17:59:37下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
DXFToGCode20120923
VC++6.0编写的CAD dxf文件直接转换为数控加工G代码程序。直接调入DXF文件,生成可用于数控加工的G代码。(Written by VC++6.0 CAD DXF files directly into G code program of CNC machining. Direct load DXF file generation, can be used for NC machining G code. )
- 2020-10-28 15:19:59下载
- 积分:1
-
qt读取文本文件的内容
qt读取文本文件的内容,自己编写出来的话就表明QT基本入门了(how to use qt to read the txt)
- 2015-09-02 11:57:19下载
- 积分:1
-
AGPS-position
AGPS定位基本原理浅析,AGPS(Assisted GPS,A-GPS,网络辅助GPS)定位技术结合了GPS定位和蜂窝基站定位的优势,借助蜂窝网络的数据传输功能,可以达到很高的定位精度和很快的定位速度,在移动设备尤其是手机中被越来越广泛的使用。(AGPS positioning the basic principles of analysis, AGPS (Assisted GPS, A-GPS, network-assisted GPS) positioning technology combines GPS positioning and cellular base station location advantage, with data transmission function of the cellular network, can achieve high positioning accuracy and very fast positioning speed, especially in the mobile phone devices are more widely used.)
- 2014-04-13 03:43:34下载
- 积分:1
-
Viterbi
(2,1,3)卷积码的Viterbi译码C程序,已经验证成功((2,1,3) convolutional code C of the Viterbi decoding process, has proved to be successful)
- 2020-12-21 19:39:07下载
- 积分:1