搜索资源列表
dolphin-0.2.10-src.zip
- Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; L
ReadFromStream
- 介绍IStream接口的代码,方便学习,很有参考价值
PictureStream
- 使用 IStream 装载显示jpeg,gif 等图形格式的封装
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Co
dolphin-0.2.10-src
- Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical ana
ReadFromStream
- 介绍IStream接口的代码,方便学习,很有参考价值-Introduction IStream interface code to facilitate learning, a good reference
PictureStream
- 使用 IStream 装载显示jpeg,gif 等图形格式的封装-Use IStream loading show jpeg, gif format, such as graphics package
WindowsMediaNetSamples-2008-Sept
- Samples\AsfCreate --- -- Creates an Asf or WMV file from a collection of bitmaps Samples\AsfNet -------------------- Sends the output of DirectShow capture graphs to a network port to be read by Window
arrays
- how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures
8_8
- 已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式: friend std::ostream& operator< (std::ostream&, const zrf_Ratio&) friend std::istream& operator>>(std::istream&, zrf_Ratio&) friend bool operator==(const zrf_Ratio&, con
9
- 实验目的:熟悉对输入/输出运算符的重载 实验内容: 熟悉对输入/输出运算符的重载-#include <iostream.h> class Time { public: Time (int hours = 0, int minutes = 0, int seconds = 0) friend istream & operator >>(istre
UnStg
- Sample class implements windows IStorage and IStream to save/load program configs in/from single file.
cxxtools-1.4.8.tar
- Cxxtools 源码, Cxxtools把大部分linux C 库函数封装成C++类。封装方法巧妙高效,可以用于学习和直接使用。-Cxxtools is a collection of general-purpose C++ classes. It includes classes for: * argument parsing * logging * wrappers for threa
2
- CIN的某些程序读取输入他们。示例数据文件的目录中的数据:文件的程序,使用该输入文件---- -------- use_equalrange use_equalrange use_find use_find箭头箭头使用- ostream的,国际核聚变实验堆使用- ostream的,国际核聚变实验堆iostream_iter iostream_iter使用-的IStream,国际核聚变实验堆当量-的IStream,国际核聚变实验堆反向国际
ReadFromStream
- This sample shows how to read data from an IStream with the Reader. The IStream source has been implemented to use a file in Windows Media Format (WMA/WMV/ASF).
cPP_IOStream
- c++_IOStream,iostream库的介绍和 istream,ostream类以 及cin,cout对象 -c++ _IOStream, c++ standard input output library iostream is a library, to class in the form of organization, using the first reference to the class library nam
CPPstream
- 描述C++输入输出流istream和ostream的用法,已经相应的类型说明和举例-C++ stream
runtime
- window 平台下面IStream输入流的复写功能,实现了流的输入,输出和复制功能!-the window platform below IStream replication function of the input stream, the stream of input, output, and copy functions!
cPP_IOStream
- c++_IOStream,iostream库的介绍和 istream,ostream类以及cin,cout对象 -c++ _IOStream, c++ standard input output library iostream is a library, to class in the form of organization, using the first reference to the class library namesp
class
- 人财政支出管理,因为我觉得这个程序非常实用,编完了以后自己也可以使用。按照原来的格式,是普通的结构化程序设计,而且是面向过程的,程序中没有使用类或对象,结构比较清晰。它使用了四个头文件都是来源于C语言的标准库函数,分别是:1 #include<iostream.h> 2 #include<fstream.h> 3 #include<conio.h> 4 #include<iomanip.h>