-
vc_matlab
Visual C++_MATLAB图像处理与识别实用案例精选+源代码(Visual C++ _MATLAB image processing and recognition of practical case selection+ Source Code)
- 2009-12-18 10:14:53下载
- 积分:1
-
psa
说明: 既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网
加配电网的混合潮流问题,程序为PQ 分解法.(Both the trend for high-voltage transmission grid solver, but also the trend for low voltage distribution network solver, solver can also increase with the power transmission grid hybrid power flow problem, the program for the PQ decomposition.)
- 2011-04-07 14:26:13下载
- 积分:1
-
基于OpenCV的MPEG-7特征提取 MPEG7FexLib_src_OpenCV22
说明: 基于OpenCV的MPEG-7特征提取,c++代码(MPEG-7 feature extraction based on OpenCV)
- 2020-06-23 05:00:01下载
- 积分:1
-
触摸屏程序开发
比较常用的触摸屏开发程序,简单;STM8S 电阻屏 小白式代码
- 2022-02-01 18:46:09下载
- 积分:1
-
Read1
读书小报告 source code for freinds, 免费版本(small study report freinds source code for free version)
- 2006-10-04 12:05:35下载
- 积分:1
-
crc-16校验源代码
crc-16校验源代码,ccitt校验算法实现
#include
#define CRC_INIT 0xffff //CCITT初始CRC为全1
#define GOOD_CRC 0x5600 //校验时计算出的固定结果值
/*****CRC计算函数,可将第一个参数reg_init简化掉********/
- 2022-02-05 07:06:09下载
- 积分:1
-
proj
this is about matlab code for convolutional codes
- 2011-02-01 23:29:37下载
- 积分:1
-
Dot-Matrix-LED
编写程序,通过8255 单元控制点阵的扫描显示,使8×8LED 点阵到小循环显示号
“□”(Programming, through the 8255 unit control the scanning dot matrix display, the 8 × 8LED dot matrix display number to small cycles " □" )
- 2011-06-13 10:39:55下载
- 积分:1
-
STM32F10x
里面具有STM32的所有.H文件,可用于demo里面不全,丢失的.H文件,添加到项目目录下即可使用。(It has all the. H files of STM32, which can be used for incomplete and missing. H files in demo, and can be added to the project directory.)
- 2019-04-30 14:09:12下载
- 积分:1
-
/* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出...
/* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/* code for the Shortest Path* This code without any optimization (algorithm), but does not mean that I do not know how to optimize it,* it is for the purpose of instruction and so, easy to use and simple to understand code describes the A* algorithm for most of the Road* path use. As long without feeling algorithm, the procedure is no guarantee that the tradition of A* algorithm-)* You can understand this process on the basis of their own understanding to write a similar code.* The procedure is an ancillary data files map.dat preserve land The data* /
- 2022-04-01 08:22:41下载
- 积分:1