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

搜索资源列表

  1. Encryption

    0下载:
  2. This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:Jolanta
  1. doc1116

    0下载:
  2. The AT24C512 provides 524,288 bits of serial electrically erasable and programmable read only memory (EEPROM) organized as 65,536 words of 8 bits each. The device鈥檚 cascadable feature allows up to four devices to share a common two-wire bus. The
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:480234
    • 提供者:SAP
  1. zhaobeibaoshuzu

    0下载:
  2. 2.1寻找背包数组及遍历工具写法图文演示! -2.1 Array and find backpack traverse graphic demonstration of writing instrument! 2.1 Array and find backpack traverse graphic demonstration of writing instrument!
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:561305
    • 提供者:郑祥
  1. twodimensionalarray

    0下载:
  2. 分配变长二维数组,分配后以后可动态增减;以供大家分享-Variable-length distribution of two-dimensional array, after the distribution may be dynamic changes in the future for everyone to share
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:2621
    • 提供者:cdzz
  1. Thransform

    0下载:
  2. 这是个小程序用于将数组转置,可以在学习线性代数时应用,-this methord used to thransfor array.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:1029
    • 提供者:yanxian
  1. b

    0下载:
  2. 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2451
    • 提供者:zheng yan yu
  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9325
    • 提供者:邓彭成
  1. Application

    0下载:
  2. 编写Application和Applet程序,实现:将上学期所学的各门课程的名称及考试成绩的信息用数组存放,并在for(或while)循环中利用排序算法,将成绩进行升(或降)序排列,最后输出排序后的课程成绩。-Application and Applet preparation procedures, achieve: The last semester of study by the name of the course and examination results with an arr
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:邓彭成
  1. 123

    0下载:
  2. 常见的几种数据格式转换,例如16进制字符串转化为16进制字节数组-Several common data format conversion, such as 16 into a hexadecimal string of 16 hexadecimal byte array
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1628
    • 提供者:
  1. IBM_maintenance_manual

    0下载:
  2. 用于IBM小型机维护方面的入门者参考,尤其是硬件维护和阵列维护-IBM Minicomputer for the maintenance of the beginners reference, in particular the maintenance of hardware maintenance and array
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2596984
    • 提供者:狼孩
  1. 28

    0下载:
  2. 先创建文本文件IN.DAT,在文件中写20个四位整数。 编写函数readDat()把从文件中读出这些数并存入数组a中;编写函数Calvalue( ), 其功能要求: 1. 求出这文件中共有多少个正整数totNum 2. 求这些数右移1位后, 产生的新数是偶数的数的个数totCnt, 以及满足此条件的这些数(右移前的值) 的算术平均值totPjz。 最后在main( )函数中把所求的结果输出。-First create a text file IN.DAT, wrote
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:田勇
  1. sdcard

    0下载:
  2. 基于现场可编程门阵列的软核处理器的SD卡读写设计底层读写-Based on field programmable gate array of soft-core processor design of the bottom of SD card reader to read and write
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:14959
    • 提供者:阮大铭
  1. ccode

    0下载:
  2. 有15个数按由小到大顺序放在一个数组中,输入一个数,要求用折半查找法找出该数是数组中的第几个元素的值,如果该数不在数组中,则打印出无此数-15 the number of small to large order placed by an array, enter a few, require half the number of search method is to identify the array elements in the first few values, if the num
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:2578
    • 提供者:马玉莲
  1. chaos_paper2

    0下载:
  2. 基于现场可编程门阵列技术的混沌数字通信系统——设计与实现-Based on field programmable gate array technology Chaotic Digital Communication System- Design and Implementation
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:228007
    • 提供者:wang
  1. cal_k

    0下载:
  2. calculate the DFT Coeff index array
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:573
    • 提供者:tanxiaoxuan
  1. OK-Upload

    0下载:
  2. Easy form by upload files using array.
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:822
    • 提供者:raycillo
  1. CDNArticuloParte2

    0下载:
  2. Part 2 .- Atomicity of transactions using an array of ClientDataSets in Delphi 2007 for Win32
  3. 所属分类:Development Research

    • 发布日期:2017-04-07
    • 文件大小:71426
    • 提供者:Jose
  1. Adaptive_minimum_bit_error_rate_multitarget_array_

    0下载:
  2. Adaptive minimum bit error rate multitarget array algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:217398
    • 提供者:刘英超
  1. C_array

    0下载:
  2. c array(basic c programming)
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:14104
    • 提供者:温耀文
  1. Evenodd

    0下载:
  2. To tell whether the elements of array are even or o-To tell whether the elements of array are even or odd
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:732
    • 提供者:Abdul Wahab
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com