-
turbo
说明: turbo码的c语言程序,使用c语言来完成整个turbo码的编解码过程,并且程序后附带比较详细的解释(turbo code c language program, use c language to complete the entire turbo code codec process and procedures attached to explain it in more detail)
- 2020-10-17 10:47:29下载
- 积分:1
-
PJSIP2.7
1:PISIP源码,适合进行windows端SIP软电话开发2:非常适合入门人员开发和学习3:使用MFC进行开发,4:编译环境版本为VS2012
- 2022-11-10 17:35:04下载
- 积分:1
-
offset
实现了besier曲线等距线生成算法。等距线生成效果好。(The realization of the equidistance line besier curve generating algorithm. Equidistance line to generate effective.)
- 2008-01-01 15:49:18下载
- 积分:1
-
fahanshu
利用c++编写了一个外点惩罚函数,用于对于对目标值的推算与尝试。(Use c++ to write a point outside the penalty function for the target value for the calculation and try.)
- 2016-05-15 21:00:54下载
- 积分:1
-
第4章 蛮力法
说明: 蛮力法(man li fa)
- 2019-06-10 10:51:33下载
- 积分:1
-
ardunio 328平衡车代码
是用于平衡车调试,本人用的是ardunio 328板子,调试好参数后可完成平衡站立 效果还不错,大家可以试试。pid参数不是很调。。。不过调好之后就很好用了,大家加油耐心一点调试
- 2022-01-25 22:23:20下载
- 积分:1
-
ms 的数据库连接方案
ms 的数据库连接方案-Database Connection Program
- 2022-01-31 09:43:46下载
- 积分:1
-
traversinggraph
图的遍历的实现,文字界面,包含深度遍历和广度遍历两种情况~~(Graph traversal implementation, the text interface, including the depth and breadth traversal traverse both cases ~ ~)
- 2010-08-14 14:16:10下载
- 积分:1
-
解压缩文件_C#
C#版,解压文件(.rar .zip),将文件解压到项目特定目录(C# version,.Rar.Zip, unzip the files to the project specific directory.)
- 2018-04-27 09:51:40下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1