-
Based on support vector machines underwater acoustic channel blind equalization...
基于支持向量机的水声信道盲均衡算法的研究-Based on support vector machines underwater acoustic channel blind equalization algorithm
- 2022-07-25 17:24:59下载
- 积分:1
-
奇尔卡特AES算法
这是一个奇尔卡特AES算法的源代码。奇尔卡特加密组件支持128位,192位和256位AES加密两种ECB(电子菜谱)和CBC(密码块链接)模式。
- 2023-09-02 11:25:04下载
- 积分:1
-
VB6中利用中值滤波算法进行验证码椒盐噪音去除的源代码
应用背景VB编写的简单验证码去除噪音VB编写的简单验证码去除噪音VB编写的简单验证码去除噪音VB编写的简单验证码去除噪音VB编写的简单验证码去除噪音关键技术VB6中利用中值滤波算法进行验证码椒盐噪音去除的源代码,就是速度慢,喜欢的就下载,适合新手
- 2022-05-05 04:42:10下载
- 积分:1
-
HMM中经典的前向后向算法,带有比例因子
HMM中经典的前向后向算法,带有比例因子-classical HMM back to the first algorithm, with a scale factor
- 2022-06-26 06:31:11下载
- 积分:1
-
拉法尔喷管
拉瓦尔喷管是推力室的重要组成部分。喷管的前半部是由大变小向中间收缩至一个窄喉。窄喉之后又由小变大向外扩张至箭底。箭体中的气体受高压流入喷嘴的前半部,穿过窄喉后由后半部逸出。这一架构可使气流的速度因喷截面积的变化而变化,使气流从亚音速到音速,直至加速至跨音速。所以,人们把这种喇叭形喷管叫跨音速喷管。由于它是瑞典人拉瓦尔发明的,因此也称为"拉瓦尔喷管"。拉法尔的激波捕捉是一个难点。
- 2022-01-28 14:43:34下载
- 积分:1
-
indices de desempeño
- 2022-02-15 12:52:06下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
- 2022-08-24 00:44:47下载
- 积分:1
-
Term calculation of photonic crystal transmittance and reflectance as well as th...
用语计算光子晶体的透射率和反射率以及能带结构-Term calculation of photonic crystal transmittance and reflectance as well as the energy band structure
- 2023-08-20 15:45:02下载
- 积分:1
-
photogrammetry Resection of the algorithm to achieve, through the importation of...
摄影测量中后方交会算法的实现,通过输入测量数据可以算出交会点的小程序-photogrammetry Resection of the algorithm to achieve, through the importation of data could calculate the intersection of the small programs
- 2022-04-01 21:10:21下载
- 积分:1