联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(146) 
按平台查找All C/C++(146) 

[汇编语言] 8、交通灯

//---定义IO口---// #define GPIO_DIG P0 //显示段码端口,74HC573锁存器; #define GPIO_PALCE P1 //数码管片选端口,74HC138译码器; #define GPIO_TRAFFIC P2 //交通灯端口; sbit RED10=P2^0; //上人行道红灯; sbit GREEN10=P2^1; //上人行道绿灯; sbit RED11=P2^2; //上机动车红灯; sbit YELLOW11=P2^3; //上机动车黄灯; sbit GREEN11=P2^4; //上机动车绿灯; sbit RED00=P3^0; //右人行道红灯; sbit GREEN00=P3^1; //右人行道绿灯; sbit RED01=P2^5; //右机动车红灯; sbit YELLOW01=P2^6; //右机动车黄灯; sbit GREEN01=P2^7; //右机动车绿灯;
/ define IO port --- // #define GPIO_DIG P0 // show segment code port, 74HC573 latch; #define GPIO_PALCE P1 // digital segment select port, 74HC138 decoder; #define GPIO_TRAFFIC P2 // traffic light port; Sbit RED10 = P2 ^ 0; // on the street red light; Sbit GREEN10 = P2 ^ 1; // on the sidewalk green light; Sbit RED11 = P2 ^ 2; // on the motor red light; Sbit YELLOW11 = P2 ^ 3; // on the motor vehicle yellow light; Sbit GREEN11 = P2 ^ 4; // on the green car; Sbit RED00 = P3 ^ 0; // right walkway red light; Sbit GREEN00 = P3 ^ 1; // right lane green light; Sbit RED01 = P2 ^ 5; // right motor red light; Sbit YELLOW01 = P2 ^ 6; // right motor vehicle yellow light; Sbit GREEN01 = P2 ^ 7; // right motor green light; (2017-08-18, C/C++, 26KB, 下载1次)

http://www.pudn.com/Download/item/id/1503051572553091.html

[汇编语言] udis86

UDIS86是x86平台的反汇编器可以拆卸16/32位二进制(和常见的可执行/对象)文件到AT&T或NASM语法。UDIS86旨在成为一个真正通用的反汇编程序,在某种意义上,它将能够拆卸任何二进制/执行/对象文件格式
UDIS86 the x86 platform disassembler 16/32 bit binary (a common executable/object) file can be removed to AT & T or NASM syntax. UDIS86 to become a truly universal disassembler, in a sense, it will be demolished for the implementation of the binary// object file format (2013-05-14, C/C++, 20KB, 下载16次)

http://www.pudn.com/Download/item/id/2242063.html

[汇编语言] leijia

(2) 用汇编程序实现1~100的加法运算 1. 设置循环变量和存储运算结果的寄存器的初值 2. 利用循环结构实现累加 3. 验证结果(0x13BA)。
) compilation of procedures used to achieve 1 to 100 addition operationsThe 1 set of the loop variable and storage operation result register value2 using the loop structure to achieve cumulative3 Results ( 0x13BA ). (2011-12-13, C/C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1729893.html

[汇编语言] 6

59秒精确定时,记录一分钟内的任意时刻,定时器是一个多任务定时提醒软件,安装于电脑上或其它所需要的地方。
59 seconds accurate timing, logging one minute any time, the timer is a multi-task time to remind the software installed on your computer or other necessary places. (2011-07-21, C/C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1602932.html

[汇编语言] blackfin

利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序的调用方法,以及参数的传递,寄存器的数据存放。
Using C language to call the assembly routines which five input parameters and return results compiled three subroutine calls a) input integers a, b, c, d, e, b), calculate a+ b+ c, a+ c+ d+ e, ab value of c) discuss the ab after the arithmetic status flags register state (ASTAT) d) Please discuss the input integer array e [3], f [3], parameters to pass the test required in Visual DSP++ ADSP- BF535 Blackfin environment, write a simple program: C language, assembly language function called main program to complete simple addition and subtraction. Experiment focused on master assembler call methods and pass parameters, register the data store. (2010-07-21, C/C++, 35KB, 下载28次)

