搜索资源列表

  1. 插入和提取运算符的重载

    0下载:
  2. 在C++中运算符是一种特殊的函数名,其地位与函数一样,因此也可以定义成类的友元函数,为了便于对象的使用,利用类成员函数(运算符)的重载和友元的特性,为类的数据重载定义插入(<<)和提取(>>)运算符,以便于该类的对象使用cin和cout进行数据的输入和输出.-in C Operators is a special function name, its status and function, it can als
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5180
    • 提供者:王 艳
  1. 日期转换--小程序

    0下载:
  2. :先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9595
    • 提供者:要命
  1. masm3280

    0下载:
  2. 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130579
    • 提供者:好好
  1. cin_use

    0下载:
  2. cin程序的一个内幕,可能可以帮助很多人解决cin所产生的问题.不信你在程序中输入小数或字符试试.-cin an insider procedures, may be helpful to a lot of people to solve cin issues that arise. You do not believe in the proceedings or the importation of a small number of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5711
    • 提供者:JohnyLai
  1. c++123

    0下载:
  2. #include<iostream> using namespace std class ABC { private: double i,j public: ABC(int x,int y):i(x),j(y) {} ABC() {} double add() { return i+j } double jian() { return i-j
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:548
    • 提供者:飞鹰
  1. lyxcheng

    0下载:
  2. cout< \"input the n:\"<<endl cin>>n int *p=new int [n+1] int **m=new int *[n+1] int **s=new int *[n+1] for(int i=0 i<=n i++) { m[i]=new int [n+1] s[i]=new int [n+1] }
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:886
    • 提供者:zhang
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5141
    • 提供者:huangfeng
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:20031
    • 提供者:huangfeng
  1. 000

    0下载:
  2. #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:刘见锋
  1. Use_External_Code_in_LabVIEW

    0下载:
  2. This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Library Function Node and the CIN are the LabVIEW programming objects you use to call compiled code from text-based p
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1159245
    • 提供者:熊敏
  1. huisu

    0下载:
  2. out< \"please input the number of the nodes\"<<endl cin>>nodesNum cout<<\"please input the graph\"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) ci
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:120336
    • 提供者:李默
  1. 111

    0下载:
  2. 圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1419
    • 提供者:YF
  1. dongtaishuzu

    0下载:
  2. 动态申请一维数组 #include\"iostream.h\" void main() { int n,*array cin>>n array=new int[n] delete []array }
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2327
    • 提供者:1
  1. Use_External_Code_in_LabVIEW

    0下载:
  2. This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Library Function Node and the CIN are the LabVIEW programming objects you use to call compiled code from text-based p
  3. 所属分类:电子书籍

    • 发布日期:2024-06-05
    • 文件大小:1159168
    • 提供者:熊敏
  1. cin

    0下载:
  2. C++的输入输出函数功能演示,适合初学者研究。包含了一些细微的解释,可运行-C++ The input-output function feature presentation, suitable for beginners study. Contains some minor explanation of the operation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-05
    • 文件大小:238592
    • 提供者:chengguangwei
  1. character-cin

    0下载:
  2. Code Interface Node (CIN) That Converts a LabVIEW String to a C String, Modifies it, and Returns it as a LabVIEW String
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-05
    • 文件大小:21504
    • 提供者:cnc505
  1. Cin

    0下载:
  2. cin操作符的正确输入方法,新手用的时候经常会出错-failed to translate
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-05
    • 文件大小:7168
    • 提供者:hr
  1. analyze-cin

    0下载:
  2. C++中输入输出流的cin深入分析(上)-analyze cin of C++
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:18432
    • 提供者:qiuchaoyan
  1. CIN-8.6

    0下载:
  2. labview2012中没有CIN节点,可用此节点代替。-labview2012 has not a CIN interface,this one is its subsititude.
  3. 所属分类:软件工程

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:
  1. cin.get

    0下载:
  2. cin的用法总结 包括cin.get() getline()什么的-the sum up of using cin
  3. 所属分类:软件工程

    • 发布日期:2024-06-05
    • 文件大小:64512
    • 提供者:张彦彬
« 12 3 4 5 6 »

源码中国 www.ymcn.org