-
一个非常详细的c++教程,每个例子均有对应原码。
一个非常详细的c++教程,每个例子均有对应原码。-a very detailed tutorial c, each example of the original code have counterparts.
- 2022-04-15 20:28:15下载
- 积分:1
-
err
Title: C++ Primer 3rd Edition 中文完美OCR版
ISBN:7-5083-0989-8
Author:潘爱民 张丽
Publisher:中国电力出版社
Page:1043
Edition:3rd Edition
Catalog:Programming/C_C++
Format:PDF
Size:3.80MB
Supplier:过去
Introduction:C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-err
- 2022-06-15 05:01:08下载
- 积分:1
-
Include the following procedures: 1. Hyperlinks is a realization in the form of...
包括以下程序:1.超级链接是一个能够在窗体上实现超级链接的程序,或者发送E-mail;2.端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序;
3.获取本机ip地址”是一个通过MFC来获取本地计算机IP地址的程序。
4.获取网络设置”是一个获取网络DNS、子网掩码、网卡地址的综合程序,5.获取系统支持的网络协议-Include the following procedures: 1. Hyperlinks is a realization in the form of hyperlinks, or send E-mail 2. Port scanning is an IP address assigned to a single port or multiple port scanning procedures 3. access to the local ip address " is an MFC to obtain through the local IP address of the computer program. 4. access to the network settings" is a network access to DNS, subnet mask, network card addresses comprehensive procedures, 5. acquisition system to support the network protocol
- 2022-01-24 16:04:02下载
- 积分:1
-
制作网页入门教程,比较初级的。ExE直接运行就可以了
制作网页入门教程,比较初级的。ExE直接运行就可以了-Create a page Getting Started tutorials, more elementary. ExE can be run directly on the
- 2022-01-26 04:30:09下载
- 积分:1
-
主要是介绍关于虚拟教室在人体解剖学教学中应用的探讨。
主要是介绍关于虚拟教室在人体解剖学教学中应用的探讨。-Mainly introduced virtual classroom on the teaching of human anatomy in the application of.
- 2022-09-24 16:25:03下载
- 积分: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
-
Programming Microsoft beauty of this book, we all know it, which a lot of talk a...
微软编程之美这本书,大家都知道吧,其中讲了很多编程技巧的特例。尤其是对去面试的毕业生有很大帮肋,因为很多题目这上面差不多都有原型-Programming Microsoft beauty of this book, we all know it, which a lot of talk about a special case of programming skills. Especially to the interview to help graduates have great ribs, because a lot of topics that almost all the above prototype
- 2022-03-19 02:31:57下载
- 积分:1
-
about ns2 study and research
about ns2 study and research-about Means study and research
- 2022-05-17 02:22:23下载
- 积分:1
-
CAD具有强大的制图功能,但其图例、注记对于专业性的制图却不大适用。本电子书籍讲解了如何利用VBA在CAD中开发适合自己专业的图例、注释等,特别是对于测量专业学...
CAD具有强大的制图功能,但其图例、注记对于专业性的制图却不大适用。本电子书籍讲解了如何利用VBA在CAD中开发适合自己专业的图例、注释等,特别是对于测量专业学生及工作人员非常适用。-CAD has powerful graphics capabilities, but its legend, Note for the professional graphics do not quite apply. The e-books on how to use VBA in the development of CAD in their own professional legend, notes, etc., especially for the measurement of students and staff are very applicable.
- 2022-02-11 17:36:02下载
- 积分:1
-
Visual c++程序设计培训教程――源代码
书籍对应可在网上下载...
Visual c++程序设计培训教程――源代码
书籍对应可在网上下载-Visual Programming Training Guide-- corresponding source code books can be downloaded on the Internet
- 2022-02-03 02:08:15下载
- 积分:1