-
G729解码器
G729解码器,用于8K采样的语音处理
- 2022-05-20 05:36:20下载
- 积分:1
-
classic Chinese Remainder Theorem solving program, you have to import the soluti...
经典的中国剩余定理求解程序,输入你所要解的同余式即可按定理求解!-classic Chinese Remainder Theorem solving program, you have to import the solution congruence theorems can be solved by!
- 2022-02-24 09:16:20下载
- 积分:1
-
space time coding
《Space-Time Coding》Branka Vucetic、Jinhong Yuan [2003]
a very good foreign book for wireless communication study
- 2022-02-05 13:40:15下载
- 积分:1
-
一个C++封装的,基于状态转换表设计的有限状态机实现例子
一个C++封装的,基于状态转换表设计的有限状态机实现例子-a C Packaging, based on state transition table design Finite State Machine example
- 2022-11-19 07:25:03下载
- 积分:1
-
Use of sub
用对分法求非线性方程f(x)=0的实根.基本思想:逐步缩小这个有根的区间,当这个区间长度减小到一定程度是,就取这个区间的中点作为根的近似值-Use of sub-method of nonlinear equation f (x) = 0 the real roots. The basic idea: to gradually narrow the range of this well-established, when the interval length decreases to a certain extent, we take the midpoint of this range as the root approximation
- 2022-08-08 04:02:19下载
- 积分:1
-
Used for a very large number for scientific computation library, with the interf...
一个用来对非常大的数进行科学计算的程序库,带界面。-Used for a very large number for scientific computation library, with the interface.
- 2022-05-05 11:30:21下载
- 积分:1
-
C This is a language with the ant colony algorithm to achieve the hope that the...
这是一个用c语言实现的蚁群算法,希望对研究蚁群算法的人有帮助。-C This is a language with the ant colony algorithm to achieve the hope that the study of ant colony algorithm to help the people.
- 2022-06-29 21:28:54下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
简单BMP图片旋转算法
一个较为基础的算法。在C++中实现读取BMP文件信息并将图片顺时针旋转90度。附带有文字注释,可作为C++教学中使用的程序范例或作业题目来使用。
- 2022-04-20 21:40:04下载
- 积分:1
-
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss...
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
- 2022-10-31 15:55:02下载
- 积分:1