搜索资源列表
-
3下载:
二阶倒立摆的simulink模型建模仿真。以及初始化代码-second inverted pendulum the Simulink modeling simulation. And initialization code
-
-
0下载:
通过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
-
-
0下载:
ARM编程特别是系统初始化代码的编写中通常需要实现中断的响应、解析跳转和返回等操作,以便支持上层应用程序的开发,而这往往是困扰初学者的一个难题。中断处理的编程实现需要深入了解ARM内核和处理器本身的中断特征,从而设计一种快速简便的中断处理机制。需要说明的是,具体的上层高级语言编写的中断服务函数不在本文的讨论范围之内-ARM programming particular system initialization code in preparation usually need to achiev
-
-
0下载:
《遗传算法理论应用与软件实现》中的初始化MATLAB源代码-"genetic algorithm theory and application software," the source code initialization MATLAB
-
-
0下载:
在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
-
-
0下载:
元胞自动机的虚拟程序
开发工具:Microsoft Visual Basic 6.0
运行平台:Windows OS
(VB编译,代码未优化,运行速度较慢)
词语解释:
CA,cellular automata,元胞自动机,或称细胞自动机。
模式(Pattern),多个细胞构成的一个状态组合。
模型:
维度,二维四方网格
细胞,两种状态(活、死);一个方格代表一个细胞。
邻居,Moore型(上、下、左、右、左上、右上、左下、
-
-
0下载:
用遗传算法估计伪随机码(PN序列),包含初始化,选择,交叉,变异-Is estimated by using genetic algorithms pseudo-random code (PN sequence), including initialization, selection, crossover and mutation
-
-
0下载:
数据结构的链栈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
-
-
0下载:
遗传算法中,初始化,编码,解码,选择,交叉,变异,倒位的源程序-Genetic algorithms, initialization, encoding, decoding, selection, crossover, mutation, inversion of the source code
-
-
0下载:
upd6464的初始化及使用代码,已经验证过-upd6464 initialization and use of the code has been verified
-
-
0下载:
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
-
-
0下载:
遗传算法在使用时首先要进行初始化,此为初始化的源代码-Genetic algorithms in use must first initialize the source code for the initialization
-
-
0下载:
利用二叉树结构实现赫夫曼编/解码器。
基本要求:
1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树
2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。
3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。
4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。
5、打印:以直观的方式打印赫夫曼树(选作)
6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
-
-
0下载:
2.4寸9325屏初始化代码,已经点亮过,效果很不错。-9325 2.4-inch screen initialization code has been lit, the effect is very good.
-
-
0下载:
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
-
-
0下载:
数据结构算法源码。链表的初始化、插入、删除、按值查找、等等操作-Source data structure algorithms. Initialization list, insert, delete, find by value, so operating
-
-
0下载:
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
-
-
0下载:
TRUETIME2.0的例子,分布式控制系统,程序经过调试,内包含各个节点的初始化以及任务代码。-TRUETIME2.0 example, distributed control systems, program debugging, each node contains the initialization and task code.
-
-
0下载:
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, ...
-
-
1下载:
实现手势识别 详见文件及注释
% 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
-