CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文件流

搜索资源列表

  1. 流文件的打开和关闭.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:61473
    • 提供者:
  1. Compression

    0下载:
  2. 这是一个兼容C++标准的IO流接口,可以用于访问*.zip文件。(支持 压缩和解压缩)。-This a compatible standard C-IO interface, which can be used to visit *. zip file. (Support for the compression and decompression).
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:115772
    • 提供者:斯蒂芬
  1. 数据结构的文件读写

    0下载:
  2. 结构数据的读写是指从\"流\"文件中读取数据存入结构,或将结构数据写入\"流\"文件。我们可以用以下两种方法进行结构数据的文件读写-read and write data structure is defined as "the flow" paper read data are stored in the structure or structures to write data "flow" document. We can use the follo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7800
    • 提供者:王 艳
  1. fpgrowth

    1下载:
  2. 改代码为fp-growth的源代码,用于数据挖掘中的关联规则挖掘,已经通过调试,可以放心使用,只需要加入输入文件流-Change the code for the fp-growth of the source code for the data mining association rule mining have been through testing, you can rest assured that the use, only need to join the input file
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:873606
    • 提供者:胡飞
  1. UMAT-CREEP

    28下载:
  2. ABAQUS用户自定义流变本构模型子程序,附有验证INP文件,程序经调试通过。-ABAQUS user-defined subroutines rheological constitutive model, with verification INP file, the program adopted by the debugger.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-13
    • 文件大小:2410
    • 提供者:dushen
  1. kalman

    0下载:
  2. 基于卡尔曼滤波器的交通流量分析系统,输入方式采用.txt文件形式-Kalman filter based on the traffic analysis system
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1059
    • 提供者:
  1. LabVIEWshujuliupan

    1下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式及高速数据存储和回放。当发生大量的数据连续存储时,使用TDMS格式将数据高速有效的保存再tdms文件中。本软件可以使用仿真数据用于测试系统平稳流盘的速率,还可以采集真实的从NI DAQ板卡采来的数据,并将数据存储在硬盘上。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming models an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1672820
    • 提供者:天天一天天
  1. compress

    0下载:
  2. 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2627
    • 提供者:张彻
  1. SingleFileDataStorage1.4.1

    0下载:
  2. SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:478421
    • 提供者:王金其
  1. circle

    0下载:
  2. 适合算法课的圆排列问题,不用文件流的,VC可以编译但是提交到网络教室就不行了-Algorithm for the circular arrangement of course the problem, do not file stream, VC can be compiled, but to submit to the network room to die
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1276
    • 提供者:wjb
  1. rainflow_method

    3下载:
  2. 随机载荷统计中使用雨流法在matlab中的实现,及matlab的m文件-rainflow method
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2783462
    • 提供者:Anderson
  1. BHR

    0下载:
  2. BHR(BWT,Run Length Coding,Huffman组合)压缩和解压算法,基于文件流。-BHR compress algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:733787
    • 提供者:yancong
  1. Huffman

    0下载:
  2. 1.基本上已经完成压缩及解压缩操作的代码实现。 解压缩时关键还是文件流的操作,读取内容时采用逐字节读取,把0-255的十进制整数转化为二进制数,利用这些二进制数从哈夫曼树的根结点出发,0走左子,1走右子,找到叶子结点,把该叶子结点的下标写入新文件,最后处理有效位数不满8位的字节-1 basically completed the compression and decompression code implementation. Decompression is the key stre
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3432
    • 提供者:chenchen
  1. java8-stream-example

    0下载:
  2. java8的stream基本用法,利用文件流实现了对文本的批量处理,文本信息的统计及信息的正删改查。- Java8 stream of basic usage, using file stream to achieve a batch of text processing, text information statistics and information is deleted.
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:44233922
    • 提供者:sr
  1. Simple-test-tool

    0下载:
  2. 实现小学生多边形面积和周长问题的自动出题,自动校验答案,打分存入文件等简单功能,使用了简单的C++指针,继承与派生,多态,文件流等,是一道综合性很强的题目-Using the simple C++ pointer, inheritance and derived, polymorphism, file flow, is a comprehensive strong Of the title
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10605223
    • 提供者:李武
  1. HOF直方图

    0下载:
  2. 根据H-S算法计算出来的HOF和HOF,并根据光流方向分为12种,分为由x轴0到360度方向,在testof1文件里,可直接生成直方图。(According to the H-S algorithm, the HOF and HOF are calculated and divided into 12 kinds according to the direction of light flow, which are divided into 0 to 360 degrees from the X
  3. 所属分类:matlab例程

    • 发布日期:2019-05-22
    • 文件大小:32054272
    • 提供者:xueen
  1. M文件

    3下载:
  2. 格子boltzmann方法模拟在压力差驱动下的泊肃叶流,模拟效果较好。(poiseuille flow driven by pressure drop in x direction based on lbm method, this prog works very well.)
  3. 所属分类:仿真建模

    • 发布日期:2020-05-29
    • 文件大小:2048
    • 提供者:dlmufk
  1. matlab实现模拟交通流

    3下载:
  2. matlab代码 交通流元胞自动机仿真 双车道 如果需要改变车流密度在脚本文件中修改fp.(Matlab code traffic flow cellular automata simulation of two lanes If you need to change the traffic density, modify the FP in the scr ipt file.)
  3. 所属分类:matlab例程

  1. 应用fluent进行两相流的仿真

    4下载:
  2. 应用fluent进行两相流的仿真,内容充实具体,简易使用,是进行两相流仿真的一个很好的算例。pdf文件。(Using fluent to simulate two-phase flow, the content is rich and specific, easy to use, is a good example of two-phase flow simulation)
  3. 所属分类:数学计算

    • 发布日期:2020-07-01
    • 文件大小:3560448
    • 提供者:houxiaofang
  1. Liutex

    2下载:
  2. 针对tecplot导出的dat(point格式)文件进行处理(program(matlab) for data file exported by Tecplot,the data structure is POINT.After process data file,load the new file in the Tecplot.)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-06
    • 文件大小:1024
    • 提供者:血之影
« 12 3 4 5 »
搜珍网 www.dssz.com