http://www.pudn.com/Download/item/id/1247677.html

[汇编语言] abc

用C语言实现AMI与HDB3编码器 AMI(Alternate Mark Inversion)码 (一)、编码规则: 消息代码中的0 传输码中的0 消息代码中的1 传输码中的+1、-1交替
Using C language AMI and HDB3 Encoder AMI (Alternate Mark Inversion) code (1), encoding rules: a message code 0 code 0 message transmission in a transmission code code of+1,-1 alternating (2010-07-06, C/C++, 1KB, 下载17次)

http://www.pudn.com/Download/item/id/1233585.html

[汇编语言] huibian

采用DS18B20温度传感器和AT89C51单片机实现温度的检测,并结合MAX232的电路实现与PC机进行数据通信。另外在拨码开关的结合下进行电路的工作模式切换,可实现电子秒表和电子时钟的附加功能。
Using DS18B20 temperature sensors and AT89C51 MCU temperature detection and integrated circuit MAX232 Implementation and PC machine data communications. Also in the combination of DIP switches under the mode of the circuit switching can be realized and electronic clock electronic stopwatch additional functionality. (2010-01-12, C/C++, 925KB, 下载43次)

http://www.pudn.com/Download/item/id/1038234.html

[汇编语言] bianyiyuanli

语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如
Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to analyze and determine whether the structure of grammatical rules. Parser in the compiler' s status, such as (2009-12-08, C/C++, 111KB, 下载3次)

http://www.pudn.com/Download/item/id/997123.html

[汇编语言] ds18b20

