-
c programming faqs
你必须知道的495个C语言问题
c programming faqs
你必须知道的495个C语言问题-C Programming FAQs
- 2022-04-30 05:38:12下载
- 积分:1
-
Smarty 2.6.0中文手册smarty 2.6.0手册
Smarty 2.6.0 中文手册 Smarty 2.6.0 中文手册-Smarty 2.6.0 Manual Chinese Smarty 2.6.0 Manual
- 2022-03-13 23:01:46下载
- 积分:1
-
这是java编码的规范,看看对大家编码还是有帮助的
这是java编码的规范,看看对大家编码还是有帮助的-This is a java coding specifications, coding, or look at all of us to be helpful. . . . .
- 2022-03-22 10:44:53下载
- 积分:1
-
LABVIEW 8.20程序设计从入门到精通
13-15章 程序源码
LABVIEW 8.20程序设计从入门到精通
13-15章 程序源码-LABVIEW 8.20 program design from entry to the master s program source code, 13-15
- 2022-03-31 11:12:05下载
- 积分: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
-
GPS软件接收机设计的经典英文书籍,《Fundamentals of Global Positioning System Receivers...
GPS软件接收机设计的经典英文书籍,《Fundamentals of Global Positioning System Receivers - A Software Approach》对设计人员极具有参考价值。-GPS receiver software design of the classic English books, "Fundamentals of Global Positioning System Re ceivers-A Software Approach "of the design staff is a very valuable reference.
- 2022-07-14 05:05:01下载
- 积分:1
-
dos大全
能够让您对网络,计算机设置等方面有一个很好的了解...
dos大全
能够让您对网络,计算机设置等方面有一个很好的了解-Guinness dos allows you to network, computer settings and so on have a good understanding of
- 2022-07-14 06:34:06下载
- 积分:1
-
C++程序设计例题解答,希望可以帮助学习C++的一些同学!
C++程序设计例题解答,希望可以帮助学习C++的一些同学!-C++ Programming Example answer, I hope can help learning C++ Some of the students!
- 2022-12-30 10:55:04下载
- 积分:1
-
Visual C++ MFC programming examples package code, if we are learning this tutor...
《Visual C++ MFC编程实例》配套代码,如果大家正在学习此教程,而没有配套代码的,欢迎下载哟!- Visual C++ MFC programming examples package code, if we are learning this tutorial, but there is no matching code are welcome to download yo!
- 2022-06-19 02:58:54下载
- 积分:1
-
This is the electronic book is on the MOS figures large and ultra
这是本电子书,是关于 MOS 数字大规模及超大规模集成电路,望对大家有所帮助!-This is the electronic book is on the MOS figures large and ultra-large-scale integrated circuits, we hope to help!
- 2022-02-24 11:04:49下载
- 积分:1