-
ICcardReadTest
一个用51汇编书写的IC卡应用程序和用VB书写的读卡程序(A compilation of writing with 51 applications and IC card reader program written using VB)
- 2013-11-08 07:38:38下载
- 积分:1
-
PCM200~1
关于DVD上的PCM的解码的代码,PCM的DSP压缩,解调的算法,用RISC32指令来写.(on DVD on the PCM decoder code, DSP PCM compression, the demodulation algorithm, RISC32 with instructions to write.)
- 2007-04-29 11:33:47下载
- 积分:1
-
cjj521
说明: 试编写一程序,要求比较数组ARRAY中的三个16位补码数,并根据比较结果在终端上显示如下信息:1如果三个数都不相等则显示0;2如果三个数有两个不相等则显示1;3如果三个数都相等则显示2。(Try to write a procedure that requires more in the array ARRAY complement of three 16-bit number, and the terminal on the basis of comparative results show the following information: 1 if the three numbers are not equal, display 0 2 if two of three the number of Showing 1 are not equal 3 If three numbers are equal, displays 2.)
- 2010-05-03 21:37:50下载
- 积分:1
-
Digital-calendar-information
数字万年历资料,利用汇编语言实现Atmel89C51系列单片机的数字万年历,1602显示,温度采集,时钟芯片计时,是毕业设计的作品,有完整论文。(Digital calendar information)
- 2013-01-05 00:49:55下载
- 积分:1
-
LCD12864(S6B0107)
该程序用于测试128 * 64系列模型
控制器:S6B0108,驱动:s6b0107(The program is used for testing 128*64 serial model
Controller:S6B0108,Driver :S6B0107)
- 2016-01-13 11:27:47下载
- 积分:1
-
arm_c
说明: 基于ARM的C语言程序
基于ARM的C语言程序(ARM-based C-language program based on the ARM s C Programming Language)
- 2008-09-12 00:22:55下载
- 积分:1
-
RunPE
ASM RunPE
在 MASM 和改装成会完全编写此代码,Delphi 用
您可以使用此代码,如你所愿
它是免费的
- 2023-01-15 02:45:04下载
- 积分:1
-
新建文件夹 (2)
说明: 显示输入输出的登陆界面,手动输入个人信息,姓名密码等(Login Interface Displaying Input and Output)
- 2019-07-06 19:33:02下载
- 积分: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
-
8086_asm_programming_BasedOnProteus
基于Proteus环境进行8086 CPU汇编语言程序设计的源代码,包含经典的红绿灯控制,循环与分支程序设计(Based on Proteus environment 8086 CPU assembly language programming source code, including the classic traffic light control, circulation and branching program design)
- 2013-10-31 19:18:27下载
- 积分:1