-
Samsung_IR_Decoder
Avr assembly code to decode samsung infrared remote control. (similar to NECS80 protocol.
- 2012-10-04 11:03:56下载
- 积分:1
-
8259A
8259A实验程序,可以实现中断实验,已经在星眼上运行了,是非常不错的(this is 8259a)
- 2009-12-23 20:04:51下载
- 积分:1
-
xiaoche
一个转来的小车运动源程序 (Transferred to a source of car movement)
- 2007-08-19 17:04:32下载
- 积分:1
-
remote
it s aprogramming ic to be make remote control
- 2011-05-15 06:27:12下载
- 积分:1
-
中微Fangzhen
中微单片机在线仿真软件 配置仿真器CMS-ICE3或者CMS-ICE6在线直接对硬件线路编程 非常好用(In micro single-chip microcomputer software configuration online emulators CMS - one or CMS - ICE6 online directly on the hardware circuit programming is very nice)
- 2021-04-29 14:08:43下载
- 积分:1
-
333333
提出了一个由AT89C52单片机控制步进电机的实例。可以通过键盘输入相关数据, 并
根据需要, 实时对步进电机工作方式进行设置, 具有实时性和交互性的特点。该系统可应用于
步进电机控制的大多数场合。实践表明, 系统性能优于传统的步进电机控制器。(Put forward a AT89C52 single-chip stepper motor control example. Through the keyboard input data, and in accordance with the needs of real-time work on the stepper motor set up, with real-time and interactive features. The system can be applied to stepper motor control of the majority of occasions. Practice shows that system performance is superior to traditional stepper motor controller.)
- 2008-05-27 15:06:01下载
- 积分:1
-
反汇编引擎udis86-master源码
一个精致完善的反汇编引擎。
udis86的代码风格十分简洁,功能函数短小,变量命名清楚又简洁,接口干净意思明白,操作灵活,如果你自己有需求维护一个自己的分支,花不了几十分钟的时间就能熟悉整个代码构架。
- 2022-11-28 18:55:03下载
- 积分:1
-
lsj_demo
塑料拉丝机单片机控制程序,5段温控!MAX6675IIC温度控制!(Plastic wire drawing machine, paragraph 5 of the microprocessor control program thermostat! MAX6675IIC temperature control!)
- 2013-03-21 18:36:55下载
- 积分:1
-
89C51PWM
说明: 51单片机的PWM 的汇编语言程式与protues电路图仿真(51 PWM MCU assembly language programs and protues circuit simulation)
- 2020-12-06 00:29:23下载
- 积分:1
-
ASM代码
// Face_ASM.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include "stdafx.h"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "asmfitting.h"
using namespace std;
using namespace cv;
int _tmain(int argc, _TCHAR* argv[])
{/*
Point2D32f pt;
int circle_x,circle_y,i,j;
IplImage* img=cvLoadImage("zj_l.jpg");
//*****************人脸检测****************************************************************************
*/
CascadeClassifier face_cascade;
String face_cascade_name= "C:/haarcascade_frontalface_alt.xml";
if (!face_cascade.load("face_cascade" ))
{
- 2022-07-12 14:59:21下载
- 积分:1