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

搜索资源列表

  1. goods

    0下载:
  2. 包含cpp文件,说明文件,exe文件。C++程序,模拟商店货物管理。将商店的货物,定义为一个货物数组类,数组对象动态建立,初始为20个元素,不够用时扩充一倍。 用二进制数据文件建立数组元素对象,要求放在构造函数中,而文件的保存和关闭放在析构函数中。第一次运 行时,建立空的数据文件,由键盘输入建立数组元素对象,并写入文件,程序退出时,关闭文件;下一次运行 就可以由文件构造对象,恢复前一次做过的工作-contains documents, notes, exe. C procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50887
    • 提供者:张林
  1. TCL_learning

    0下载:
  2. TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the user to enter an operation ( e
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:434419
    • 提供者:王力
  1. nanka100ti

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS10.DAT中。 -ReadDat function () from a document ENG.IN read an article in English. credited to the string array xx; Plea
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:44638
    • 提供者:满玉
  1. scanf_twice

    0下载:
  2. 这是最简单的DFA实现,使用时注意修改文件路径!有兴趣的可以修改为一次文件扫描或者使用内存数组。-This is the most simple DFA realized, when used to modify file paths! Interested be revised to a document scanning or use memory array.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:967
    • 提供者:fun_zb
  1. hex

    0下载:
  2. This example program is provided to get to read the file into a byte array quickly. Then format the bytes and display them.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3124
    • 提供者:ling
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. Lightemplate

    0下载:
  2. 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else inclu
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5509
    • 提供者:mohc
  1. studentGred

    0下载:
  2. Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:260062
    • 提供者:ain
  1. pitchwatch

    0下载:
  2. function pitchwatch(x,Ts) Plot the pitch keys. pitchwatch(x,[Ts]) :: Syntax The array x is the input signal and Ts is the (optional) sampling period. Example on use: [x,Fs] = wavread( Hum.wav ) pitchwatch(x,1/Fs) :: Inf
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-09-29
    • 文件大小:99519
    • 提供者:michael4u2345
  1. student

    0下载:
  2. 这是大一老师让自己做的小程序,基本涵盖了C++书中的基本知识点,数组,输入输出文件流,排序,继承-This is the first year to allow teachers to do their own little program, basic C++ covers the basic knowledge of the book, the array of input and output file stream, sorting, inheritance, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3413
    • 提供者:shy
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. Heyy

    0下载:
  2. 读取DAT和txt文件的VC代码,存储在数组中,并能够实现数据的操作和文件的存储。-DAT, and txt files to read VC code stored in the array, and can achieve the data manipulation and file storage.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1905954
    • 提供者:
  1. 2-2

    0下载:
  2. 实现众数算法。 众数是数列中出现频数最高的数字。 实现从文件读取数列与数组长度,向文件输出结果与频数。-To achieve mode algorithm. Mode is the frequency of the number of the number of columns appear in the highest number. The number of columns to read from a file with the array length and frequency of
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:964
    • 提供者:ROLL
  1. Pipeline

    0下载:
  2. 程序解决了给定油井位置,求出一条东西向输油管道的位置,使之到各个油井的距离之和达到最小 //程序一次性读入11组测试文件,将油井纵坐标存储在动态开辟的pipey数组里,通过运用在数组中查找第K小个元素的算法找到了管道的最优位置 //最后求得最短距离后,将最终结果一次性存储到11个输出文件中。-Program to solve a given oil well location, find a location east-west pipeline, so that the distanc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1955
    • 提供者:秦文煜
  1. 1

    0下载:
  2. 本程序用于求256级灰度图片的信息熵,输出大小为256的数组用于统计各像素出现的次数,以及输出信息熵。而且同时输出到dos和文件RESULT.TXT-The procedure for seeking 256 gray scale image of the information entropy, the output size of 256 pixel array for the number of occurrences of various statistics and output en
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:208844
    • 提供者:林创明
  1. string-into-array

    0下载:
  2. 将字符和数字转换为字符串数组利用写入电子表格文件进行文件存储-array,write to spreadsheet file VI
  3. 所属分类:LabView

    • 发布日期:2017-11-05
    • 文件大小:9416
    • 提供者:李慧
  1. Get-hex-file

    0下载:
  2. Load Hexfile to array and write to I2C by USB8451
  3. 所属分类:LabView

    • 发布日期:2017-12-03
    • 文件大小:40668
    • 提供者:apichat
  1. extract-words-in-text-2-array-by-C

    0下载:
  2. 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
  3. 所属分类:ELanguage

    • 发布日期:2017-11-06
    • 文件大小:9445
    • 提供者:Louis
  1. array-pattern

    0下载:
  2. This package contains some matlab file for user defined array pattern. Also contain codes for directivity and gain.
  3. 所属分类:Editor

    • 发布日期:2017-04-03
    • 文件大小:352583
    • 提供者:quest
  1. Graph-Sine-Array-to-File

    0下载:
  2. graph sine array to file
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:10876
    • 提供者:Scott
« 12 3 »
搜珍网 www.dssz.com