-
please try this for vb beginners.
please try this for vb beginners.
- 2022-02-20 11:16:30下载
- 积分:1
-
AVRStudio下嵌入WINAVR GCC的使用入门,版本在4.10以上的都内嵌了GCC编译器,是一个真正正版免费开发AVR单片机的软件...
AVRStudio下嵌入WINAVR GCC的使用入门,版本在4.10以上的都内嵌了GCC编译器,是一个真正正版免费开发AVR单片机的软件-AVRStudio embedded WINAVR GCC under the Getting Started, version 4.10 and above are equipped with a GCC compiler, is a real genuine free software developed AVR Microcontroller
- 2022-02-26 22:42:13下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
介绍Photoshop
Presentation Photoshops
- 2022-03-18 04:57:46下载
- 积分:1
-
- 2022-01-25 22:55:58下载
- 积分:1
-
apach服务器的配置
apach服务器的配置-apach server configuration
- 2022-01-28 13:31:54下载
- 积分:1
-
基于模糊数学理论的模糊识别程序用VB编写,和技术。
用VB编写的基于模糊数学原理的模糊识别程序,还有相应的例子-VB prepared based on fuzzy math theory of fuzzy identification procedures, and the corresponding example
- 2022-01-20 23:45:50下载
- 积分:1
-
电脑技巧,打开“组策略输入“dxdiag ”
打开 DirectX 诊断工具 输入“regedit.exe”
打开注册表输入“Services.msc...
电脑技巧,打开“组策略输入“dxdiag ”
打开 DirectX 诊断工具 输入“regedit.exe”
打开注册表输入“Services.msc ”
打开服务输入“msconfig.exe”
打开系统配置实用程序输入“mmc.exe”
打开控制台
打开备份win98:scanreg-Computer skills, open the " Group Policy Input" dxdiag " open the DirectX diagnostic tool enter" regedit.exe " to open the registry input" Services.msc " open to imports of services" msconfig.exe " System Configuration Utility opens enter" mmc.exe " open Open the backup console win98: scanreg
- 2022-07-02 16:13:06下载
- 积分:1
-
无刷电机驱动原理图及数据电子书
Brushless Motor Drive Schematic & Data ebook
- 2022-04-30 07:12:17下载
- 积分:1
-
ndis中间层驱动的开发文档,主要是整个架构的介绍和剖析,对中间层驱动的介绍可谓高屋建瓴...
ndis中间层驱动的开发文档,主要是整个架构的介绍和剖析,对中间层驱动的介绍可谓高屋建瓴
- 2023-01-19 14:15:04下载
- 积分:1