-
关于web合成的一个文章,主要讲述了基本概念
关于web合成的一个文章,主要讲述了基本概念-on the synthesis of a web article describes the basic concepts
- 2022-02-14 08:18:58下载
- 积分:1
-
用基本蚁群算法解决tsp即旅行商问题用vc环境的
用基本蚁群算法解决tsp即旅行商问题用vc环境的-With the basic ant colony algorithm to solve traveling salesman problem tsp that environment with vc
- 2022-04-18 12:14:18下载
- 积分: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
-
The book describes in detail the development process JavaServlets.
本书详尽地介绍了JavaServlets的开发过程。-The book describes in detail the development process JavaServlets.
- 2022-03-24 00:26:05下载
- 积分:1
-
Python focuses on its functions, and how to use and comes with the relevant Code...
Python主要介绍其功能,及如何使用并附带了相关代码说明-Python focuses on its functions, and how to use and comes with the relevant Code Description
- 2022-03-22 01:22:43下载
- 积分:1
-
i2c总线的程序设计,可以实现信息传输,是总线的一种
i2c总线的程序设计,可以实现信息传输,是总线的一种-i2c bus program design, you can realize information transmission, is a bus
- 2022-07-20 20:23:46下载
- 积分:1
-
norflash烧写 电子开发人员
norflash烧写 电子开发人员-Electronic norflash programmer developer
- 2022-02-05 17:22:04下载
- 积分:1
-
用MATLAB设计滤波器实例,包括FIR、IIR等
用MATLAB设计滤波器实例,包括FIR、IIR等-Filter design with MATLAB examples, including FIR, IIR, etc.
- 2022-02-24 19:54:18下载
- 积分:1
-
Linux应用程序开发指南:使用Gtk_&Gnome库
Linux应用程序开发指南:使用Gtk_&Gnome库-Linux_Gtk_Gnome
- 2023-02-24 12:20:03下载
- 积分:1
-
是delphi方面Win32API大全
是delphi方面Win32API大全-respect Win32API Daquan
- 2022-08-07 14:34:34下载
- 积分:1