-
CreatingaGUIwithGUIDE
CreatingaGUIwithGUIDE -CreatingaGUIwithGUIDE
- 2023-05-28 23:20:04下载
- 积分:1
-
VB Script教程及参考 [HTML]
VB Script教程及参考 [HTML]-VB Script Guide and Reference [HTML]
- 2023-02-26 20:10:03下载
- 积分:1
-
Integrated platform for medical imaging algorithm theory and practice, a great P...
集成化医学影像算法平台理论与实践,一本很好的PDF版本的书,并含有目录。-Integrated platform for medical imaging algorithm theory and practice, a great PDF version of the book, and contains a directory.
- 2022-07-20 18:53:07下载
- 积分:1
-
胡广书数字信号处理书Fortran程序,包括书中全部信号处理算法。...
胡广书数字信号处理书Fortran程序,包括书中全部信号处理算法。-book on digital signal processing Fortran procedures, including book all signal processing algorithms.
- 2022-01-25 20:48:30下载
- 积分:1
-
Modelling C++ programming user guide
Modelling C++ programming user guide
- 2022-03-31 21:53:03下载
- 积分:1
-
pro.c # 2008.and.the.net.3.5.platform.fourth.edition第1部分。
Pro.C#.2008.and.the.NET.3.5.Platform.Fourth.Edition Part1
- 2022-01-27 18:32:25下载
- 积分:1
-
本书是CDMA的一本专业教程,对广大电子通信类科研人员有保存价值。...
本书是CDMA的一本专业教程,对广大电子通信类科研人员有保存价值。-This book is a CDMA-professional curriculum for the general category of electronic communications are to preserve the value of scientific research personnel.
- 2023-01-16 02:50:03下载
- 积分:1
-
实现彩灯定时一秒循环移动,c编的
很好的,简单,易懂,初学者必读...
实现彩灯定时一秒循环移动,c编的
很好的,简单,易懂,初学者必读-Lantern from time to time to achieve a second cycle of the mobile, c for the good, simple, easy to understand, must-read for beginners
- 2022-03-12 13:05:17下载
- 积分:1
-
matlab教程(英文) matlab教程(英文) matlab教程(英文)
matlab教程(英文) matlab教程(英文) matlab教程(英文) -matlab tutorial (English) matlab Tutorial (English) matlab Tutorial (English) matlab Tutorial (English) matlab Tutorial (English)
- 2022-12-04 05:05:03下载
- 积分: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