-
CRT-571-V10 IC卡发卡机软件
CRT-571-V10 IC卡发卡机软件
- 2015-04-24下载
- 积分:1
-
Longest Common Subsequence (Dynamic Programming)
#include
#include
const int M = 100;
//記錄序列X和Y的LCS的長度
int c[M][M];
//二維陣列b記錄搜索方向,1-對角線方向;2-向上;3-向左;4-向上或向左
int b[M][M];
//lcs 記錄得到的LCS字元
char lcs[M];
// LCS最大長度
int nlcs = 0;
/*
功能:
- 2022-05-14 23:36:44下载
- 积分:1
-
12
说明: 关于图像处理里的一些应用,将视觉相应算法应用到工程实际中,详细解说了算法在这里面的一些应用,很实用。(On some applications in image processing, the visual corresponding algorithm is applied to the engineering practice, a detailed explanation here below in some applications, the proposed algorithm is very practical.)
- 2015-01-10 14:48:06下载
- 积分:1
-
Visual C#
- 2022-02-28 11:02:40下载
- 积分:1
-
sounds_WormsWorldParty
Trivium C code, the best cipher in eSTREAM contest
- 2010-12-06 04:19:17下载
- 积分:1
-
DotnetChartingweb
.net framework2.0环境下制作图表控件,dotnetcharting(. Net framework2.0 environment charting control, dotnetcharting)
- 2010-12-15 15:23:44下载
- 积分:1
-
L298Nf4pwm
说明: 硬件STM32F407
L298N电机驱动
实现PWM输入电机驱动来实现电子的转速控制(Hardware STM32F407
L298N motor drive
Implementing PWM Input Motor Drive to Realize Electronic Speed Control)
- 2021-01-23 22:08:45下载
- 积分:1
-
Lora通信主机程序
传输距离:lora城镇可达2-5 Km , 郊区可达15 Km 。工作频率:ISM 频段 包括433。标准:IEEE 802.15.4g。调制方式:基于扩频技术,线性调制扩频(CSS)的一个变种,具有前向纠错(FEC)能力,semtech公司私有专利技术。容量:一个LoRa网关可以连接上千上万个LoRa节点
- 2022-02-03 14:23:58下载
- 积分:1
-
载体坐标系和地理坐标系的转换
本程序可将导航系统中的载体坐标系转化为地理坐标系
- 2022-05-23 04:30:24下载
- 积分:1
-
Atmel_mp3_USB
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。(Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.)
- 2008-08-07 16:10:10下载
- 积分:1