Location:
Search - 0xfd
Search list
Description: 要解压密码QQ:364855960
要解压密码QQ:364855960-to extract passwords QQ : 364855960 to extract passwords QQ : 364855960
Platform: |
Size: 705837 |
Author: adu |
Hits:
Description: /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/ * serial port mode 1:8 bit UART, variable baud rate, crystal * 11.0592 / TMOD = 0x20 / * * timer counter a mode of operation for 2 * / P CON = 0x80 | PCON / * 1 * SMOD home / 0xfd TH1 = / * Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K * / TR1 = 1 / * * counter a timer to start work * / ticker = 1 / * Allow Serial Port receiver * /
Platform: |
Size: 51664 |
Author: rty |
Hits:
Description: /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/ * serial port mode 1:8 bit UART, variable baud rate, crystal * 11.0592 / TMOD = 0x20 / * * timer counter a mode of operation for 2 * / P CON = 0x80 | PCON / * 1 * SMOD home / 0xfd TH1 = / * Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K * / TR1 = 1 / * * counter a timer to start work * / ticker = 1 / * Allow Serial Port receiver * /
Platform: |
Size: 65939 |
Author: rty |
Hits:
Description: 单片机学习使用,初次学习写的,见笑啦,呵呵
AT89C51使用-SCM learning that the initial study was, laughed at -- as long as the use AT89C51
Platform: |
Size: 10473 |
Author: 陈洁 |
Hits:
Description: keilc51 0xfd 补丁验证程序
SCAN.C(338): warning C280: UpLoadReady : unreferenced label-keilc51 0xfd patch certification procedures SCAN.C (338) : warning C280 type : UpLoadReady : unreferenced label
Platform: |
Size: 9076 |
Author: 隋景明 |
Hits:
Description: keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keil\\c51\\bin 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 at compile time will 0xfd characters (some with the Chinese characters within the code) off filtration, which led to the wrong procedure. especially in the Chinese do LCD display. To address this bug. Netizen prepared by the patch. Please download after you put the keil \\ c51 \\ bin directory. operation of this process. on it. support v8.02
Platform: |
Size: 10840 |
Author: 何宇 |
Hits:
Description: 汉字0xfd出错测试程序,用于对KEIL C51 V7.5的uv2环境下的C51测试汉字输出错误与否
(测试环境:keil C51 V7.50)
Platform: |
Size: 1247 |
Author: 徐美霞 |
Hits:
Description: 修复keil 拷贝到keil\\c51\\bin下运行
解决0xfd编译问题。
Platform: |
Size: 10835 |
Author: 缪德芳 |
Hits:
Description: #include<reg51.h>
#define uchar unsigned char
#define uint unsigned int
uchar k,flag1,flag2,flag3;
sbit diocs=P2^5;
sbit key1=P3^4;
sbit key2=P3^5;
sbit key3=P3^6;
uchar code table1[]={
0xfe,0xfd,0xfb,0xf7,
0xef,0xdf,0xbf,0x7f};
uchar code table2[]={
0x7f,0xbf,0xdf,0xef,
0xf7,0xfd,0xfb,0xfe};
Platform: |
Size: 24576 |
Author: longtian635241 |
Hits:
Description: /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/* serial port mode 1:8 bit UART, variable baud rate, crystal* 11.0592/TMOD = 0x20/** timer counter a mode of operation for 2*/P CON = 0x80 | PCON/* 1* SMOD home/0xfd TH1 =/* Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K*/TR1 = 1/** counter a timer to start work*/ticker = 1/* Allow Serial Port receiver* /
Platform: |
Size: 51200 |
Author: rty |
Hits:
Description: /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/* serial port mode 1:8 bit UART, variable baud rate, crystal* 11.0592/TMOD = 0x20/** timer counter a mode of operation for 2*/P CON = 0x80 | PCON/* 1* SMOD home/0xfd TH1 =/* Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K*/TR1 = 1/** counter a timer to start work*/ticker = 1/* Allow Serial Port receiver* /
Platform: |
Size: 65536 |
Author: rty |
Hits:
Description: 单片机学习使用,初次学习写的,见笑啦,呵呵
AT89C51使用-SCM learning that the initial study was, laughed at-- as long as the use AT89C51
Platform: |
Size: 10240 |
Author: 陈洁 |
Hits:
Description: keilc51 0xfd 补丁验证程序
SCAN.C(338): warning C280: UpLoadReady : unreferenced label-keilc51 0xfd patch certification procedures SCAN.C (338) : warning C280 type : UpLoadReady : unreferenced label
Platform: |
Size: 9216 |
Author: 隋景明 |
Hits:
Description: keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keil\c51\bin 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 at compile time will 0xfd characters (some with the Chinese characters within the code) off filtration, which led to the wrong procedure. especially in the Chinese do LCD display. To address this bug. Netizen prepared by the patch. Please download after you put the keil \ c51 \ bin directory. operation of this process. on it. support v8.02
Platform: |
Size: 10240 |
Author: 何宇 |
Hits:
Description: 汉字0xfd出错测试程序,用于对KEIL C51 V7.5的uv2环境下的C51测试汉字输出错误与否
(测试环境:keil C51 V7.50)-Chinese 0xfd error testing procedures used for the KEIL C51 V7.5 environment uv2 characters output error C51 test whether or not (test environment: keil C51 V7.50)
Platform: |
Size: 1024 |
Author: 徐美霞 |
Hits:
Description: 修复keil 拷贝到keil\c51\bin下运行
解决0xfd编译问题。-Repair keil copy keilc51 in the run to solve the problem 0xfd compiler.
Platform: |
Size: 10240 |
Author: 缪德芳 |
Hits:
Description: void UART_init()
{
//初始化串行口和波特率发生器
SCON =0x58 //选择串口工作方式,打开接收允许
TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1
TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ)
TR1 =1 //启动定时器T1
ET1 =0
ES=1 //允许串行口中断
PS=1 //设计串行口中断优先级
EA =1 //单片机中断允许
}-void UART_init (){// to initialize the serial port and baud rate generator SCON = 0x58// Select the serial work, open the receiver to allow TMOD = 0x21// Timer 1 in Mode 2, Timer 0 work in a manner 1TH1 = 0xfd// to achieve 9600 baud rate (system clock 11.0592MHZ) TR1 = 1// start the timer T1ET1 = 0 ES = 1// allow the serial port interrupt PS = 1// Design of Serial Port Interrupt Priority class EA = 1// Single-chip Interrupt Enable)
Platform: |
Size: 2048 |
Author: zhongxinyu |
Hits:
Description: C51最常用的IDE环境,KEIL C51的最新版本Keil C51 V8.15。包含官方程序安装包和最新的注册机,已经修正了0xfd的bug,测试有效,笔者现在用的就是这个注册机破解版本。-C51 the most commonly used IDE environment, KEIL C51 latest version of Keil C51 V8.15. Installation package contains the official procedures and the latest Zhuceji 0xfd has amended the bug, the test valid, I now use this version Zhuceji crack.
Platform: |
Size: 27157504 |
Author: 张洪健 |
Hits:
Description: 复制ccKeilVxx.exe文件到c:\keil\c51\bin\下面并运行,以修正0xFD BUG.修正keil C51液晶驱动字符bug补丁-Copy ccKeilVxx.exe file to c: \ keil \ c51 \ bin \ and run the following to correct 0xFD BUG. Amendment keil C51 character LCD driver bug fixes
Platform: |
Size: 10240 |
Author: |
Hits: