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

搜索资源列表

  1. IniFileNew

    0下载:
  2. 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:51358
    • 提供者:随便看看
  1. bpc

    0下载:
  2. 大写变小写其他删除 按数组原有顺序把其他数据插入-capital lowercase other change to delete the original order by the array of other data insertion
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:926
    • 提供者:白鹏程
  1. mclolor

    0下载:
  2. 用VC写的一个小程序,用数组代替解空间树,可以实现图用m种颜色着色的问题。-VC write a small program used to solve the spatial array to replace the tree, can achieve a map m colors coloring problems.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13409
    • 提供者:蔡淑佳
  1. finish01

    0下载:
  2. 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15572
    • 提供者:蔡雷
  1. Sequence Randomizing

    0下载:
  2. 用VC实现随机打乱一个大数组,随机输出数组的各个元素,可以用来实现一帧图象输出均匀化-with VC random disrupted a large array output random elements of the array can be used to achieve a uniform image output
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:陈淑娟
  1. 计算分数的精确值

    0下载:
  2. 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1513
    • 提供者:姚紫欣
  1. Lcy2

    0下载:
  2. 图片不同角度显示,用数组来定位图片的角度,坐标用Random来产生!-Photo different angles, using photo array positioning point of view, using coordinates to generate Random!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1237
    • 提供者:阿义
  1. CS_MPFS

    0下载:
  2. 将网页转换成数组,放于c代码中,建立Webserver时可以用到。-website will be converted into an array, or in c code, the establishment of Webserver can use.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:3947
    • 提供者:尸尸
  1. pengli

    0下载:
  2. 算法分析 在系统初始化的时候给定最大需求数组Available[50],已分配数组Allocation[100][50],最大需求数组Max[100][50],用户手动输入进程数目,资源数目,最大资源量,已分配资源量,最大需求量; -analysis algorithm in the system initialization time to set the maximum demand Available array [50], has been allocated array All
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:周楠
  1. penglishuoming

    0下载:
  2. 算法分析 在系统初始化的时候给定最大需求数组Available[50],已分配数组Allocation[100][50],最大需求数组Max[100][50],用户手动输入进程数目,资源数目,最大资源量,已分配资源量,最大需求量; -analysis algorithm in the system initialization time to set the maximum demand Available array [50], has been allocated array All
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:周楠
  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:289962
    • 提供者:黄蕊
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. goods

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

    • 发布日期:2008-10-13
    • 文件大小:50887
    • 提供者:张林
  1. VB数组运用

    0下载:
  2. 一些VB中数组运用的例子,囊括了VB数组的大部分知识点.可供参考和调用.-some VB examples of the use of the array, the array includes most of the VB knowledge point. For reference, and use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:163124
    • 提供者:何生
  1. mul

    0下载:
  2. 此汇编程序可进行任意位数的相乘只需修改内数组的数值即可 此程序以1234与4567为例-compilation procedures can be arbitrary multiplication of the median only changes within the array of numerical procedures to be like 1234 and 4567 as an example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:
  1. 鞍点

    0下载:
  2. java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:2v
  1. 回旋矩阵

    0下载:
  2. 蛇行矩阵的实现,通过四个方向标志控制矩阵的转向,矩阵为正方形的整形数组-hunting Matrix achieved through four directional signs to control the matrix, the matrix of plastic square array
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7296
    • 提供者:lqyy1115
  1. Beampattern

    4下载:
  2. 麦克风阵列形成的波束beampattern图形,可调整麦克间距和信号带宽来得到需要的波束图-microphone array beam forming the beampattern graphics, Mike adjustable spacing and the signal bandwidth they need to beam map
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:876
    • 提供者:flyyynmgirl
  1. WLS

    0下载:
  2. 麦克风阵列的自适应波束形成Matlab仿真,麦克间距和信号带宽可调,采用最小均方自适应波束形成算法-microphone array of adaptive beamforming Matlab simulation, and signal spacing Mike adjustable bandwidth, using LMS adaptive beamforming algorithms
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2275
    • 提供者:杨杨
  1. TLS

    0下载:
  2. 麦克风阵列的TLS自适应波束形成算法仿真,麦克间距和输入信号带宽可调,通过调整参数达到需要的输出-microphone array of adaptive beamforming TLS algorithm simulation, Mike spacing and adjustable input signal bandwidth. by adjusting the parameters of the needs of the output
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2442
    • 提供者:杨杨
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com