Location:
Search - X80
Search list
Description: 2500AD X8051汇编语言编译器连接器使用说明-2500AD X8051 assembly language compiler for use connectors
Platform: |
Size: 47104 |
Author: sc99d |
Hits:
Description: 基于X80平台的机器人控制程序,接收传感器数值,传输摄像头采集图像。-X80-based platform for robot control program, receiving sensor values, the transmission cameras capture images.
Platform: |
Size: 31099904 |
Author: yang |
Hits:
Description: 32X80的点阵的程序! 我比较喜欢点阵-32 matrix program X80!!!!! I prefer dot matrix
Platform: |
Size: 50176 |
Author: 紫梦 |
Hits:
Description: proteus单片机仿真 数码管
#include <reg51.h>
unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90}
void Delay()
{
unsigned char i,j
for(i 0 i<255 i++)
for(j 0 j<255 j++)
}
void main()
{
unsigned char i 1
while(1)
{
P0 Tab[i]
Delay()
i++
if(i>9) i 0
}
}-Proteus single-chip microcomputer simulation, digital tube
# include < reg51. H >
Unsigned char code Tab [] {xa4 xc0 0, 0 xf9, 0, 0 xb0, 0 x99, 0 x92, 0 x82, 0 xf8, 0 x80, 0 x90}
Void Delay ()
{
Unsigned char I, j
For (I 0 I < 255 i++)
For (j 0 j < 255 j++)
}
Void main ()
{
Unsigned char I 1
While (1)
{
P0 Tab [I]
Delay ()
I++
If (I > 9) I 0
}
}
Platform: |
Size: 38912 |
Author: 吴空其 |
Hits:
Description: proteus单片机仿真-数码管(动态)
#include<reg51.H>
unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}
unsigned char Dat[] {0,0,0,0}
unsigned char tmp,i,j
unsigned char s 0
void delay(int n)
{
int i
for(i 0 i<n i++)
}
void main()
{
while(1)
{
s++
if(s>500)
s 0
Dat[0] s/100
Dat[1] s 100/10
Dat[2] s 10
tmp 0x01
for(i 0 i<3 i++)
{
P2 tmp
P0 Tab[Dat[i]]
tmp tmp<<1
delay(250)
}
for(i 0 i<150 i++)
for(j 0 j<100 j++)
delay(60000)
}
}-Proteus single-chip microcomputer simulation- digital tube (dynamic)
# include < reg51. H >
Unsigned char code Tab [] {xa4 xc0 0, 0 xf9, 0, 0 xb0, 0 x99, 0 x92, 0 x82, 0 xf8, 0 x80, 0 x90}
Unsigned char Dat [] ,0,0,0 {0}
Unsigned char TMP, I, j
Unsigned char s 0
Void delay (int n)
{
Int I
For (I 0 I < n i++)
}
Void main ()
{
While (1)
{
S++
If (s > 500).
S 0
Dat [0] s/100
Dat [1] s 100/10
Dat [2] s 10
TMP 0 x01
For (I 0 I < 3 i++)
{
The P2 TMP
P0 Tab [Dat [I]]
TMP TMP < < 1
Delay (250)
}
For (I 0 I < 150 i++)
For (j 0 j < 100 j++)
Delay (60000)
}
}
Platform: |
Size: 89088 |
Author: 吴空其 |
Hits:
Description: proteus单片机仿真 数码管、风铃器、继电器综合系统
#include<reg51.h>
unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}
unsigned char Dat[] {0,0,0,0}
sbit JDQ P1^0
sbit Buzzer P3^0
void sound()
-Proteus single-chip microcomputer simulation, digital tube, mobile device, relay integrated system
# include < reg51. H >
Unsigned char code Tab [] {xa4 xc0 0, 0 xf9, 0, 0 xb0, 0 x99, 0 x92, 0 x82, 0 xf8, 0 x80, 0 x90}
Unsigned char Dat [] ,0,0,0 {0}
Sbit JDQ P1 ^ 0
Sbit Buzzer P3 ^ 0
Void sound ()
Platform: |
Size: 48128 |
Author: 吴空其 |
Hits:
Description: 软件功能:
1.自定义功能:菜单-自定义,增加、保存、撤销,保存后下次启动为本次增加的项;
2.软件启动时检测可用串口,并将串口名加载到打印机菜单中;
3.打印机菜单中分普通打印机和串口打印机,串口打印机以COM打头;
4.不管是哪种打印机被选择后,都会存储为下次启动默认打印机;
5.点打印按钮时,检测当前选择的打印机并打印;
6.快捷键ALT+X清空,ALT+C打印;
7.支持芯烨X80串口打印机。(Software function:
1., custom function: menu customization, adding, saving, revoking, and saving the next startup.
2., when software starts, it detects the available serial port and loads the serial name to the printer menu.
3., the printer menu is divided into ordinary printer and serial port printer, and serial printer is headed by COM.
4., no matter which printer is selected, it will be stored as the next default printer.
When you print the button 5. times, check the currently selected printer and print it.
6. shortcut key ALT+X clear, ALT+C printing;
7. support the yup X80 serial printer.)
Platform: |
Size: 766976 |
Author: 魑魅魍魉啊啊 |
Hits: