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

搜索资源列表

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. search

    0下载:
  2. A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:10.72mb
    • 提供者:xiaoxiao
  1. ch1example3prg1

    0下载:
  2. 单摆运动过程的建模和仿真,忽略空气阻力因素-Pendulum movement of the modeling and simulation process, ignore the air resistance factor
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:720byte
    • 提供者:王寅涛
  1. makeLdpc

    0下载:
  2. LDPC编码算法, Create R = 1/2 low density parity check matrix M : Number of row N : Number of column method : Method for distributing non-zero element {0} Evencol : For each column, place 1s uniformly at random {1} Evenboth: For each
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.18kb
    • 提供者:小刘
  1. SourceCode

    0下载:
  2. neural-network模型中,在產生一個輸出值前units轉換它們的net-input數值為一個activation value並視為一個中介的步驟。很多架構省略這個中介的步驟並且直接到輸出值的產生。在這裡,先忽略這個activation value的複雜度,我們首要的工作是output value輸出值的產生。我們以一個微分方程式的形式來表示一個unit的output value。就好像是生物學中所提的同等事物一樣,units的輸出值是時間的動態函數。-neural-network mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:78.06kb
    • 提供者:曾琪騰
  1. 6spline

    0下载:
  2. 返回系数估计向量;stats返回各种参数估计;’wfun’指定一个加权函数;tune为调协常数;’const’的值为’on’(默认值)时添加一个常数项;为’off ’时忽略常数项-Return coefficient estimate vector stats back to a variety of parameter estimation ' wfun' to specify a weighting function tune for the co-ordination
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9.84kb
    • 提供者:xiaowei
  1. Version_1p1_Final

    0下载:
  2. Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started. Advantages: - supports reading v2 files - doesn t require the NI DLL, thus it doesn t require 32bit windows - supports interleaved data - allows only r
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:42.47kb
    • 提供者:Hamlin DSouza
  1. 1000s--Factorial

    0下载:
  2. 输入不超过1000的正整数,输出n!=1X2X3....Xn的精确结果 1000!大约等于4*10^2567,因此可以用一个3000个元素的数组f保存,为了方便我们从低位起保存位数据,再倒序输出,即f[0]保存个位,其他类推 每次只需要模拟手算即可完成n!,输出时要忽略前导0-Enter a positive integer less than 1000, Output n! = 1X2X3 .... Xn accurate results 1000! Approximately equ
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:827byte
    • 提供者:李娜
  1. A_star

    1下载:
  2. c++实现的A*寻路算法,供菜鸟学习之用,老鸟无视之。-c++ implementation of the A* pathfinding algorithm for the rookie learning, fields and ignore it.
  3. 所属分类:Data structs

    • 发布日期:2015-04-27
    • 文件大小:1.28mb
    • 提供者:张晓一
  1. SA

    0下载:
  2. 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:38.23kb
    • 提供者:杨诗听
  1. 1111

    0下载:
  2. 二叉树的建立演示,可以将你输入的数字建立完全的二叉树-#include <stdio.h> #include <string.h> #include <windows.h> struct BTree { int data struct BTree* left struct BTree* right } //end struct BTree BTree* CreateLeaf(int number) {
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.12mb
    • 提供者:陈龙
  1. RD

    1下载:
  2. SAR成像的算法很多,以上文件为简单易懂的条带SAE成像RD算法。忽略距离徙动和距离弯曲的影响。-Many SAR imaging algorithm , the above file with SAE imaging RD algorithm is simple and easy to understand article . Ignore the range migration and distance bending .
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2.9kb
    • 提供者:丛彬滋
  1. four

    0下载:
  2. 计算成组滑动的滑窗检测器的最佳门限已知: 击中数N = 128, 组宽n = 8,PF = 10¡ 6,PD = 90 假设以下条件: (a) 信号不起伏 (b) 忽略天线波束调制 1 (c) 计算PD时忽略目标区以外噪声的影响 组门限(第二门限)为K=8 滑窗的门限(第三门限)为L=16 (滑窗中包含的组数为16) 求解: 最佳的KOPT 和LOPT,对这题做了具体仿真实现。需要的朋友,一定知道很有用。-Optimal threshold calculate
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:3.23kb
    • 提供者:ljr
  1. nonlisuanfa

    0下载:
  2. 单片机上一个十分有用的农历算法,可以算1900到2100年的农历,charecter有一些无关的字符,可以无视-A very useful Lunar algorithm on the microcontroller can be counted 1900-2100 Lunar charecter irrelevant characters, you can ignore
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:6.06kb
    • 提供者:黄尼玛
  1. nccmp

    0下载:
  2. 比较两个netcdf文件 1。通过添加内部ind2sub1函数remove函数依赖第三方 2。格式化文本-Descr iption NCCMP compares two netcdf files and prints the differences. This function is useful for testing mathematical forecasting or prediction models. USAGE: NCCMP(ncfile1,ncfile2)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3.95kb
    • 提供者:
  1. FindPrimeNumbers

    0下载:
  2. Write a C++ program that uses an array of n elements (where n is a user input) to determine and display the prime numbers between 2 and n, including n using the method described below. Ignore array elements 0 and 1. A prime number is any intege
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.6mb
    • 提供者:lam
  1. quasi-Newton-method

    0下载:
  2. 功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun respective
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5.27kb
    • 提供者:苗小楠
  1. NSGA-II

    0下载:
  2. NSGA是基于对个体的几层分级实现的。在选择执行 前,群体根据支配与非支配关系来排序:所有非支配个体被排成一类,这些被分级的个体共享它们的虚拟适应度值。然 后,忽略这组已分级的个体,对种群中的其它个体按照支配与非支配关系再进行分级,该过程继续直到群体中的所有个体被分级。(The NSGA is based on the individual layers of grading. Before selecting execution groups, according to govern with
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:153kb
    • 提供者:dimly啦啦啦
  1. Novo(a) WinRAR archive

    0下载:
  2. ignore this please pls
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1.8mb
    • 提供者:asfsdfasdf
  1. nanmedfilt2

    0下载:
  2. 均值滤波时能够忽略NAN的影响 对于影像处理有比较好的速度(Mean filtering can ignore the effect of NAN)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:zhucyclone
« 12 »
搜珍网 www.dssz.com