登录
首页 » Windows开发 » Accelerated C++ C++入门好书

Accelerated C++ C++入门好书

于 2023-03-30 发布 文件大小:875.94 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

Accelerated C++ C++入门好书-Accelerated C++ C++ Entry book

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A good an example of multi
    很好的一个多媒体编程的一个实例,大家顶下!-A good an example of multi-media programming, the top U.S. under!
    2022-09-06 05:15:02下载
    积分:1
  • WinCE串口通信,包括X86、ARM处理器体系结构。
    Wince下的串口通讯,包括x86、Arm CPU架构。-Wince of serial communications, including x86, Arm CPU architecture.
    2022-01-30 11:27:28下载
    积分:1
  • S3C2410的IIC测试程序有一定的参考价值!
    s3c2410 IIC测试程序,有一定参考价值!-s3c2410 IIC testing procedures have a certain reference value!
    2023-04-14 18:25:03下载
    积分:1
  • 自动生成QT的.pro文件,QT项目文件 有的时候,我们不得不手工编写QT的.PRO项目定义文件。当我们的项目中.CPP和.H文件多到几十个的时候,那么编写...
    自动生成QT的.pro文件,QT项目文件 有的时候,我们不得不手工编写QT的.PRO项目定义文件。当我们的项目中.CPP和.H文件多到几十个的时候,那么编写这个文件就相当麻烦。 在此我有一个小工具,可以自动为你的项目目录生成.PRO文件。可正确识别UI定义文件,以及添加对MOC文件的生成。 程序用QT写成,可在WINDOWS和LINUX下编译此程序,得到makep.exe,在项目目录中运行此程序即可。-The QT automatically generated. Pro file, QT project documents sometimes we have to manually prepare QT s. PRO project definition file. When our projects. CPP and. H to the dozens of documents and more time, then the preparation of this document is quite troublesome. I have a small tool that can automatically generate your project directory. PRO document. Can correctly identify the UI definition file, and add files to generate MOC. Program written using QT can be compiled under WINDOWS and LINUX this procedure has been makep.exe, in the project directory to run this program.
    2022-03-12 18:05:43下载
    积分:1
  • TEC
    在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
    2023-08-16 11:30:04下载
    积分:1
  • 在wince蓝牙HCI测试
    HCI test in bluetooth in WINCE
    2022-02-03 19:30:36下载
    积分:1
  • VB运行的所需要的运行文件.
    VB运行的所需要的运行文件.-VB run by the need to document the operation.
    2022-01-26 08:28:42下载
    积分:1
  • 流的网络摄像头
    该代码可用于从任何一个端口流摄像机。该摄像头可以通过远程客户端与Web浏览器中查看。网络摄像头可通过IPADDRESS后跟端口号来访问。例如127.0.0.1:8080可以用来查看本地主机。
    2022-08-08 01:56:42下载
    积分:1
  • * 提供多达26种图象格式的读写插件,新的插件还在不断地当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。...
    * 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 * 拥有极简易的使用方法。引擎常用的接口函数只有4个。 * 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 * 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。 * 图象插件及引擎内部拥有完善的异常处理机制,以及专用的内存防护系统,工作稳定可靠。 * 提供非常详尽的全中文开发手册及使用范例,使开发人员可以很快的掌握引擎的使用方法。 * 有专人负责该引擎的持续开发,并有官方网站提供技术支持。 * 全部源代码可以免费查阅。 * 有多种使用许可证可供选择。商业软件和GPL自由软件均可找到对应的使用许可。 压缩包中含有详细的说明文档。希望这个库能对别人有用。
    2022-01-30 17:16:09下载
    积分:1
  • 这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。...
    这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
    2022-03-30 20:42:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载