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

搜索资源列表

  1. gaoshixiaoyuan

    0下载:
  2. 高斯消元法,可以随意改变方程组的行列数,用数组来存储矩阵的系数-Gaussian elimination, can be changed at the ranks of the number of equations, using an array to store the coefficient matrix
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:1093
    • 提供者:甄巧
  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-06
    • 文件大小:2451
    • 提供者:zheng yan yu
  1. chap2

    0下载:
  2. 求数组中最大的一个元素,给出了最简单的一个实例,应运时之需要改变数字即可-calculator the max one
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:1315
    • 提供者:杨晓彬
  1. 123

    0下载:
  2. 一点关于树状数组和线段树的比较,比较肤浅-1:00 segment tree on the tree array and a comparison was quite superficial and
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7855
    • 提供者:mijing
  1. 2

    0下载:
  2. 1.请编写一个函数void fun(char *tt,int pp[]),统计在tt字符中"a"到"z"26各字母各自出现的次数,并依次放在pp所指的数组中。 2.下列程序定义了n×n的二维数组,并在主函数中赋值。请编写函数fun,函数的功能使求出数组周边元素的平均值并作为函数值返回给主函数中的s。-1. Please write a function void fun (char* tt, int pp []), statistics tt characters " a&qu
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:669
    • 提供者:荆玲玲
  1. xiangliangshuzu

    0下载:
  2. matlab 数组与向量教程 简单明了 清华出的书 数组与向量教程 简单明了 清华出的书-matlab ppt that s for the new learners.It s obiously easy to learn which produced by tising university.
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:22424
    • 提供者:litaibai
  1. experiment

    0下载:
  2. a. 熟悉MATLAB软件的用户环境,掌握其一般目的命令和MATLAB数组操作与运算函数-a. familiar with the MATLAB software, user environment, control its general purpose command and MATLAB array manipulation and calculation functions
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:8963
    • 提供者:caoweiwei
  1. 2

    0下载:
  2. 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:2216
    • 提供者:asdf
  1. a

    0下载:
  2. 该功能是把一个整数按大小顺序插入已排好序的数组中-This function is to insert an integer order of size has been sorted array
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:552834
    • 提供者:南岳
  1. gongzi

    0下载:
  2. 工资管理系统 利用单链表实现的学生管理系统不同的是,此工资管理系统主要利用数组来实现,其数组元素是结构体类型。-Payroll management system uses the singly linked list implementation of the student management system, this wage system array, the array element is a structure type.
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:496733
    • 提供者:么思阳
  1. matlab0

    0下载:
  2. matlab语言基本规则介绍,包括变量定义,数组声明,循环遍历等-The basic rules of the matlab language introduction, including variable definitions, array declaration, loop through
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:229976
    • 提供者:tongwenya
  1. c

    0下载:
  2. 系统学习C语言,包含指针,数组,函数等详细信息-A systematic study of the C language, including pointers, arrays, functions, etc. For more information
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:3198042
    • 提供者:蔡滇鸿
  1. orderof

    0下载:
  2. 简单数组升序排列,实现简单的升序功能 简单数 组升序排列,实现简单的升序功能-Simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple fu
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:1228
    • 提供者:zhouxiao
  1. Java_code_5

    0下载:
  2. 输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。-Input array, the greatest exchange with the first element, the smallest of the exchange, with the last element of the output array.
  3. 所属分类:File Formats

    • 发布日期:2017-11-14
    • 文件大小:6308
    • 提供者:小雨李
  1. javabeanlistMapSetJson

    0下载:
  2. java中把对象、对象bean、list集合、对象数组、Map和Set以及字符串转换成Json.rar-java in the object, the object bean list collection of an array of objects, Map and Set, and string convert Json
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:1594
    • 提供者:fox
  1. guanjianlujingwenti-

    0下载:
  2. 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:62872
    • 提供者:陌生,爱
  1. two-end-stack

    0下载:
  2. 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:1817
    • 提供者:ljy
  1. juzhen

    0下载:
  2. 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:821
    • 提供者:yangyang
  1. 77885

    0下载:
  2. 程序产生N个随机的整数,存放在数组a中。然后根据数组a建立线性链表, 再删除链表中所有重复元素,并输出无重复元素结点的链表结点的值 -Program generates a random integer N, stored in the array a. Then establish a linear list of the array,     Then delete all duplicate elements in the list, and output
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:1147
    • 提供者:shixiaobin
  1. bmp-chengxu

    0下载:
  2. 把黑白图像的灰度值数组用C语言保存成BMP格式的图像-The black and white image of an array of gray values ​ ​ stored in C language into BMP format image
  3. 所属分类:File Formats

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