搜索资源列表
Createwindow
- 应用程序:Example 项目概述 === === === === === === === === === === === === 应用程序向导已为您创建了此 Example 应用程序。 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项
cPP
- 使用格子玻尔兹曼方法模拟顶盖驱动流,用C++编写-Lid-driven cavity flow, using a LB method
Who-wants-to-be-amillionaire-cPP-coding
- This my c++ coding for game who want to be a millionaire, enjoy
cPP
- c++的一个课件,内容详细,讲解生动,简单易懂-a courseware, of c++ content in detail, explain the vivid and easy to understand
CPP
- 假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资
cPP
- 一元多项式的计算,(1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,建立并输出和多项式;如:(x+10)+(2x+5)=3x+15 (4)两个多项式相减,建立并输出差多项式。如:(x+10)-(2x+5)=-x+5 -One yuan polynomial calculation, (1) the input and the establishment of a polynomial (2) polynomial output (3) two polynom
CPP
- 很实用的机构C++小程序实现一些常用功能,对编程的初学者来说很有用-A practical institutions C++ of small program to achieve some common functions useful for programming beginners
Article-100-CPP-programming-examples
- 这是在学习C++中,经常用到的,经典程序,也是笔试经常用到的经典程序-This is a classic program frequently used classic program, but also the written test is frequently used in learning C++
gupiao.cpp
- 1、修改数据结构,增加现金成员,每只股票增加牌价。每个用户的数据库中同样也增加现金数目的成员。 2、增加股票教育系统的接口程序。包括四个方面,对于以上的修改均须输入密码,如输入密码正确后才能进入数据库进行修改。结果均存入Stock_File.dat中。 3、将股票数据的处理由数组改为链表,可以处理多只股票的交易,链表以交易代码的序号进行排序。 4、增加用户数据系统的接口程序,包括修改用户名密码等,包括不能透支等。 -1, modify the data structure, in
cPP
- 用Visual C++实现局域网IP多播,在局域网中,管理员常常需要将某条信息发送给一组用户。如果使用一对一的发送方法, 虽然是可行的,但是过于麻烦,也常会出现漏发、错发。为了更有效的解决这种组通信问题 ,出现了一种多播技术(也常称为组播通信),它是基于IP层的通信技术。-Using Visual C++ LAN IP multicast in the LAN, administrators often need to send a message to a group of users. If
DIFFERENTION-EVOLUTION-CPP
- 基于差分演化算法的源程序,非常好用。能处理多种函数优化问题。-Based on differential evolution algorithm source code, very easy to use. Able to handle a variety of function optimization problems.
CPP
- 21天学通C++中的源程序,已调试运行,希望对学习着有帮助。-21 Days C++ the source code has been debugging and running, I hope to learn a help.
Algorithms-Data-Structures-with-CPP
- Algorithms Data Structures with C++,内容非常实用,附带电子书和源代码-Algorithms Data Structures with C++。Content is very practical, with a book and source code
Data-structure-CPP-to-describe
- 这个是《数据结构C++描述》刘卫东译这本书的源码。个人觉得这本非常的好,非常浅显易懂的讲述了数据结构的知识点,以及结合C++对数据结构的算法等数据结构进行描述。对学习C++和数据结构二者都是非常有作用的。这本书值得去看下。-This is a " data structure C++ descr iption" Weidong translation source of this book. Personally feel this is very good, very
3_Essential-CPP
- Essential C++书本源码,和课本1-4章节的基本对应,已通过验证,都是初学时候照着书本的代码敲的代码-Essential C++ source books, textbooks and basic corresponding chapters 1-4, has been verified, according to the book are a novice when knocked code code
cPP-MFC-wuziqi
- 用c++ MFC设计一个小游戏,五子棋,里面详细步骤-C++ MFC design with a small game, backgammon, which detailed steps
learning-CPP-PPT
- 有一些C++的基础知识,从基础开始比如变量和数据类型,运算符和表达式等,最后讲述了C++的一个学生管理系统的例子。-There are some of the basics C++ the start with the basics such as variables and data types, operators and expressions, etc., and finally tells C++ example of a student management system.
CPP
- 首先实现从性状到基因的映射,即编码工作,然后从代表问题可能潜在在解集得一个种群开始进行求解。 -First, a trait genes mapped to that coding work, and representatives of the problem may have potential in the solution set of a population begin to solve it.
nature.cpp
- Its a nature picture made with opengl computer graphics
CPP
- C++编写的各种小程序,有网络变成,输入输出,供大家学习。-C++ prepared by a variety of small programs, have become a network, input and output, for everyone to learn.