您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Addison Wesley - C++ Gotchas

  2. Chapter 1. Basics Gotcha #1: Excessive Commenting Gotcha #2: Magic Numbers Gotcha #3: Global Variables Gotcha #4: Failure to Distinguish Overloading from Default Initialization Gotcha #5: Misunderstanding References Gotcha #6: Misunderstanding
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:717kb
    • 提供者:ojlovecd
  1. Addison Wesley - C++ Templates

  2. Chapter 1. About This Book Section 1.1. What You Should Know Before Reading This Book Section 1.2. Overall Structure of the Book Section 1.3. How to Read This Book Section 1.4. Some Rem arks About Programming Style Section 1.5. The Standard ver
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:737kb
    • 提供者:ojlovecd
  1. 关于C++中栈指针和堆指针的使用说明

  2. 环境:Windows XP S3、VC++ 6.o 目的:学习C++程序开发语言 使用步骤:下载之后,双击.dsw文件即可打开该示例工程 说明: 在学习《Thinking in C++》一书关于数组声明与定义时,Bruce说如果这样声明一个数组: int b[6] = {0}; Here, the compiler will use the first initializer for the first array element, and then use zero for all the
  3. 所属分类:C++

    • 发布日期:2009-09-19
    • 文件大小:1mb
    • 提供者:arkliszeng
  1. Neusoft公司Java编码规范

  2. Neusoft公司Java编码规范 目的 5 范围 6 前提条件 7 Java编码规范概要 8 1 代码风格 8 1.1 一般格式说明 8 1.2 基本结构 8 2 代码结构 9 2.1 变更履历 9 2.2 Package声明 11 2.3 Import声明 12 2.4 Class Header 13 2.5 Class 14 2.6 常量(Menifest Variables) 16 2.7 成员变量(Instance Variables) 17 2.8 初始块(Initializer
  3. 所属分类:Java

    • 发布日期:2009-11-12
    • 文件大小:132kb
    • 提供者:pobaby
  1. C++标准(Standard for Programming Language C++)

  2. 该资源不适合C、C++初学者,可作为C++高手向大师级进化的参考书。 内容: ... 17 Library introduction 17.1 General 17.2 The C standard library 17.3 Definitions 17.4 Additional definitions 17.5 Method of descr iption (Informative) 17.6 Library-wide requirements 18 Language support lib
  3. 所属分类:C

    • 发布日期:2009-12-15
    • 文件大小:10mb
    • 提供者:labplant
  1. Visual_Studio.NET相关词汇中英翻译

  2. abstract class 抽象类 accelerator 快捷键 accelerator mapping 快捷键映射 accelerator table 快捷键对应表 access modifier 访问修饰符 Access Pack 访问包 access specifier 访问说明符 access violation 访问冲突 accessibility 辅助功能 accessibility domain 可访问域 Accessibility Options 辅助功能选项 access
  3. 所属分类:Access

    • 发布日期:2010-08-05
    • 文件大小:50kb
    • 提供者:verynub
  1. google c++代码规范

  2. Google C++ 编程规范 目录 一、头文件........................................................................................................................................4 1. #define的保护..........................................................................
  3. 所属分类:C++

    • 发布日期:2011-04-01
    • 文件大小:516kb
    • 提供者:verycctv
  1. KR_the_C_programming_language.pdf

  2. Contents Introduction Introduction to The Objective-C Programming Language 9 Who Should Read This Document 9 Organization of This Document 10 Conventions 10 See Also 11 Runtime 11 Memory Management 11 Chapter 1 Objects, Classes, and Messaging 13 Run
  3. 所属分类:C/C++

    • 发布日期:2011-04-05
    • 文件大小:897kb
    • 提供者:ilovenaibao
  1. acpi控制笔记本风扇转速

  2. 笔记本的风扇控制 ---------------------------------------- 09 November 2006. Summary of changes for version 20061109: 1) ACPI CA Core Subsystem: Optimized the Load ASL operator in the case where the source operand is an operation region. Simply map the opera
  3. 所属分类:桌面系统

    • 发布日期:2011-04-16
    • 文件大小:904kb
    • 提供者:yuanxin69
  1. Addison.Wesley.C++.by.Dissection.2002.pdf

  2. 1 Writing an ANSI C++ Program 1 1.1 Getting Ready to Program....... 2 1.1 A First Program......... 3 1.2 Problem Solving: Recipes....... . 7 1.2.1 Algorithms—Being Precise...... . . 8 1.3 Implementing Our Algorithm in C++.... . . . 10 1.4 Software E
  3. 所属分类:C++

    • 发布日期:2008-04-16
    • 文件大小:5mb
    • 提供者:rootfs
  1. Google C++ 编程规范(中文版)

  2. Google C++ 编程规范 目录 一、头文件........................................................................................................................................4 1. #define的保护..........................................................................
  3. 所属分类:C++

    • 发布日期:2011-06-04
    • 文件大小:516kb
    • 提供者:tirelessfighter
  1. C++继承的经典程序

  2. class Derived : public Base { private: int d_number; public: // constructor, initializer used to initialize the base part of a Derived object. Derived( int i, int j ) : Base(i), d_number(j) { }; // a new member function that overrides the print( ) f
  3. 所属分类:C/C++

    • 发布日期:2011-06-26
    • 文件大小:26kb
    • 提供者:charlie527
  1. Members of Classes

  2. c++ Members of Classes Access Control Constructors for class Member initializer list Destructors for class Static Members Constant Member Self-reference Friend
  3. 所属分类:C/C++

    • 发布日期:2012-05-18
    • 文件大小:300kb
    • 提供者:peter445499753
  1. FlexFormatter - FlashBuilder代码格式化工具

  2. #Version 0.8.9 * System Requirements: Eclipse 3.3+, JDK 1.5+. The intent is for this software to be used with FlexBuilder 3 or 4, but there are no actual dependencies. * Install (several ways to install) * Add a remote update site through Help->S
  3. 所属分类:Actionscript

    • 发布日期:2012-06-27
    • 文件大小:2mb
    • 提供者:shamuu
  1. yaffs_vfs.c, android

  2. s/yaffs2/yaffs_vfs.c: In function 'yaffs_read_super': fs/yaffs2/yaffs_vfs.c:2383:2: error: implicit declaration of function 'get_sb_bdev' fs/yaffs2/yaffs_vfs.c: At top level: fs/yaffs2/yaffs_vfs.c:2390:2: error: unknown field 'get_sb' specified in i
  3. 所属分类:Linux

    • 发布日期:2012-12-04
    • 文件大小:3kb
    • 提供者:wangyu1wangyu
  1. Springboot Initializer

  2. 内网中连接不上https://start.spring.io,搭建\https://start.spring.io一样的服务器。 initializr-service-0.7.0.BUILD-SNAPSHOT.jar
  3. 所属分类:Java

    • 发布日期:2018-09-01
    • 文件大小:19mb
    • 提供者:jack0413
  1. dry-initializer, 使用参数和选项构建类初始值设定项的DSL.zip

  2. dry-initializer, 使用参数和选项构建类初始值设定项的DSL 干初始值设定项 使用参数和选项构建类初始值设定项的DSL 。安装将此行添加到你的应用程序的Gemfile中:gem dry-initializer然后执行:$ bundle
  3. 所属分类:其它

    • 发布日期:2019-09-17
    • 文件大小:47kb
    • 提供者:weixin_38743602
  1. wp-initializer-源码

  2. wp初始化器
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:13kb
    • 提供者:weixin_42097189
  1. linux-scripts-cloud-initializer-源码

  2. 包云初始化器 目录 您的部分标题将用于引用目标位置。 打包应用服务版权:copyright:** 只要保留此版权/许可标头,即可免费重新分发该程序。 没有任何形式的保证或担保,并且不能保证能按要求使用,并且可能无法完全针对所有运行各种潜在冲突软件的操作系统设计。 建议阅读脚本的内容,以确保安装过程和将要安装的内容。 用户可以根据需要自由修改代码。 可能没有关联的卸载脚本,因此卸载是所有者的责任。 建议在升级到生产环境之前,先将其安装在测试环境中的测试系统上。 **安装风险自负 资料库
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:77mb
    • 提供者:weixin_42144366
  1. laravel-initializer:初始化应用程序的便捷方法-源码

  2. 初始化应用程序的便捷方法。 介绍 我们都知道,每个应用程序都应包含自述文件和“安装”部分,其中包含为准备应用程序工作而应执行的操作列表。 典型说明: 安装依赖 运行迁移 发布资产 编译应用程序资产 为计划程序安排cron工作 等等 您应该在每次应用程序更新(composer update,git pull ...)或分支更改(git checkout)上执行一些操作,以准备应用程序正常工作。 Laravel Initializer使您能够声明这些进程并通过简单的app:install和ap
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:24kb
    • 提供者:weixin_42129005
« 12 3 4 5 6 »