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

搜索资源列表

  1. 二阶倒立摆建模仿真

    3下载:
  2. 二阶倒立摆的simulink模型建模仿真。以及初始化代码-second inverted pendulum the Simulink modeling simulation. And initialization code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10491
    • 提供者:唐墨
  1. BPSAN

    0下载:
  2. 通过BP神经网络学习一个3维的函数的源代码,为加快速度,程序初始化的为已经经过学习的得到结点权值,如果预设为随机值,将重新学习。-BP neural network through a three-dimensional study of the function of the source code to speed up, the initialization procedure for the study has already been node weights, if limited
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1864
    • 提供者:lionheart
  1. LMSmatlab

    0下载:
  2. ARM编程特别是系统初始化代码的编写中通常需要实现中断的响应、解析跳转和返回等操作,以便支持上层应用程序的开发,而这往往是困扰初学者的一个难题。中断处理的编程实现需要深入了解ARM内核和处理器本身的中断特征,从而设计一种快速简便的中断处理机制。需要说明的是,具体的上层高级语言编写的中断服务函数不在本文的讨论范围之内-ARM programming particular system initialization code in preparation usually need to achiev
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:36871
    • 提供者:wangjun
  1. GA_INIT2

    0下载:
  2. 《遗传算法理论应用与软件实现》中的初始化MATLAB源代码-"genetic algorithm theory and application software," the source code initialization MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:张巍然
  1. string

    0下载:
  2. 在VC6.0环境下,用C实现串的基本操作:初始化串、求串长、比较两串大小、测试串是否为空、取子串、统计串中某子串个数等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, using C string realize the basic steps: initialization string, and string length, comparing two strings of size, to test whether the string is emp
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:9031
    • 提供者:shuiyeshan
  1. CellAuto

    0下载:
  2. 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:106818
    • 提供者:iDo4LT
  1. GA-PNestimation

    0下载:
  2. 用遗传算法估计伪随机码(PN序列),包含初始化,选择,交叉,变异-Is estimated by using genetic algorithms pseudo-random code (PN sequence), including initialization, selection, crossover and mutation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2960
    • 提供者:defang
  1. lianzhan

    0下载:
  2. 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:22500
    • 提供者:张尚
  1. Genetic

    0下载:
  2. 遗传算法中,初始化,编码,解码,选择,交叉,变异,倒位的源程序-Genetic algorithms, initialization, encoding, decoding, selection, crossover, mutation, inversion of the source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9329
    • 提供者:邓延丽
  1. upd6464

    0下载:
  2. upd6464的初始化及使用代码,已经验证过-upd6464 initialization and use of the code has been verified
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1246496
    • 提供者:许玲燕
  1. powctrl

    0下载:
  2. This manual describes the use of the Matlab/Simulink-based [The Mathworks, 2001] simulator TRUETIME, which facilitates co-simulation of controller task execution in real-time kernels, network transmissions, and continuous plant dynamics. The si
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1601
    • 提供者:jok
  1. initializega

    0下载:
  2. 遗传算法在使用时首先要进行初始化,此为初始化的源代码-Genetic algorithms in use must first initialize the source code for the initialization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1520
    • 提供者:章颖
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. 9325

    0下载:
  2. 2.4寸9325屏初始化代码,已经点亮过,效果很不错。-9325 2.4-inch screen initialization code has been lit, the effect is very good.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1753
    • 提供者:ben
  1. Skin

    0下载:
  2. BRC MATLAB code for BRC.fig BRC, by itself, creates a new BRC or raises the existing singleton*. H = BRC returns the handle to a new BRC or the handle to the existing singleton CALLBACK ,hObject,eventData,handles,...) calls the local function n
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:141535
    • 提供者:prabhu
  1. structure-course-source-code

    0下载:
  2. 数据结构算法源码。链表的初始化、插入、删除、按值查找、等等操作-Source data structure algorithms. Initialization list, insert, delete, find by value, so operating
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:44909
    • 提供者:lh
  1. labeling-code

    0下载:
  2. Read video into MATLAB using aviread and alculate the background image . Initialization for Kalman Filtering. Calculate the difference image to extract pixels with more thanthreshold change. and Plot the tracking rectangle after Kalman filtering
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1353
    • 提供者:jack
  1. CODE

    0下载:
  2. TRUETIME2.0的例子,分布式控制系统,程序经过调试,内包含各个节点的初始化以及任务代码。-TRUETIME2.0 example, distributed control systems, program debugging, each node contains the initialization and task code.
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:15692
    • 提供者:段锐
  1. K_means

    0下载:
  2. function varargout = K_means(varargin) % K_MEANS M-file for K_means.fig % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ...
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:夕研
  1. sssb

    1下载:
  2. 实现手势识别 详见文件及注释 % Edit the above text to modify the response to help ShowNShot % Last Modified by GUIDE v2.5 11-May-2012 20:53:53 % Begin initialization code - DO NOT EDIT(Realization of gesture recognition % SHOWNSHOT MATLAB code for Sh
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-14
    • 文件大小:34816
    • 提供者:tewtrwe
« 12 3 »
搜珍网 www.dssz.com