搜索资源列表
Touch_Screen_new
- 这是一个基本的触摸屏程序,优化还需要加去噪声算法。-This is a basic Touchscreen procedures, optimizing the need to increase the noise algorithm.
GD_SDK
- 本文提出了一种基于数字图像处 进行检测就显得更加重要。因此有必要寻求 术的表面裂纹检测算法。运用这种算法能精 一种行之有效的检测技术。 确的检测裂纹的位置、长度等特征。将这种 随着计算机技术的高速发展,计算机为 裂纹检测算法运用到裂纹自动检测系统以 -This paper presents a digital image based on the Department detection becomes even more important. It is neces
pi_css5_src.tar
- Linux 下 的superpi源码, 使用FFT算法实现可以做测试使用.-A good superpi source code running at linux/unix platform, also you can port to any hardware.Realized with FFT algorithm.
SecureFileTransfer
- 一个安全文件传输的项目资料,用到的用H.264算法,网络加密算法等等里面有详细的项目文档和项目实例,已经在产品中得到应用-A secure file transfer program, as used with the H.264 algorithm, encryption algorithm, etc. inside the network detailed project documents and project examples, has been applied in the prod
3
- 针对远程视频监控系统及高级继电器保护装置的特点和要求做了部分改进,可做为新一代继电器的保护算法-For remote video monitoring system and advanced relay protection equipment characteristics and requirements made a part of the improvements, can be used as a new generation of relay protection algorithm
pid)
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
XF-S3011
- XF-S3011芯片是安徽中科大讯飞信息科技有限公司针对嵌入式应用领域而设计的一款中文语音合成单芯片产品,将完整的语音合成系统集成到单一的处理器内部,通过串口接收并合成任意文本。芯片的文本分析算法具备一定的智能性,可识别常见的数值、号码、时间、度量单位等格式的文本,可对中文姓氏中的多音字进行处理-XF-S3011 chip is anhui ZhongKeDa xunfei information technology Co., LTD. Embedded application fields
pacemaker
- 实现起搏vvi和voo两种算法的下位机程序,另有ad转换实现阻抗测量。-Realize vvi pacing and voo two algorithm of a machine under the program, another AD transform realize impedance measurement.
Hi3520A-H.264Codec-Processor-
- Hi3520A是针对多路D1和多路高清DVR产品应用开发的一款专业高端SOC 芯片。Hi3520A内置高性能A9处理器、高达8路D1实时多协议编解码能力的引擎;集成优异的视频引擎和编解码算法并结合多路高清显示输出能力,充分满足客户产品的高质量图像体验。Hi3520A高度集成和丰富的外围接口,在满足客户差异化产品功能、性能、图像质量要求的同时,大大降低ebom成本.-Hi3520A is a professional high-end SOC chip for of multiple D1 and
Hi3521-H.264code-processor-
- Hi3521是针对多路D1和多路高清DVR、NVR产品应用开发的一款专业高端SOC 芯片。Hi3521内置高性能A9处理器、高达8路D1实时多协议编解码能力的引擎和专用TOE 网络加速模块,应对越来越高的高清应用和网络需求;集成优异的视频引擎和编解码算法并结合多路高清显示输出能力,充分满足客户产品的高质量图像体验。Hi3521高度集成和丰富的外围接口,在满足客户差异化产品功能、性能、图像质量要求的同时,大大降低ebom成本。 -Hi3521 is a professional high-end
crc
- 用查表法实现了8bits和16bits的crc算法-8bits and 16bits crc algorithm with a look-up table method
512byte_ecc_code
- 网上有很多256byte的ecc算法,我这个是已经调好的512byte ecc 算法。-The online many 256byte ecc algorithm, this is already a good tune the 512byte ecc algorithm.
SnakeGameOnMini2440
- 该压缩包创建了一个基于μVision4 IDE环境的工程,同时压缩包里还包含有源码src。该工程实现的主要功能是基于mini2440板上开发一个贪吃蛇游戏,程序实现包括贪吃蛇游戏算法、mini2440板液晶显示功能、触摸屏功能,该游戏是在mini2440板上裸机实现的。-The archive created an environment based μVision4 IDE project, while compressed bundle also contains source src. T
dianziqin
- 这是一个电子琴。能播放几首歌曲。程序简单,算法易懂。-this is a program for music playing.
diannaoshu-hunanshengsai-
- 具有特殊点处理 具有冲刺加速 在迷宫边缘为随机算法,中心为中心法则-Sprint has a special point processing has accelerated in the maze edge of randomized algorithms, the center is the central dogma
getLineFromBuf
- 从字符串中解析指定的一行数据的算法,基于C语言实现。-The code is to get one line String date a string buffer,based on C language.
SUSAN1
- 算法计时用,可以精确计算到ms。用作定时器模板使用-Timing algorithm to use, can be accurately calculated to ms. Used as a timer template
video2lcd_opencv2
- 硬件为友善之臂的smart210开发板,项目是实现摄像头采集图像经过opencv处理,检测出椭圆或圆,然后在LCD(S70)上显示,椭圆算法是基于opencv的轮廓检测和最小二乘拟合,并在算法中加入了一些条件滤除不是椭圆的轮廓,经测试,精度较好-Hardware is a friendly arm of smart210 development board, the project is to achieve the camera to capture images after processi
lcd_snake_01a_150922
- 基于点阵液晶屏的贪吃蛇游戏算法源码。本算法是在树莓派Linux平台下实现的。附带12864液晶驱动以及简单的图形库函数,支持ASCII码显示。贪吃蛇算法是独立的,可以移植到任意的显示平台上,并且可以自定义图像缩放(DPI)。-Based dot matrix LCD screen Snake game algorithm source code. This algorithm is at Raspberry Pi Linux platform to achieve. 12864 comes wi
chagepath
- 本文件是用C开发的一个计算公交换车问题的算法-This document is developed using C bus transfer a calculation algorithm for the problem