-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1
-
这是数字信号处理――matlab释义与实现一书的源代码
这是数字信号处理――matlab释义与实现一书的源代码-This is the Digital Signal Processing-- Matlab Interpretation and Implementation of a source book
- 2022-08-21 10:43:20下载
- 积分:1
-
数值分析里面解方程的一种方法
叫什么忘记了
几年前写的东西
站长补充下嘛...
数值分析里面解方程的一种方法
叫什么忘记了
几年前写的东西
站长补充下嘛-Numerical Analysis Solution of equation inside What a way to have forgotten to write something a few years ago under the head to add them
- 2022-01-26 08:10:11下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
rapid sequencing and Bubble Sort
快速排序和冒泡排序-rapid sequencing and Bubble Sort
- 2023-03-21 16:40:03下载
- 积分:1
-
bp算法的VC程序
bp算法的VC程序-bp algorithm VC Program
- 2023-09-06 06:00:03下载
- 积分:1
-
关于矩阵的运算算法
关于矩阵的运算算法-on matrix arithmetic algorithm
- 2022-08-18 04:17:44下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1
-
二值图像标记的新算法
资源描述
一种基于二值图像的标记区域的新算法,文档和代码。
函数:BWLabel
功能:实现二值图像的连通区域标记
参数:
pnBW---指向二值图像数据,要求像素值为0、1
pnBWLabel---指向标记后的图像
nImageWidth、nImageHeight---图像高宽
nMode---邻域的连接模式:8为八连通,4为四连通
- 2022-01-26 05:52:04下载
- 积分:1
-
混合矩阵估计在瞬时盲源分离
这是刊登在报纸的混合矩阵估计算法的 matlab 代码 V.G.Reju、 S.N.岛和 I.Y。很快,"为混合的瞬时盲源分离中的矩阵估计算法,"信号处理,卷第 89 9 期,2009 年 9 月,页 1762–1773.
- 2022-12-22 05:00:04下载
- 积分:1