CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 文件流 c

搜索资源列表

  1. C++程序设计语言实验三

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

  1. mytestc-0.0.1

    0下载:
  2. 基于C语言的小测试模型,可以不用修改原程序,重定向标准输入到文件,重定向标准输出到流,方便程序测试。 -Small test model based on C language, you can not modify the original program, redirect stdin to a file, redirect standard output to a stream to facilitate program testing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2101882
    • 提供者:linyoweb
  1. Lesson12Code

    0下载:
  2. c 文件流的操作,非常的详细,可以下载下来,通过调试,学习-C documents of the operation flow, very detailed, can download down through the debugging, and study
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:38392
    • 提供者:chenjd
  1. dk-good

    0下载:
  2. 自己编写的.pcap文件处理C代码,可以用来提取网络流量的统计特征,包括流开始时间、分组数量、流持续时间等。-c++ code for getting statistics characteristic of internet flows,including:flow start time,packet length,IAT and packet number.
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2133270
    • 提供者:刘阳
  1. flow

    1下载:
  2. 3、 流式IO(三) 编写C++程序完成以下功能: (1) 输入一个文本文件名; (2) 打开文件名,在该文件的每一行前面加上一个行号,保存在另外一个文本文件中。-Streaming IO (c) write C++ program to perform the following functions: (1) Enter the file name of a text (2) Open the file name, plus a line number in front of e
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-11
    • 文件大小:1024
    • 提供者:
  1. library

    0下载:
  2. 用C++编的小型图书管理程序,包含类,文件流的应用-With a series of small books C++ management program, contains a class file stream applications
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:37333
    • 提供者:
  1. area

    0下载:
  2. 题目源自于一个C++课程的大作业,要求处理三角形、矩形和圆形的周长、面积计算问题,要求分别用面向过程和面向对象的方法解决问题。本程序典型得运用了面向过程和面向对象的方法,对面向过程和面向对象的区别做了鲜明的对比。本例可对各图形的输入输出流做了重载,可从控制台或文件输入输出。-Topic from a C + + course big job, required to deal with triangular, rectangular and circular perimeter, area ca
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:23046
    • 提供者:lee
  1. DiskManager

    0下载:
  2. 磁盘管理工具。使用C++结合OpenCV编写,支持对普通文件及图像视频流的数据流进行存储并管理磁盘。-Disk Management tool. Use C++ combined OpenCV written support of ordinary files and image of the video stream data stream to store and manage the disk.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:19592364
    • 提供者:田金龙
  1. Log

    0下载:
  2. 以下两个例子,C#程序运行当中,分别以两个方式写日志,第一种是通过流的方式,第二种是通过文件的方式-write log
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:73969
    • 提供者:jiashan
  1. yuan1

    0下载:
  2. 主要用于文件的输入和输出,控制位宽,实现c++文件流-Mainly for file input and output, and control bits wide, implementation of c++ file streams
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:924
    • 提供者:gags
  1. Ford-Fulkerson-algorithm

    0下载:
  2. C语言编写的,用标号算法解决最大流问题,文件中有例子和结果,适合初学者学习使用。-Written in C language, with Ford-Fulkerson algorithm to solve the problem, a file with examples and results, suitable for beginners learning to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:19664
    • 提供者:谱算法
  1. P5

    2下载:
  2. 查找C源程序文件中控制流关键字(while, for, if)的出现位置。按出现顺序输出其出现的位置(用行数和在该行上第几个字符表示)。要求字符串常量中出现的关键字不应计算,同时该C程序满足下列规定: 1、该程序符合C语言语法要求。 2、双引号只会用在字符串常量中,其它地方不会出现双引号字符"。 3、程序中的所有标识符只由字母和数字组成。 4、程序中没有注释语句。-Find a C source file control flow keyword (while, for, if)
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-09
    • 文件大小:1024
    • 提供者:林明
  1. Stu

    0下载:
  2. 每个c语言初学者必做的学生成绩管理系统,里面都只用了很基本的c语法,没什么技术含量可言,纯碎为了巩固所学的c语法。文件流保存在相对路径下的student.dat文件中-Beginners will do each c language student achievement management system, which only use a very basic c grammar, no technical content at all, pure crushed in order to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:281580
    • 提供者:yang
  1. B1

    2下载:
  2. 学生成绩核算系统的设计与实现(25分) 课题内容: 设计一个学生成绩核算系统。能实现从文件中读取学生成绩资料,并提供成绩查询统计服务。 课题要求: (1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3770
    • 提供者:HXM
  1. adress-book-system

    0下载:
  2. C++以文件的输入输出流实现通讯录系统,主要功能为联系人的增、删、改、查等-C++ to document the input and output stream to achieve address book system, the main function for the contacts of the increase, deletion, change, check, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2224
    • 提供者:王雨
  1. IOCPDemo_NET_V1

    1下载:
  2. 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志(Examples include SocketAsyncEventArgs communicati
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3510272
    • 提供者:WHO ARE YOU
  1. UDF帮助文件的算例

    1下载:
  2. UDF帮助文件算列c语言程序,多相流控制方程的程序(UDF help file count c language program, multi-phase flow control equations program)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:雨&风
  1. MP3Compressor

    1下载:
  2. c# wav转mp3,自动识别wav文件码流(c# wav to mp3,auto discern wav file)
  3. 所属分类:其他

  1. string

    0下载:
  2. 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2636800
    • 提供者:夏天Ada
  1. FFmpeg_C#_Demo

    0下载:
  2. C#视频开发 ffMPEG视频拉流并保存到本地文件(C# video development ffmpeg video streaming and saving to local file)
  3. 所属分类:其他

    • 发布日期:2020-04-17
    • 文件大小:26694656
    • 提供者:redhawk
搜珍网 www.dssz.com