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

搜索资源列表

  1. 自编自用的c++语法快速参考

  2. 多年以前自编自用的c++语法快速参考 目录 1.格式化字符集: 2 2.标志符: 2 3.枚举类型: 2 4.其他类型: 2 5.类型定义: 2 6.运算符: 3 7.运算符优先级: 3 8.运算符类型自动转换: 3 9.流程控制语句: 3 10.#include语句: 4 11.函数的传址方式: 4 12.默认的形参: 4 13.作用域与生命期: 5 14.存储类和连接: 5 15.数组: 5 16.结构体和联合体: 5 17.指针运算符: 5 18.new,delete和动 态对象: 6
  3. 所属分类:C++

    • 发布日期:2009-05-18
    • 文件大小:98304
    • 提供者:rovcloud
  1. 图书管理系统c语言!!!!!!!!!!!!!!!!!

  2. C语言源代码的图书管理系统 #include #include #include #include struct bookData { int booknumber; char bookname[30]; int store; }; struct Person { char name[20]; char studynumber[10]; int count; b ookData Rbook[2]; //bookData Rbook; }; class History { public: His
  3. 所属分类:iOS

    • 发布日期:2009-06-30
    • 文件大小:101376
    • 提供者:browlahrozu
  1. C++ FAQs

  2. C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
  3. 所属分类:C++

    • 发布日期:2007-09-15
    • 文件大小:917504
    • 提供者:lovewhzlq
  1. 大牛们的C#编码习惯

  2. 1. 避免将多个类放在一个文件里面。 2. 一个文件应该只有一个命名空间,避免将多个命名空间放在同一个文件里面。 3. 一个文件最好不要超过500行的代码(不包括机器产生的代码)。 4. 一个方法的代码长度最好不要超过25行。 5. 避免方法中有超过5个参数的情况。使用结构来传递多个参数。 6. 每行代码不要超过80个字符。 7. 不要手工的修改机器产生的代码。 a) 如果需要编辑机器产生的代码,编辑格式和风格要符合该编码标准。 b) Use partial classes when ever
  3. 所属分类:C#

    • 发布日期:2009-07-30
    • 文件大小:7168
    • 提供者:Hack95
  1. C++中的模拟class string类的代码 cpp

  2. //一个C++初学者的string类,恳请朋友们多多指点 //特殊功能:- 取负数运算符代表将字符串翻转 函数头: class string{ friend int len(string &); friend const string & operator+(const string &s1,const string &s2); friend std::ostream & operator<<(std::ostream & ;theStream,const string &
  3. 所属分类:C++

    • 发布日期:2009-08-02
    • 文件大小:4096
    • 提供者:sunices92
  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
    • 文件大小:734208
    • 提供者:ojlovecd
  1. C类库大全 chm版(friends)

  2. We all need a little help from our friends, and C++ friends help solve some tricky problems in object-oriented programming. This chapter introduces the subjects of friend classes and friend functions, and it sets the stage for Chapter 19, “Overloadi
  3. 所属分类:C++

    • 发布日期:2009-10-06
    • 文件大小:969728
    • 提供者:yanxunuser
  1. C++关键字详细使用

  2. asm auto bad_cast bad_typeid bool break case catch char class const const_cast continue default delete do double dynamic_cast else enum except explicit extern false finally float for friend goto if inline int long mutable namespace new operator priv
  3. 所属分类:C++

    • 发布日期:2009-10-12
    • 文件大小:184320
    • 提供者:li57681522
  1. c++课程设计(公司人员管理系统)

  2. c++课程设计 #include #include #include #include //全局数据,对象 double ManagerSalary; //经理固定月薪 double SalesManagerSalary; //销售经理固定月薪 double SalesManagerPercent; //销售经理提成% double SalesPercent; //销售人员提成% double WagePerHour; //技术人员小时工资 int ID; //员工标识(要保证唯一)
  3. 所属分类:C

    • 发布日期:2010-01-06
    • 文件大小:205824
    • 提供者:zhangjince1988
  1. 足球联赛积分排名程序(C++版)

  2. 假设有5只球队, Classic teams { 数据成员: 球队名 比赛场数 赢的场数 平的场数 负的场数 进球数 失球数 胜率 = 赢的场数 / 比赛场数 净胜球 = 进球数 – 失球数 积分 = 赢的场数 *3 + 平的场数 * 1 + 负的场数 * 0 名次 函数成员: 构造函数(ifstream& file_name) 从文件里获得数据 char *得到球队名() Void 输入各场数() // Int 得到名次() // Int 得到积分() // Int 得到净胜数() Void
  3. 所属分类:C++

    • 发布日期:2010-08-31
    • 文件大小:102400
    • 提供者:xiaoliner2050
  1. Twitter API Client(gridtwit) oauth demo C++源代码

  2. 附件有更新,新增了以前没有实现的tweet功能,这里附件不能更新,请有兴趣的,到这里去下载:http://code.google.com/p/gridtwit/ ---------------------------------------------------------------------- you can refer to the demo program "gridtwit": http://code.google.com/p/gridtwit/ especially the f
  3. 所属分类:C

    • 发布日期:2010-09-15
    • 文件大小:521216
    • 提供者:gridtwit
  1. C++应用编程200例.CHM

  2. #include //定义节点(数据对象)的接口 class Node { //声明list类为本类的友元类 friend class list; //私有成员 private: int Data; //节点数据 Node *previous; //前趋指针 Node *next; //后继指针 }; //定义双向链表list的接口声明 class list { //私有成员 private: Node *Head; //链表头指针 Node *Tail; //链表尾指针 //定义接口函数 p
  3. 所属分类:C++

    • 发布日期:2010-09-28
    • 文件大小:77824
    • 提供者:JamesShoal
  1. C# 程序设计手册(WORD)

  2. Hello World -- 您的第一个程序 6 C# 程序的一般结构 8 Main() 和命令行自变量 9 命令行自变量 10 显示命令行自变量 12 使用 foreach 存取命令行自变量 13 Main() 传回值 14 数据型别 15 在变量宣告中指定型别 16 转型和型别转换 21 Boxing 和 Unboxing 24 使用 as 和 is 运算符进行安全转型 27 将字节数组转换为 int 29 将 string 转换为 int 30 在十六进制字符串和数字型别间转换 32 数
  3. 所属分类:C#

    • 发布日期:2010-10-19
    • 文件大小:4194304
    • 提供者:hu_yong
  1. C++ CSmtp 发送邮件 源码+示例

  2. C++ CSmtp 发送邮件 支持SSL和TLS,如可以使用Gmail账户发送邮件 纯C++,同时支持Windows和Linux 简单易用的API 本例可以直接用Visual Studio 2010加载 CSmatp mail; mail.SetLogin("***"); mail.SetPassword("***"); mail.SetSenderName("User"); mail.SetSenderMail("user@domain.com"); mail.SetReplyTo("use
  3. 所属分类:C++

    • 发布日期:2010-12-25
    • 文件大小:1048576
    • 提供者:lvsaint
  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
    • 文件大小:5242880
    • 提供者:rootfs
  1. md5算法的c++实现

  2. 看到一个不错的c++实现的md5算法 class MD5 { public: typedef unsigned int size_type; // must be 32bit MD5(); MD5(const std::string& text); void update(const unsigned char *buf, size_type length); void update(const char *buf, size_type length); MD5& finalize(); st
  3. 所属分类:C++

    • 发布日期:2011-10-12
    • 文件大小:5120
    • 提供者:damingg
  1. C++示例程序

  2. C++示例程序 包括 结构体的建立和初始化,类的建立和初始化,friend类,树的初始化和建立,HelloMFC,this指针报错,数组越界等几个C++小程序。 推荐下载C++学习课件 http://download.csdn.net/detail/sunnyxiaoxi/4126427
  3. 所属分类:C/C++

    • 发布日期:2012-03-09
    • 文件大小:123904
    • 提供者:sunnyxiaoxi
  1. C++ FAQ 常见问题问答详解

  2. C++ 常见问题问答详解。 Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do develo
  3. 所属分类:C++

    • 发布日期:2012-08-14
    • 文件大小:917504
    • 提供者:ubcwang
  1. 用friend函数修改类的private数据

  2. 用friend函数修改类的private数据
  3. 所属分类:C++

    • 发布日期:2012-10-11
    • 文件大小:783
    • 提供者:jieya258
  1. C++代码设计与重用

  2. 第1章 重用性介绍 1.1 什么是重用性 1.1.1 提取代码来作为重用 1.1.2 可重用代码的基本特性 1.2 重用的神话 1.3 重用的障碍 1.3.1 非技术障碍 1.3.2 技术障碍 1.4 希望是否尚存 1.5 这本书能给我们带来什么 l.6 练习 1.7 参考文献和相关资料 第2章 类的设计 2.1 抽象性 2.2 正规函数 2.3 Nice类 2.4 存在最小标准接口吗 2.4.1 缺省构造函数 2.4.2 赋值运算符 2.4.3 拷贝构造函数 2.4.4 相等运算符 2.4.
  3. 所属分类:C++

    • 发布日期:2012-11-27
    • 文件大小:7340032
    • 提供者:shunshuiyuanxin
« 12 3 4 5 6 7 8 »