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

搜索资源列表

  1. shuzhifenxi2

    1下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1065
    • 提供者:张涛
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. Kmean_cluster

    0下载:
  2. 进行基于最大最小方法和K均值结合的分类方法 并画出具体的分类情况,对二维数组具有鲁棒性。-Based on max-min method and combination of K-means classification method and draw a specific classification of two-dimensional array with robustness.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2947
    • 提供者:cai
  1. move

    0下载:
  2. 贪食蛇. 对于二维数组的认识.及一些小游戏的做法有一个简单的了解-贪食蛇. The understanding of two-dimensional array. And the practice of some small game has a simple understanding of
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:201636
    • 提供者:adsee1
  1. tc_3

    0下载:
  2. 该工程的功能是根据输入的二维数组的长度输出魔方数组-The project is based on the importation of the functions of the two-dimensional array length of the output array cube
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7925
    • 提供者:问路人
  1. twl

    0下载:
  2. 当然用另外一种直观的方法就是把全部的方块结构都声明为一个最大的那个二维数组,这个是最简单的方法,但是这样会浪费很多的空间,不能够较为接近的表达这种结构,我又否决了。 -Of course, with another kind of intuitive way forward is for the all of the box structure for a declaration that the largest two-dimensional array, this is the simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3597
    • 提供者:黄俊
  1. migong

    0下载:
  2. 迷宫求解,数据结构,用二维数组存储迷宫,回朔法-Maze solving, data structure, with two-dimensional array storage maze, back to New Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1441
    • 提供者:lirunxe
  1. quxian

    0下载:
  2. 用CVI编写的对二维数组进行曲线拟和的程序。在工程中是很实用的。可拟和为直线、多项式或指数。用户需有CVI环境才可使用。-CVI prepared using two-dimensional array of curve fitting procedures. In engineering is very practical. Can be and as a straight line, polynomial or index. Users need only be used CVI envir
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6954
    • 提供者:邱守信
  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:855
    • 提供者:zzd
  1. clear

    2下载:
  2. 清除数字游戏:计算机生成一个1-100范围内的5×5的二维数组 游戏开始时,计算机给出一个数字a,由玩家从该二维数组中选择两个数字 如果两者之和为a,则将这两个数字清除(相应数组元素置0) 然后计算机再给出一个数字b,由玩家再次从剩下的数组中选择两个数字 看是否能清除,依次进行直到数组中所有数字被清除,最后计算机显示游戏时间。-Clear numbers game: a computer-generated 1-100 within the scope of 5 × 5 game
  3. 所属分类:Other windows programs

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

    0下载:
  2. 读者可以找到有用的找出一个二维数组中的马鞍点程序-Readers can find useful to find a two-dimensional array of saddle-point procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2918
    • 提供者:王碧玲
  1. Cchengxu

    0下载:
  2. 这个程序包包括了C语言中的一些常见的程序,如阶乘,读取二进制文件,递归,二维数组平均值排序等几十个程序。有了这些程序,会更好的进行科学计算-This package includes the C language of some common procedures, such as factorial, read binary files, recursion, sorting, such as the average of two-dimensional array of dozens of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:14643
    • 提供者:郭韬
  1. cache

    0下载:
  2. 通过测试一个巨型二维数组的运算时间,考查Cache对程序性能的影响。同时对实验结果进行了仔细分析.-Passed the test of a giant two-dimensional array of computing time, to examine Cache impact on performance. At the same time, experimental results were carefully analyzed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:159766
    • 提供者:Liu
  1. recursion_formation

    0下载:
  2. 用于产生所有排列情况的二维数组,其中用到了递归的基本算法。-Arange algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:841
    • 提供者:陈鹏宇
  1. data

    0下载:
  2. 二维数组数据拟合,拟合受两个量影响的信号的波形-Two-dimensional array of data fitting, fitting by the volume of the impact of the two signal waveforms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:12432
    • 提供者:陈淼
  1. shuffle

    0下载:
  2. 洗发牌模拟程序: 一副扑克牌有54张,为简单起见,这里撇去大小王不计,剩下52张扑克共4种花色:红桃(Heart),方块(Diamond),梅花(Club),黑桃(Spade),其ASCII码分别为3,4,5,6,扑克牌的面值则有十三种:A(Ace),两点(Deuce),三点(Three),四点(Four),五点(Five),六点(Six),七点(Seven),八点(Eight),九点(Nine),十点(Ten),丁钩(Jack),皇后(Queen)与老K(king)。 发牌过程要求随即
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:673
    • 提供者:学习生
  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. c51erweishuzu

    0下载:
  2. c51二维数组的应用及分析(编译除错,调试除错)-c51 two-dimensional array of applications and analysis (compiler debugging, debugging debugging)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:天健
  1. two-dimensional

    0下载:
  2. 二维数组的操作运算,求出二维数组的非对角线元素之和-The operation of two-dimensional array of computing, to derive two-dimensional array of non-diagonal elements and
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-06
    • 文件大小:538570
    • 提供者:赵国振
  1. disk

    0下载:
  2. 操作系统磁盘空间分配与回收,用户可以定义柱面数,扇区数,磁道数,然后用一个二维数组存放相对应用户分配的相对物理块号,即数组weishi[][]。程序中定义内部类记录进程,当输入相应的用进程名时,给相应分配为物理块,记录盘块数据。当回收用户盘块时,只需输入进程名,即可回收其占用的盘块并置位示图相应号为0。-Operating system disk space allocation and recovery, users can define the number of cylinders, se
  3. 所属分类:OS Develop

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