温度传感器18B20汇编程序,采用器件默认的12位转化 最大转化时间750微秒,显示温度-55到+125度,显示精度 为0.1度,显示采用4位LED共阳显示测温值
Temperature sensor 18B20 assembler, using the default 12-bit device is transformed into the greatest time of 750 microseconds, indicating the temperature-55 to+125 degrees, indicating an accuracy of 0.1 degrees, showing a total of Shenyang with 4 LED displays temperature values (2009-10-22, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/946609.html

[汇编语言] hex2asm

智能反编译器能自动区分代码段和数据段,使反编译出的源程序几乎不做任何修改即可进行再编译,使您更快捷地分析程序, 及修改再编译等。
Intelligent anti-compiler can automatically distinguish between code and data segments, so that anti-compile the source code is almost without any changes can be re-compiled to make you more quickly and analytical procedures, and modify the re-compilation, and so on. (2009-10-15, C/C++, 247KB, 下载37次)

http://www.pudn.com/Download/item/id/938747.html

[汇编语言] 51tool

51最全的工具集,包括51单片机设置、51定时器计算、51智能反汇编工具、Bin2Hex、超级51工具、单片机设计助理 V2.4
51 the most complete tool set that includes 51 MCU settings, 51 timer calculation, 51 intelligent disassembly tools, Bin2Hex, Super 51, Tools, Microcontroller Design Assistant V2.4 (2009-09-30, C/C++, 1468KB, 下载319次)

http://www.pudn.com/Download/item/id/926103.html

[汇编语言] sht11

在51单片机上使用sht11传感器测量温度湿度。。这是用汇编语言编写的测量温度湿度数据,并且计算出温度湿度值的程序。。
In MCS-51 using sht11 sensors measure temperature and humidity. . It is written in assembly language measure temperature and humidity data, and calculated values of temperature and humidity program. . (2009-09-29, C/C++, 5KB, 下载57次)

http://www.pudn.com/Download/item/id/925112.html

[汇编语言] IAR-C-FOR-SAM8-V221A

三星混合编译器,支持C语言编程。按照说明安装即可使用。
Samsung hybrid compiler to support the C programming language. (2009-06-11, C/C++, 24972KB, 下载125次)

http://www.pudn.com/Download/item/id/802546.html

[汇编语言] ym

本程序主要用于小功率型的激光指示器系统的应用。
With the continuous upgrading of electronic product features,The performance of low-power laser indicator system has also been improved. As a portable laser indicator equipment,it not only requires the low-power, small size, but also needs to control the whole system to complete certain functions. (2009-06-04, C/C++, 12KB, 下载4次)

http://www.pudn.com/Download/item/id/791767.html

[汇编语言] 11

这是我的程序,用来是实时测量由遥控器发出的pwm波的正脉冲的长度。pwm波70hz,正脉冲的长度可以从2.1ms到0.9ms之间调整。
This is the procedure I used is real-time measurement issued by the remote control pwm pulse wave length is. pwm wave 70hz, is the length of pulse can be adjusted between 2.1ms to 0.9ms. (2009-05-12, C/C++, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/754849.html

[汇编语言] shuzikongzhidianyuan

调节电位器,可以改变输出电压,输出电压的值会在四位数码管上显示出来。其中按键为复位键,用于单片机复位,使数码管显示清零。操作简单,使用方便。
Adjust potentiometer, you can change the output voltage, output voltage at the value on the four digital tube display. Reset button for one of keys for single-chip reset, so that the digital display Clear. Simple and easy to use. (2009-04-01, C/C++, 238KB, 下载6次)

http://www.pudn.com/Download/item/id/696845.html

[汇编语言] 51

各功能描述: 1. 当A为低电平时,AC-3灯点亮,即是AC-3的输入方式 当A为高电平时,STEREO灯点亮,即是STEREO的输入方式 2. 当STANDBY灯点亮时,为待机状态;此LED闪动时为MUTE状态,PT2258为静音状态,同时STANDBY为低电平 3. 各声道(FRONT,SUB,REAR,CENT)其微调音量调节+/-5dB;音量调节从01~80dB 4. 面板无任何按键,均为遥控器控制 5. 刚开机时为待机状态,开机时音量为50dB状态,各微调为0dB, 6. 按遥控器的REST键后,系统为开机时状态, 7. PT2258音量衰减共80DB,按遥控器每按一次衰减1dB,
Description of each function: 1. When A low when, AC-3 lights lit, that is, AC-3 input mode when A is high when, STEREO lights lit, that is, STEREO input 2. When the STANDBY lamp lit, for standby mode this LED flashing when the MUTE state, PT2258 for the mute state, at the same time STANDBY low 3. the channel (FRONT, SUB, REAR, CENT) fine tuning to adjust the volume of its+ /-5dB adjust the volume from 01 ~ 80dB4. panel without any keys are remote control 5. just machines for the standby mode, the boot volume to 50dB, and the fine-tuning for 0dB, 6. by remote REST button, the system for boot-up status, 7. PT2258 total volume attenuation 80DB, by remote control every time attenuation 1dB, (2008-12-05, C/C++, 802KB, 下载48次)

http://www.pudn.com/Download/item/id/596687.html

[汇编语言] fm0813

本程序是用于高速冲床上的送料控制程序,一个较为简单的89C51中断、定时计数器应用程序,已经调试成功,今天为大家出点力,也希望能在以后的学习中能得到大家的帮助。
This procedure is used for high-speed red bed feed control procedures, a relatively simple 89C51 interrupt, timer counter application has debugging success for the U.S. today, a little effort, but also hope to study in the future everyone will be help. (2008-09-03, C/C++, 1KB, 下载10次)

http://www.pudn.com/Download/item/id/540120.html

[汇编语言] KT800-AD0832

数字电压表 AD芯片: 采用8位串行A/D转换器ADC0832。 ● 8位分辨率,逐次逼近型,基准电压为 5V ● 5V单电源供电 ● 输入模拟信号电压范围为 0~5V ● 有两个可供选择的模拟输入通道
Digital Voltage Meter AD-Chip: 8-bit serial A/D converter ADC0832. ● 8-bit resolution, successive approximation type, the base voltage of 5V ● 5V single power supply ● analog signal input voltage range of 0 ~ 5V ● There are two options for analog input channels (2008-08-17, C/C++, 8KB, 下载10次)

http://www.pudn.com/Download/item/id/530193.html

[汇编语言] cmm

简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.
Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer. (2007-11-15, C/C++, 403KB, 下载240次)

http://www.pudn.com/Download/item/id/361350.html
总计:146