CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - file array

搜索资源列表

  1. management

    0下载:
  2. 应用C语言实现一个员工工作信息管理系统 主要任务是实现对一个员工的各类人员的相关信息进行输入 输出 列表等操作。主要技术是使用数组,将数据存储到二进制文件中-Application of C language implementation of a management information system staff main task is to achieve a staff of all categories of personnel to carry out the relevant
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:6543
    • 提供者:
  1. Lightemplate

    0下载:
  2. 调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -Call the method is simple, if else include support such as labels, may
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5379
    • 提供者:yin
  1. final.tcl.tar

    0下载:
  2. the file results in a traffic scnriao over number of nodes in x y array-the file results in a traffic scnriao over number of nodes in x y array
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:980
    • 提供者:suleman
  1. file2array

    0下载:
  2. 文件转数组源码,可以方便的用于将一个bmp文件,转换成数组,方便程序直接使用-Documents to an array of source code, can be easily used to a bmp file into an array of convenient procedures for direct use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:647
    • 提供者:两字词
  1. imsort

    0下载:
  2. Given  an  array  A[1,  n]  of  n  ≥  1  integers   the  problem  is  to  rearrange  the  elements  of  A  so  that  the  resulting  array  is  ord
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1033
    • 提供者:nuke88
  1. modified_search_ordered_array

    0下载:
  2. Problem Statement: Given an ordered array A[1, n] of n ≥ 1 integers with A[1] ≤ A[2] ≤ · · · ≤ A[n], and an integer x the problem is to determine integer i, 0 ≤ i ≤ n, such that 1) 1 ≤ i ≤ n and i is the largest index such that x ≥ A[i], and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1530
    • 提供者:nuke88
  1. Polynomial_Multiplication_And_Evaluation

    0下载:
  2. Prologue: The source code implements polynomial multiplication based on the polynomials given as input in ordered form and evaluates the value of resultant polynomial based on the value of constant given as input. Overview: The program is based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:nuke88
  1. tokyocabinet-lua-1.10.tar

    0下载:
  2. Tokyo cabinet C 库的Lua绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:111135
    • 提供者:Jim Abuma
  1. tokyocabinet-ruby-1.31.tar

    0下载:
  2. Tokyo cabinet C 库的 Ruby绑定代码API Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a sim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:98542
    • 提供者:Jim Abuma
  1. tokyocabinet-perl-1.34.tar

    0下载:
  2. Tokyo cabinet C库的Perl绑定代码API。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:60178
    • 提供者:Jim Abuma
  1. small-unix

    0下载:
  2. 用C语言模拟小型类UNIX文件系统, 文件系统被分成三个部分,依次为:位视图,I节点区和数据区。数据区被分成1024块,每块有1024个字节。用一个文件模拟外存,在程序中用数组分别模拟内存中的I节点,位图,文件系统。在每一次的操作中如果相应元素有变动,则对应在文件中更新输出相应数据。-Small classes in C language simulation UNIX file system, file system is divided into three parts, as follow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6619
    • 提供者:曲博
  1. my_subject

    0下载:
  2. 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:34100
    • 提供者:PZJ
  1. bttv-cards

    0下载:
  2. his file has configuration informations - card-specific stuff,like the big tvcards array for the most part.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:33383
    • 提供者:jklghn
  1. Lec5SamplePrograms

    0下载:
  2. this is a sample program for 3D array in c language...tis file is also warkin in linux progam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:1632
    • 提供者:prasanga
  1. qnoncontiguousbytedevice

    0下载:
  2. A QNonContiguousByteDevice is a representation of a file, array or buffer that allows access with a read pointer for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3102
    • 提供者:hahieriu
  1. SpinnerActivity

    0下载:
  2. Displays an Android spinner widget backed by data in an array. The array is loaded from the strings.xml resources file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3238
    • 提供者:qanfener
  1. maze

    0下载:
  2. 输入matrix文件,输出一个迷宫,比较简单的实现,输出文件是matrix。-convert the matrix file to a maze, use dymatic array implement the array printing, the max X and Y is 30 and 40
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5819
    • 提供者:Jerry Yan
  1. gdth

    0下载:
  2. Header file for the GDT Disk Array Storage RAID controllers driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:41724
    • 提供者:dubtbeng
  1. quotaio_v1

    0下载:
  2. The following structure defines the format of the disk quota file (as it appears on disk) - the file is an array of these structures indexed by user or group number.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:24302
    • 提供者:yekevei
  1. high_pass_filter_impl

    0下载:
  2. HighPassFilter implementation.An array of these are used to represent a map code addresses to line numbers in the source file. -HighPassFilter implementation.An array of these are used to represent a map code addresses to line numbers in the sourc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4590
    • 提供者:manspje
« 12 »
搜珍网 www.dssz.com