-
从秀才到总书记,介绍陈独秀的生平事迹,读来有益!
从秀才到总书记,介绍陈独秀的生平事迹,读来有益!-from scholar to the general secretary, Chen introduced the life stories to read useful!
- 2023-05-14 10:20:02下载
- 积分:1
-
传输控制协议
TCP-IP协议的经典之作,工3部,这是第一部,讲述TCP-IP协议的基本概念-a book for TCP-IP
- 2022-04-06 15:06:36下载
- 积分:1
-
vc++编程技巧与范例
vc++编程技巧与范例 -vc programming techniques and examples
- 2022-07-21 08:02:56下载
- 积分:1
-
MFC C FOR WIN student learn C 4 Win in KHTN
MFC C FOR WIN student learn C 4 Win in KHTN
- 2022-03-20 23:19:43下载
- 积分:1
-
排序算法学习材料
排序算法学习材料
排序算法学习材料
排序算法学习材料
排序算法学习材料
排序算法学习材料-Learning materials sorting algorithm sorting algorithm sorting algorithm learning materials learning materials
- 2022-04-17 20:21:29下载
- 积分:1
-
随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本书除了讨论...
随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本书除了讨论重构的各种技巧之外,还提供了超过70个可行重构的详细编目,对如何应用它们给出了有用的提示;并以step by step的形式给出了应用每一种重构的指南;而且用实例展示了重构的工作原理。-With the application of object technology becoming increasingly popular, the software development community there is a new problem. The lack of experienced developers to write out a large number of poorly designed programs, resulting in these applications is very inefficient, and difficult to maintain and extend. Apart from discussing the reconstruction of this book outside of a variety of techniques, it also provides more than 70 possible reconstruction of the detailed cataloging, on how to apply them to give useful tips and to step by step in the form of application is given for each kinds of reconstruction guidelines and examples demonstrate reconstruction works.
- 2022-08-06 22:05:54下载
- 积分:1
-
最小堆头文件(C++)
最小堆头文件(C++)-smallest Live (C)
- 2022-01-27 18:18:29下载
- 积分:1
-
Linux驱动开发的书,仔细看看把,多余的就不用我详细说了
Linux驱动开发的书,仔细看看把,多余的就不用我详细说了-Linux driver development books, a closer look at the extra detail I would not have said
- 2022-02-28 09:40:23下载
- 积分: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
-
Solve the broadcom wireless card in the vista does not recognize the wireless ne...
解决broadcom无线网卡在vista下无法识别无线网络和经常掉线的bug-Solve the broadcom wireless card in the vista does not recognize the wireless network under and often dropped the bug
- 2023-04-10 15:50:03下载
- 积分:1