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

搜索资源列表

  1. F74966214_1

    0下载:
  2. 在cmd介面實做出老鼠走迷宮,可從迷宮逃出-In the cmd interface really make a mouse Maze, escaped from the Maze
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:45046
    • 提供者:a031rex
  1. color1

    0下载:
  2. 给定无向连通图G和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点 着一种颜色。是否有一种着色法使G中每条边的2个顶点着不同颜色。这个问题是 图的m可着色判定问题。若一个图最少需要m种颜色才能使图中每条边连接的2个 顶点着不同颜色,则称这个数m为该图的色数。求一个图的色数m的问题称为图的 m可着色优化问题。 -Given an undirected connected graph G, and m kinds of different colors. With thes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:10698
    • 提供者:lirui
  1. abfilter

    1下载:
  2. 建立一个先做匀减速直线运动,然后做匀速转弯运动的模型,对该模型添加噪声,然后进行alpha-beta滤波。并进行对比-The establishment of a uniform deceleration do first linear motion, and then make uniform turning movement model, the model to add noise, and then alpha-beta filter. And comparison
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1462
    • 提供者:李云龙
  1. LM2576T

    0下载:
  2. lm2576t芯片的使用手册,帮助你早日做出产品-lm2576t chip manual to help you make the product as soon as possible
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1056332
    • 提供者:左斯阳
  1. GUI_4

    0下载:
  2. Demonstrate how to make a multiline editbox. Produces a GUI with an editbox on the left and a listbox on the right. The user is invited to enter text into the editbox, either hitting return at the end of each line or letting it wrap automati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1129
    • 提供者:techspaceofatul
  1. ant

    0下载:
  2. 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短-TSP (Travelling Salesman Problem, abbreviated TSP, also known as the traveling salesman problem): with n cities and th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6080
    • 提供者:hepeng
  1. MATLABfunctionoptimization

    0下载:
  2. 解压后可以直接运行。打包里面的材料包括了1元2元三元的函数优化(都是采用二进制实现的)主要是用来实现函数的优化,具体在代码里面有详细说明。-the file is make for the beginner of learning matlab .I hope it can help you !
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:24679
    • 提供者:liuruitie
  1. 2.3

    0下载:
  2. 这是恒好的代码,请大家好好利用他,谢谢了,我眼下在-This is the constant good code, please make good use of him, thank you, I now in
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5205
    • 提供者:zzz
  1. huffman_coding

    0下载:
  2. 本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1622
    • 提供者:刘晓明
  1. redball

    0下载:
  2. 人工创建一个红色的圆球,根正苗红的圆球,-make a red ball
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:651
    • 提供者:grin
  1. SHAOXIANGBAIFO

    2下载:
  2. 1、指标信号,仅当参考;理解理念,才更重要!指标中大阳支撑的理念,请大家适当参考;其余提示信号,均可只当戏玩,不可生搬硬套! 2、【烧香拜佛】指标极其简单,不可单独使用,请结合盘面热点、板块龙头等情况,综合考虑目标的机会。 3、该指标对于进入主升浪、台阶式上涨的目标,最为有效! 下面给出大智慧L2、飞狐、通达信三种常用软件的版本源码,请需要的朋友适当参考。 -1, indicator signal, only when the reference understand the co
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:954
    • 提供者:ZJM
  1. DivideAndConquer_Algo

    0下载:
  2. 1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1940
    • 提供者:zelda
  1. as

    0下载:
  2. 继续地被总计的一个走廊中有 n 锁柜从 1 对 n。最初,所有的锁柜门被关闭。你制造锁柜的 n 途径,每次出发与锁柜#1.在 ith 途径上, i = 1,2, .。。, n,你拨动每 ith 锁柜的门:如果门被关闭,你打开它,如果它是公开,你关它。举例来说,在第一的个途径每扇门之后是公开;在第二途径上你唯一的拨动偶数锁柜 (#2, #4, ...) 以便在第二途径之后,平坦的门被关闭,而且奇数的被打开;第三次经过你结束锁柜#3(从第一途径打开)的门,打开锁柜#6(关闭从第二途径)的门,等等。在
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:2066176
    • 提供者:竹孤木
  1. spectrum

    2下载:
  2. 给出正弦加噪函数,通过FFT,DTFT,做频谱变化,幅度谱和相位谱。-Sine plus noise function is given by FFT, DTFT, make changes in the spectrum, amplitude spectrum and phase spectrum.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5275
    • 提供者:
  1. makeH

    1下载:
  2. 通过一个循环方阵A来构造准循环LDPC码的校验矩阵H-make H in QC-ldpc
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:696
    • 提供者:绝版唱片
  1. Lomb-Scargle

    0下载:
  2. FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t. The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:8415
    • 提供者:csar
  1. Lomb-Scargle

    0下载:
  2. FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t. The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7836
    • 提供者:csar
  1. ts054048

    0下载:
  2. 这本书贴近读者,语气亲切自然,内容完全参照典型的MBA课程设置乡 排并浓缩其精华,用简单易懂的方法,对关键的概念和技巧做了深入浅出亡 解释,并充分利用富有说服力的案例加以说明。同时,删除了那些看似神秘 但商业人士在现实生活中一般用不到的部分-This book is close to the reader, warm natural tone, content, all based on a typical MBA curriculum concentrates the essenc
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:420018
    • 提供者:范红朴
  1. heap_sort

    0下载:
  2. heap sort is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure tha
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2348
    • 提供者:sereen
  1. insertion

    0下载:
  2. is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure that the sort
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1066
    • 提供者:sereen
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com