-
j,lk /lku.kjmnhfgde
j,lk /lku.kjmnhfgde
- 2022-06-13 14:35:21下载
- 积分:1
-
java参考大全讲了java语言库,技术以及应用,还有关于注释方面的规范。...
java参考大全讲了java语言库,技术以及应用,还有关于注释方面的规范。-java reference java spoke volumes of the language, technology and applications, but also on the Notes norms.
- 2022-12-11 17:50:04下载
- 积分:1
-
这本书是为你
This book is for you if
You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++
You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code
You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs
You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again
C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.
- 2022-03-18 10:04:37下载
- 积分: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
-
PostgreSQL reference documents
PostgreSQL参考文档-PostgreSQL reference documents
- 2022-05-26 01:26:25下载
- 积分:1
-
《Perl_cgi六天入门》
《Perl_cgi六天入门》-"Perl_cgi six days Easy"
- 2022-05-21 14:36:18下载
- 积分:1
-
fpga时序控制和相关约束,加强对fpga开发时序的理解和控制
fpga时序控制和相关约束,加强对fpga开发时序的理解和控制-fpga timing control, and related constraints, and strengthen fpga development of the understanding and control of timing
- 2022-03-06 13:18:33下载
- 积分:1
-
C语言程序设计上机实验,是word格式的电子书。
C语言程序设计上机实验,是word格式的电子书。-C Programming Language-on experiments, is the word e-book format.
- 2022-03-17 17:11:15下载
- 积分:1
-
本章讲解如何启动Red Hat Linux installation安装过程. 包括以下内容:
熟悉安装程序的用户界面...
本章讲解如何启动Red Hat Linux installation安装过程. 包括以下内容:
熟悉安装程序的用户界面.
启动安装程序.
选择安装方式.
在结束本章的时候, 安装程序应该已经在您的系统中运行, 并且已经选择了适当的安装方式.
-chapter on how to start installation of Red Hat Linux installation. Contents include the following : familiar with the procedures for the installation of the user interface. Start the installation process. Choose installation method. At the end of this chapter, the installation procedure should have been in your system running, and has selected the appropriate security loaded way.
- 2022-02-01 07:06:20下载
- 积分:1
-
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空...
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标
准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空
间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模
板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需
要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非
常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新
的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型
上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书
不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而
言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overload
- 2022-02-21 22:28:54下载
- 积分:1