搜索资源列表
freejet
- 05年大学生电子设计竞赛试题《悬挂运动物体》程序-05 Undergraduate Electronic Design Contest questions "campaign flags object" procedure
Eagle_Lookaround
- 用C编写基于凌阳SPCE061A芯片的图象识别模块可实现(1)获得数据并处理。(2)控制按扭KEY1,播放物体的形状和颜色。(3)分辩的颜色:红色、绿色、蓝色、黄色。(4)分辩的形状:正方形、长方形、圆形、三角形。(5)控制按键KEY2,小车跟着红色的物体移动,别的颜色不做跟踪。-prepared based on the C Sunplus SPCE061A chip image recognition module can be realized (1) access to data and
4Matlab
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
singlechipapplication
- 本讲义介绍单片机的8个应用例子,来说明如何应用已经学到的知识,结合具体对象的特殊要求,设计单片机的应用电路,阐述单片机的应用方法和设计步骤。 -the overhead introduced SCM eight Application examples to illustrate how to apply the knowledge learned. with the specific object of the special requirements, design the applic
SpiTest
- 摩托罗拉单片机S12系列DG128的SPI接口编程实例,对象为一用SPI总线控制的CMOS摄像头-Motorola MCU S12 Series DG128 SPI interface programming examples, object to a SPI bus control CMOS camera
time-of-day
- * This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of
AVRCam
- 这是一个基于颜色特征的物体识别程序,包括上位机源代码、下位机源代码和非常详细的说明文党。该程序上位机用Java写成,在windows/UNIX/Linux等系统下均可以编译和运行,而下位机代码则运行于ATMEL公司出品的AVR系列ATMega单片机,采用avr-gcc编译。该程序可以同时识别10个不同颜色不同形状的物体,达到每秒29帧的处理速度,采用OV6620 CMOS图像传感器。-This is a feature based on the color of the object recog
FUZZY_PID_temp_control
- 针对被控对象存在的大惯性、纯滞后的特点,采用了模糊控制方式的控制策略,设计了一种高精度温度控制算法,并以STC89C52单片机为核心, 以及测温元件、转换电路等构成闭环温度控制系统。-object against the great inertia, pure hysteresis characteristics, fuzzy control the control strategy, design a high-precision temperature control algorithm,
ldmicro
- 模拟plc 控制器的程序 运用梯形图编程生成avr 或 pic单片机的目标程序-simulation plc controller procedures use ladder programming generated avr pic microcontroller or an object program
MCU_Contral
- PHILIPS LPC935 MCU 利用其8路AD转换器,对监测对象进行数据采集,然后通过UART将采集到的数据发送到PC上位机-PHILIPS LPC935 MCU use of its eight road AD converters. object to the monitoring data collected, then pass the UART to the data collected by this PC-to-PC
PIDC
- 处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -handling procedures, the use of
51biancheng
- 51单片机C语言的编程技巧 在进行单片机应用系统设计时.汇编语言是一种常用的软件工具。它能直接操作硬件.指令的执行速度快。但其指令繁育统的固有格式受硬件结构的限制很大.且难于编写与调试.同时其可移植性也较差。随着单片机硬件性能的提高.其工作速度越来越快.因此在编写单片机应用系统程序时.更着重于程序本身的编写效率。本文介招的C51交叉编译器就是解决连一问题的利器-51 microcontroller C programming language skills during SCM applic
dis68000
- disassemble Motorola 68000 family object code
Adaptivebinocularvisualservoingforindependentlymov
- Visual tracking is one of the key components for robots to accomplish a given task in a dynamic environment, especially when independently moving objects are included. This paper proposes an extension of Adaptive Visual Servoing (hereafter, A
calc
- This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to in
hongwai_yaokong
- 本程序能实现一定距离的红外遥控,用于发出信号去控制对象-This procedure can achieve a certain distance of the infrared remote control for a signal to control object
Object-OrientedProgrammingWithANSI-C
- Object-Oriented programming with ANSI C. Good Intro to Object-Oriented programming paradigm with C.
Robert-Lafore---Object-Oriented-Programming-in-CP
- Robert Lafore - Object Oriented Programming in C-Robert Lafore - Object Oriented Programming in C++
面向对象的C语言Object Oriented C
- 面向对象思维编程C语言 面向对象思维编程C语言(Object oriented programming C language)
