-
Introduction to algorithms
说明: 《算法导论》原书名——Introduction to Algorithms,是2006年机械工业出版社出版出版的图书,作者是Thomas H.Cormen、Charles E.Leiserson等。(Introduction to algorithms)
- 2019-02-28 16:17:37下载
- 积分:1
-
编辑距离问题
设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:1)删除一个字符;2)插入一个字符;3)将一个字符改为另一个字符。将字符串A变换为字符串B所用的最少字符操作称为字符串A到B的编辑距离,记为d(A,B)(Let A and B be two strings. String A is converted to string B with the least number of character operations. The character operations mentioned here include: 1) deleting a character; 2) inserting a character; 3) changing one character to another character. The minimum character operation used to convert string A to string B is called the editing distance from string A to B, which is denoted D D as D (A, B).)
- 2019-05-29 15:41:34下载
- 积分:1
-
meanshift经典代码改进版
meanshift经典代码的基础上,通过vc6.0编写,能够实现摄像头在线监测。
- 2023-08-29 05:00:03下载
- 积分:1
-
TX-RX-program
cc2520平台路由通信,简单发送与接收程序(the cc2520 platform for routing communication, simple send and receive program)
- 2020-09-05 23:18:06下载
- 积分:1
-
实验50 网络通信实验
说明: 鉴于STM32,在keil平台上的无线通信,网络通信,ADC,触摸屏,红外遥控(wireless communication)
- 2020-06-20 12:40:02下载
- 积分:1
-
SurfaceConstructor-1.1
从多张图像的轮廓重建3D物体,代码运行鲁棒,几乎没有Bug.(Images from more than the outline of the reconstruction of 3D objects, robust code to run, almost no Bug.)
- 2020-07-01 23:40:02下载
- 积分:1
-
28035_IIC_EEPROM
基于28035的EEPROM,IIC接口,源代码(Based on the 28035 EEPROM, IIC interface, the source code)
- 2020-08-23 14:28:17下载
- 积分:1
-
GA
说明: 实用的遗传算法,用matlab编写,完美运行。(good as it is !you will have a wonderful feeling!)
- 2013-04-02 22:17:43下载
- 积分:1
-
liuyanyong
说明: 此文件为用MFC编写的界面显示和对电机系统进行的测试及其结果显示(This document is written with the MFC interface display and test the motor system and the results show)
- 2010-04-14 13:15:42下载
- 积分:1
-
DepthFirstSearch
Depth First Search For Graph
- 2014-02-20 22:49:58下载
- 积分:1