CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - IOstream

搜索资源列表

  1. IOstream

    0下载:
  2. C++Iostream打开文件关闭文件和操作文件-C convention open files and shut down operation of paper documents
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9.57kb
    • 提供者:吴堂
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:703.68kb
    • 提供者:zero
  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 } double cheng() { ret
  3. 所属分类:其它

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

    0下载:
  2. fopen在c++已经由有iostream来取代,对于popen呢? libexecstream正是这样一个库,它能够把运行的一个外部程序的输入、输出、错误当做一个iostream一样的对象来处理。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.65kb
    • 提供者:txf
  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
    • 文件大小:2.27kb
    • 提供者:1
  1. dongtai2wei

    0下载:
  2. #include\"iostream.h\" void main() { int n,**array cin>>n array=new int *[n] for(int i=0 i<n i++) { array[i]=new int[n] } array[n-1][n-1]=3 cout<<array[n-1][n-1]<<endl }
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:1
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. debugmalloc

    0下载:
  2. #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HE
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:2.86kb
    • 提供者:liucj
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809byte
    • 提供者:糊涂
  1. Hanoi(gray)

    0下载:
  2. //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10-//Gray code to use the method#
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:958byte
    • 提供者:Campbell
  1. Primer

    0下载:
  2. C++ Primer的随书源代码,拉 基 源 码 -#include <iostream.h> #include <fstream.h> #include <string>
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:348.05kb
    • 提供者:周椿尧
  1. triangle

    0下载:
  2. Small program for beginners demonstrating the use of loops and iostream + iomanip libraries.-Small program for beginners demonstrating the use of loops and iostream+ iomanip libraries.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:benjy
  1. iostreamdemo

    0下载:
  2. iostream demo 输入(Input)和输出(Output)-iostream demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:37.29kb
    • 提供者:fish
  1. chaofan

    0下载:
  2. #include<iostream> using namespace std int s[100005] int main() { int i,j,k,sum,n while(scanf(" d",&n)!=EOF) { for(i=0 i<n i++) scanf(" d",&s[i]) sort(s,s+n) for(i=sum=0 i<n i++) { sum += s[i] * (n - i)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:273.23kb
    • 提供者:七七十四
  1. samlple

    0下载:
  2. 简单路径,#include "stdafx.h" #include <iostream> #include <fstream> #include <queue> #include <stack> using namespace std struct ArcNode { int adjvex ArcNode *nextarc } typedef char VertexType
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11.56kb
    • 提供者:张宏
  1. C++_INPUT_OUTPUT[iostream]

    0下载:
  2. C++ INPUT_OUTPUT using iostream in console application
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:342.07kb
    • 提供者:Good Muyis
  1. edatest

    0下载:
  2. 一个在MFC中使用IOStream IO实现高效文件流操作的小例子-a sample of highly efficient document IO access in MFC
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:59.48kb
    • 提供者:皮佳
  1. IOStream

    0下载:
  2. 本代码主要用于实现数据流传输,本人能力有限代码不好。
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:16.93kb
    • 提供者:jie
  1. iostream.h

    1下载:
  2. 本文主要介绍iostream.h对应头文件的功能介绍和使用方法。 -This paper introduces the iostream.h header file corresponding to the function of introduction and use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:162.8kb
    • 提供者:王小龙
  1. c-P-P-lexical-analysis

    0下载:
  2. c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2.79kb
    • 提供者:李亚茹
« 12 3 4 5 »
搜珍网 www.dssz.com