CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - isn

搜索资源列表

  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.5kb
    • 提供者:llr
  1. mapcalcArea

    0下载:
  2. 这个GUI程序让你测量面积和图像中路径的长度,实现了对面积和路径的测量。-a gui which allow measuring an areas size and a paths length on an image (map). You can calibrate the image scale. You place points using left mouse button and remove points & areas with right mouse button. Yo
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11.75kb
    • 提供者:royma
  1. snake

    0下载:
  2. 贪吃蛇,大家都知道了,这个界面有点粗糙。顺便请问一下axis的 drawmode 设为 normal  或  fast 有什么区别。-As we all known, this is the snake game. The GUI isn t very well. By all means, it is not bad to make it by MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:7.7kb
    • 提供者:Liu wen peng
  1. GUIDgenerator

    0下载:
  2. Generate type 4 (fully random) GUIDs to use in programs that might need them. Because it is type 4 it isn t based on network or current hardware.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:22.54kb
    • 提供者:Ben321
  1. dd

    0下载:
  2. shell sort is a rather curious algorithm, quite different from other fast sorting algorithms. It s actually so different that it even isn t an O(nlogn) algorithm like the others, but instead it s something between O(nlog2n) and O(n1.5) depending on i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:600byte
    • 提供者:sereen
  1. LPC_fin_speech

    0下载:
  2. 用线性预测编码进行语音压缩 - Speech compression using Linear Predictive Coding-LPC is the oldest and the most basic of modern speech coders. Its a lossy scheme. Playback quality isn t preserved in the process but it can be used in low bit-rate systems.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:289.21kb
    • 提供者:张盛浩
  1. prime_number

    0下载:
  2. The program makes a decision about the input number. If it is a pirme number, it will try to write it, 2 or 3 prime numbers addition. If it isn t a prime number, the program will end.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:30.24kb
    • 提供者:Adam Manyoki
  1. 2_egyabeces_hely_kesz

    0下载:
  2. The program makes a decision about the input number. If it is a pirme number, it will try to write it, 2 or 3 prime numbers addition. If it isn t a prime number, the program will end.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:34.38kb
    • 提供者:Adam Manyoki
  1. statistical-problem

    0下载:
  2. Descr iption: 计算机似乎生来就是干苦力的,不是吗?统计就是这种苦力中的一种,而如果你运气不好,刚好碰到有很多重复数据的时候,就更加令人感到乏味。那么,你的任务来了。现在,给你一列数 A1, A2, … An 。然后要你回答,对于给定的区间,里面到底有多少个不重复的数。 Input: 一个整数 T (T <= 10) ,表示有 T 组测试数据。 每组数据第一行是数 N (1 <= N <= 30000) 。 第二行有 N 个数 A1 A2 …
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8.89kb
    • 提供者:沙魄郎君
  1. recursion

    0下载:
  2. 快速排序,汉诺塔以及汉诺塔的演示,内码转换-the exchange of the ISN,Hanoi_show
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.94kb
    • 提供者:周阳
  1. c-student

    0下载:
  2. 用C语言开发,在进入系统之后将文件中的数据读取到内存中,然后再通过链表实现增删查改的功能-It can help you ,but that isn t well
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:chen
  1. Matrix-Checking-Functions

    0下载:
  2. Matlab Functions for determining if certaion matrix is: 1) Symmetric 2) Lower/Upper triangular (Unit/Strictly/Non-Strictly) 3) n-Banded 4) (Strictly) Diagonally Dominant 5) Isn t it positive definite
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2.51kb
    • 提供者:
  1. ACM_1.2.8

    0下载:
  2. Ignatius is doing his homework now. The teacher gives him some articles and asks him to tell how many times each letter appears. It s really easy, isn t it? So come on and AC ME.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:1.84mb
    • 提供者:chenhe
  1. array_min

    0下载:
  2. If the given array isn t a simple 1-D array, print an error -If the given array isn t a simple 1-D array, print an error
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:513byte
    • 提供者:Raouf
  1. blurring-image-using-gaussian-filter

    0下载:
  2. This source code can filter and deblur an image with gaussian filter. It can be used to improve the quality of an image when light condition for right and left hand of image isn t equal.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:756.2kb
    • 提供者:Abet
  1. winmd5free

    0下载:
  2. there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:262kb
    • 提供者:bondik
  1. nlconst

    0下载:
  2. COMPDIR computes a search direction in a subspace defined by Z. % [SD,dirType] = compdir(Z,H,gf,nvars,f) returns a search direction for the % subproblem 0.5*Z'*H*Z + Z'*gf. Helper function for NLCONST. SD is Newton % direction if possible. SD is
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:53kb
    • 提供者:mad_morris
搜珍网 www.dssz.com