CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ie
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ie - List
[
Other Embeded program
]
LCD_s08
DL : 0
LCD using 4 bit mode on a s08 (make sure to adjust delay for faster clocks, ie make delay longer)
Date
: 2026-01-10
Size
: 184kb
User
:
Travis
[
Other Embeded program
]
adc
DL : 0
#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Date
: 2026-01-10
Size
: 3kb
User
:
wang
[
Other Embeded program
]
key
DL : 0
单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Date
: 2026-01-10
Size
: 4kb
User
:
wang
[
Other Embeded program
]
led1
DL : 0
单片机51,c语言编写各种LED流水等是方式,情参考-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Date
: 2026-01-10
Size
: 5kb
User
:
wang
[
Other Embeded program
]
test
DL : 0
单片机,全版测试,提供全部原代码,C语言情下载-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Date
: 2026-01-10
Size
: 6kb
User
:
wang
[
Other Embeded program
]
AT89C51
DL : 2
PCB板全部文件,以及原理图,和上面的原代码相同 -#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Date
: 2026-01-10
Size
: 35kb
User
:
wang
[
Other Embeded program
]
out-limited
DL : 0
今天在小熊有人说CSxx下载要扣分,其实我更纠结的是要登录,所以发出写好了N久的东东,简单的说下原理: 比如: 那么通过javascript可以实现获取软件下载以及跳转到下载地址等。 写了个简单的页面,可以得到下载地址,包含扣分的,请用IE本地打开,因为用到了AJAX(本地打开才能跨域),代码如下:-Bear was CSxx download to the offense, I am even more tangled To log in, so to issue written N the long stuff, simply said that under the principle: For example: So by javascript access to software downloads and jump to Download. Write a simple page, you can get the download address, including the deduction, the local with IE open, because the use of AJAX (local to open to cross-domain), the code is as follows:
Date
: 2026-01-10
Size
: 1kb
User
:
nchxzy
[
Other Embeded program
]
test
DL : 0
当按下按钮1时,流水灯以间隔时间500ms为单位,依次流水点亮(即按下按钮1后,灯1点亮500ms,其余灯熄灭。随后灯2点亮500ms, 其余灯熄灭. 随后灯3点亮500ms, 其余灯熄灭……).任意时刻,当按钮2按下时,流水灯停止,并保持当前状态。-When the button is pressed 1, the light water units with an interval of 500ms, turn the water lit (ie press button 1, the lamp 1 lights 500ms, the rest of the lights go out. Subsequently lamp 2 lights 500ms, the remaining light goes out followed lamp 3 lights 500ms, the remaining lights off ......) any time, when button 2 is pressed, the light water stop, and maintain the current state.
Date
: 2026-01-10
Size
: 69kb
User
:
杨丹
[
Other Embeded program
]
Single-chip-digital-clock-
DL : 0
单片机实现数字时钟功能,即一个60计数器-Single-chip digital clock function, ie a 60 counter
Date
: 2026-01-10
Size
: 1kb
User
:
zhaobendong
[
Other Embeded program
]
pot-ie-display
DL : 0
PIC based LCD controll with pot
Date
: 2026-01-10
Size
: 73kb
User
:
hakan
[
Other Embeded program
]
newCount
DL : 0
1.所有已知错误除大数乘法外皆解决 2.添加按键音 3.解决老版本缓冲区清空问题 4.添加类似windows计算器的/=功能(即自身作为第二个操作数) 5.目前小数仅保留4位以内-1. All known bugs are solved outside except multiply large numbers 2. Add the key tone 3. Solve the problem the old version of the buffer empty 4. Similar windows calculator/= function (ie itself as the second operand) 5. Currently only reserved four decimals less
Date
: 2026-01-10
Size
: 2.61mb
User
:
谢
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.