搜索资源列表
LCD_CM160128-2C(T6963C)
- LCD_CM160128-2C(T6963C).txt /******************************** 名称:CM160128液晶显示程序 设计:河南科技大学 创达科技 陈仲库 设计日期:2007年5月13日晚 技术服务:kuzi00@163.com QQ86828048 接口说明 LCD_CD=P2^0 LCD_WR=P3^6 LCD_RD=P3^7 LCD_CE=P2^7 CE取低电平 也可以直接接GND P1口为数据口 间
BC7281I
- 使用BC7281A制作的键盘和LED显示产品 this is TIMER CONTROLL USE bc7281a x5045 DS1302 USE at89c4051 F=11.059MHz(24mhz) 2006.3.19 改时间设置次序:北京时间--长度--开始时间 2006.3.22 加使用限制(试用版)除霜250, 70h 2006.4.1 加看门狗 2007.1.12 刷新LED灯
pwm1
- 51汇编 等周期脉宽调制pwm 子程序2007-3-7 11:14:00 等周期脉宽调制pwm 晶振:12MHZ 89C51
RavStarter
- 瑞星2007版升级起子VB源代码,瑞星2007的升级器,思想应该很有帮助!
2007.5rillingEMD
- 2007年5月的rilling程序,内有相关Pdf文章-May 2007 the rilling process, which has the relevant Pdf article
DebugASM
- --- DebugAsm Editor使用说明 ------ 本软件是采用DEUBG作ASM程式设计的工具,采用本人 自创的工程方案,令你的ASM程式设计更方便. 对本软件说明如下: .dap -------- DEBUG ASM工程文件 .asm -------- 生成的纯文本ASM文件 .txt -------- 生成的纯文本DEBUG导入文件 .tmp -------- Link过程中产生的临时文件 .com ------
trafficlights
- 07年的第一届浙江省大学生电子竞赛的时候做过交通灯程序,有盲人提示,倒数计时等 基于STC89C52 KEIL2编译环境-In 2007 the first college students in Zhejiang Province E-race traffic lights when the procedure done, there are blind suggest that the countdown to the compiler-based environment STC89C52
SinoWealth_4bitMCU_application_guide(200707)
- 中颖单片机入门与实战(2007.07)269页-SinoWealth 4bit MCU application guide(200707).pdf
COMTEST1
- 2007/8/21日在SHEJI1上为电子竞赛而写的输入、输出以及通信测试程序,即上位机和下位机通讯-2007/8/21 at SHEJI1 race for the electronic and written input, output and communications test procedure, that is, PC and lower machine communication
bootkit_src
- 有时你想登录到Windows中,但你不知道的密码。几年前(2007年夏季),我写了一个实用程序来解决这个问题。当时,有没有类似的工具。存在方案能够重置密码(它不是一个非常隐蔽的方式BTW)。如今,这样的工具是没有什么特别的(一些波兰的家伙甚至创造了这样一个工具的网页,他是为它充电钱),所以我决定公布我的旧东西。我相信聪明的人,从在CodeProject社区可以延伸到实际可用的开源软件。-know the password. A few years ago (summer 2007), I wro
sheji
- 高校2007年汇编语言考试卷,欢迎大家多多下载-Colleges and universities in 2007 assembly language examination paper, you download a lot
Rdvv_2007_v1
- RDVV 2007 version by th turkeys
test07
- 2007年武汉大学遥感信息工程学院复试上机题-Linear transformation
H61_2SP_2MIDI(2007-11-21)
- H61 series can be possible of MIDI. It will be use very simple products by stand alone functions. It can be use TOY and Idea products.
ma001
- *** *** *** *** *** *** *** *** *** *** *** ***** * 标题: TOPav-2008单片机开发系统演示程序 * * 硬件: TOPav-2008 * * 文件: MA001.asm * * 日期: 2007-1-5 * * 版本: 1.0 * * 作者: 单片机音响技术网 - zhangshaobin * * 邮箱: shaobinz@163.com * * 网站: http://www.mcu51a
ebola[USP10.DLL]
- DELPHI完全内联汇编编写,USP10.DLL 劫持,编译出的程序文件尺寸在7-9kb之间,代码非常精简,主要功能,通过伪装USP10.dll全部输出表,实现劫持的效果,任意执行代码,可远程下载进行扩展。本代码仅供学习之用,其中核心病毒体已经摘除,确保无毒无害。通过批处理进行编译,编译前请确保安装有DELPHI7/2007-DELPHI inline assembler, USP10.DLL hijacking, compile the program file size between 7-
汇编语言2-2-2007
- 计算机的指令系统就是指该计算机能够执行的全部指令的集合 每种计算机都有它支持的指令集合(The instruction system of a computer is the set of all instructions that the computer can execute. Each computer has a set of instructions that it supports)
汇编语言2-3-2007
- 位操作类指令以二进制位为基本单位进行数据的操作;这是一类常用的指令,都应该特别掌握 注意这些指令对标志位的影响(Bit operation class instructions operate in binary units as basic units. This is a common instruction and should be specially mastered. Pay attention to the influence of these instructions on
汇编语言3-2007-1
- 掌握汇编语言语句格式 掌握简化段定义(或完整段定义)源程序格式 掌握常量表达、变量定义及应用,变量、标号和逻辑段的属性 了解数值表达式 掌握汇编语言源程序的编辑、汇编、连接和调试的开发方法(Mastering the form of assembly language Grasp the definition of simplified segment (or complete segment definition) source format. Master constant ex
汇编语言4-2007
- 程序从运行开始到结尾一直是按顺序逐条执行指令,且每条指令只执行一次。(The program executes instructions one by one from start to finish, and each instruction executes only once.)