登录
首页 » 算法 » Exceptional C++ shows by example how to go about solid software engineering. Alo...

Exceptional C++ shows by example how to go about solid software engineering. Alo...

于 2022-12-15 发布 文件大小:351.42 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.

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

发表评论

0 个回复

  • 各种不同排序思想的排序源程序
    各种不同排序思想的排序源程序- Each kind of different arrangement thought arrangement source program
    2022-02-05 06:08:06下载
    积分:1
  • 8 digital issues simple algorithm, breadth
    八数码问题的简单算法,广度优先 字数补丁.exe-8 digital issues simple algorithm, breadth-first words patch. Exe
    2022-03-04 03:52:28下载
    积分:1
  • Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Ma...
    Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
    2023-06-13 01:20:03下载
    积分:1
  • Learnin Mathematics with the ABACUS Activity
    Learnin Mathematics with the ABACUS Activity-book part 8
    2022-08-09 12:45:02下载
    积分:1
  • 偏最小二乘,用于回归分析,构建回归方程,预测准确度高...
    偏最小二乘法,用于回归分析,构建回归方程,预测准确度高
    2022-05-26 07:16:37下载
    积分:1
  • 堆 Min_Max
    代码显示的插入和删除的最小最大堆。 在塞阿拉 Estatudal 大学在计算机科学,数据结构的椅子被开发代码。
    2022-11-21 11:50:03下载
    积分:1
  • 数据结构源码实现
    很全的数据结构源代码,线性表、树、图的代码都有具体实现。以及字符串的各种操作
    2022-02-06 11:51:57下载
    积分:1
  • 四轴源码以及原理图
    小四轴的源码以及原理图    #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8  k = 0;void SPI_Configuration(){ SPI_InitTypeDef   SPI_InitStructure;   /* SPI1 Config -------------------------------------------------------------*/  SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex;  SPI_InitStructure.SPI_Mode = SPI_Mode_Master;  SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b;  SPI_InitStructure.SPI_CPOL = SPI_CPOL_High;  SPI_
    2023-03-12 15:55:03下载
    积分:1
  • 室内定位的研究
    摸索了些,关键是几个参数自己一定要选对,否则测量精度大打折扣,定位的时候发现3个节点定位。 ,和n,y位为小数,所以要做相应处理(整数要左移两位) 值要再处理一下。
    2022-02-22 08:12:07下载
    积分:1
  • Fast Fourier transform
    快速傅里叶变换是一种计算离散傅里叶变换算法和它的逆。 傅里叶分析转换时间与频率,反之亦然 ;FFT 快速计算这种由 factorizingthe DFT 矩阵转换成一种产品稀疏的因素。
    2023-08-24 17:15:03下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载