-
Autolisp 是AutoCad 与外部软件的接口程序
Autolisp 是AutoCad 与外部软件的接口程序-Autolisp is AutoCad with external software interface program
- 2023-07-15 04:40:03下载
- 积分:1
-
源程序用户的学生管理系统,相当不错,适合初学者学习
源程序用户的学生管理系统,相当不错,适合初学者学习-源程序的学生管理系统,相当不错,适合初学者学习
- 2022-01-24 16:59:39下载
- 积分:1
-
simulink introductory tutorial, the teacher talked about class courseware, more...
simulink的入门教程,老师上课讲的课件,较易懂,适用于初学者-simulink introductory tutorial, the teacher talked about class courseware, more easy to understand for beginners
- 2022-01-26 00:43:40下载
- 积分:1
-
Programmable logic device Programmable logic device Programmable logic device Pr...
可编程逻辑器件 可编程逻辑器件 可编程逻辑器件-Programmable logic device Programmable logic device Programmable logic device Programmable logic device
- 2022-05-23 07:21:12下载
- 积分:1
-
可以与侯捷的书相比的深入浅出java语言程序设计
可以与侯捷的书相比的深入浅出java语言程序设计-Hou Jie, the book can be compared with the plain language of java programming language
- 2022-03-03 14:18:58下载
- 积分:1
-
介绍crc与带反馈的线性移位寄存器(lfsr)
的原理(英文)
介绍crc与带反馈的线性移位寄存器(lfsr)
的原理(英文)-crc with the band introduced a linear feedback shift register (lfsr) Principle (English)
- 2023-04-30 08:45:04下载
- 积分:1
-
窗口游戏编程技巧教程,最新的集成技术和…
windows游戏编程技巧教程,融合最新游戏编程技巧与方法-windows game programming skills tutorials, the latest integration techniques and methods Game Programming
- 2022-03-06 09:51:56下载
- 积分: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
-
我是转载的,希望能对大家有一点帮助 译本很经典的电子书,很值得读一读...
我是转载的,希望能对大家有一点帮助 译本很经典的电子书,很值得读一读-I was reproduced in the hope that we can have a bit of help classic translation of the electronic book is worth reading
- 2022-05-14 06:56:38下载
- 积分:1
-
信息spm3400芯片的技术参数和尺寸和封装形式…
SPM3400芯片的技术参数和外形尺寸及封装形式等资料数据-SPM3400 chip technology parameters and dimensions and packaging forms of information and data
- 2022-12-25 09:30:03下载
- 积分:1