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

搜索资源列表

  1. 20050425_a_ordermake

    1下载:
  2. 一个西门子变频器控制代码的生成程序,主要用于DSP控制,除了调试用的iostream.h头文件,没有其他任何头文件,可以方面的运用与各种DSP,也可以移植到windows和linux下。 -a Siemens inverter control code generation process, mainly for the DSP control, in addition to commissioning the first iostream.h documents, no other fil
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:15323
    • 提供者:李剑
  1. IOstream

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

    • 发布日期:2008-10-13
    • 文件大小:9798
    • 提供者:吴堂
  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
    • 文件大小:720567
    • 提供者:zero
  1. iostream.hiiostream

    1下载:
  2. iostream.h和iiostream的区别iostream .h和iiostream的区别iostream .h和iiostream的区别-iostream.h and iiostream distinction and ii iostream.h ostream distinction iostream.h and iiostream distinction iostrea m.h and iiostream distinction iostream.h and the differenc
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1641
    • 提供者:包杰
  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
    • 文件大小:548
    • 提供者:飞鹰
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8550
    • 提供者:Demonic
  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7602
    • 提供者:Demonic
  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<<\"error!\"<<endl abo
  3. 所属分类:软件工程

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

    0下载:
  2. #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1702
    • 提供者:华盛
  1. dv

    0下载:
  2. #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2090
    • 提供者:华盛
  1. libexecstream-0.3.tar

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

    • 发布日期:2008-10-13
    • 文件大小:30359
    • 提供者:txf
  1. 1111111111111

    0下载:
  2. c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3203
    • 提供者:鲍帅
  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. c

    0下载:
  2. /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includelt; Math.hgt; Int cc = 0
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:8045
    • 提供者:白天
  1. C++_INPUT_OUTPUT[iostream]

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

    • 发布日期:2017-04-17
    • 文件大小:350280
    • 提供者: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
    • 文件大小:60908
    • 提供者:皮佳
  1. IOStream

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

    • 发布日期:2017-03-27
    • 文件大小:17334
    • 提供者: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
    • 文件大小:166707
    • 提供者:王小龙
  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
    • 文件大小:2853
    • 提供者:李亚茹
  1. iostream

    0下载:
  2. iostream 类是介绍iostream中各种方法的实例-this is iostream classes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-10-30
    • 文件大小:460412
    • 提供者:feiyun
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com