-
AD7705
AD7705的采集12864显示,以及PCB电路,加工过了,可以使用(It is about the AD7705)
- 2013-03-22 13:27:24下载
- 积分:1
-
testDetect
直方图的计算与显示分析图像、物体和视频信息过程,我们常把看到的物体用直方图(histogram)表示,直方图可以用来描述各种不同的事情,如物体的色彩分布、物体边缘梯度模板,以及表示目标位置的概率分布(Calculation and analysis of the histogram display images, objects and video information process, we often see objects with the histogram (histogram) indicates, the histogram can be used to describe a variety of different things, such as the color distribution of objects, object edges gradient templates, and the probability distribution of the target position)
- 2013-11-12 14:49:32下载
- 积分:1
-
ASPAJAXExtSetup
ajax 工具箱,安装后会得到不同种类的ajax工具,直接拖拽就能使用,你懂的(ajax tools setup )
- 2013-10-21 16:19:39下载
- 积分:1
-
Liss
本程序实现求一个给定数列的最长单调递增子序列的长度和其中的一个序列(The program seeking to achieve a given series of the longest monotone increasing subsequence of length and one sequence)
- 2010-07-22 17:55:09下载
- 积分:1
-
HZK16点阵数据的提取
C语言编码,在HZK16中提取对应的汉字编码,根据汉字的区码和位码找到HZK文件中对应的汉字编码点阵数据的首地址,在读取相应的内容。包含HZK16文件。代码写的比较简单,敬请谅解!
- 2022-04-28 22:54:46下载
- 积分:1
-
堆栈四则运算
/* 在BC31下编译 或VC6.0*/
/* compile under Borland C++ 3.1 or Visual C++ 6.0*/
/*#include "stdafx.h"*/
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "conio.h"
#define TRUE 1
#define FALSE 0
#define STACK_INIT_SIZE 100/*存储空间初始分配量*/
#define STACKINCREMENT 20/*存储空间分配增量*/
typedef struct
{
int *pBase;/*在构造之前和销毁之后,base的值为NULL*/
int *pTop;/*栈顶指针*/
int StackSize;/*当前已分配的存储空间,以元素为单位*/
}Stack;
typedef int BOOLEAN;
char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/
char Optr;/*操作符*/
int Opnd=-1;/*操作符*/
int Result;/*操作结果*/
/
- 2022-07-17 12:33:54下载
- 积分:1
-
营养膳食+三层架构
营养膳食+SQL+三层架构,非常适合初学者学习借鉴,参考
- 2023-05-07 05:55:02下载
- 积分:1
-
STFT
短时傅里叶变换的Matlab程序代码,短时傅里叶变换时最经典的时频分析方法(Matlab code short time Fourier transform, short-time Fourier transform of the most classic time-frequency analysis)
- 2014-03-01 19:48:13下载
- 积分:1
-
对监控视频进行压缩,有人得保存,没有则滤除
视频压缩程序,图像处理的方法判别视频中是否有人,然后压缩视频。编译可直接运行
- 2022-02-09 23:26:50下载
- 积分:1
-
FilterImageGrabber
陆其名老师实务精选FilterImageGrabber程序源码(Land of their teachers practical source selection procedures FilterImageGrabber)
- 2008-03-17 15:56:19下载
- 积分:1