搜索资源列表

  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encry
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:549888
    • 提供者:王冰
  1. 自适应(Adaptive)神经网络源程序

    0下载:
  2. 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that impleme
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:200704
    • 提供者:周志连
  1. vcmatlab7src

    0下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:41984
    • 提供者:林林
  1. CFARzz

    0下载:
  2. CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析-CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and
  3. 所属分类:DSP编程

    • 发布日期:2024-05-21
    • 文件大小:1053696
    • 提供者:zz
  1. GraphAlgorithms

    0下载:
  2. Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n =
  3. 所属分类:Static控件

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:李从
  1. kalman_C

    0下载:
  2. 离散随机线性系统的卡尔曼滤波。 其中13lman.c是卡尔曼滤波函数,4rinv.c是滤波函数中用到的矩阵求逆函数,13lman0.c是主程序。-discrete stochastic linear Kalman filtering system. 13lman.c which is the Kalman filter function, 4rinv.c filtering function is used in the matri
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:通信学生
  1. double-fedmachine

    0下载:
  2. 双馈电机数学模型,基于simulink,如果需要可以提供S函数的模型-Doubly-fed machine mathematical model, based on simulink, if necessary can provide a model S function
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:
  1. some-matlab-digital-image-processing-function

    0下载:
  2. 我是一个图象处理的初学者,用MATLAB语言编写了一些内部的函数,实现了图象处理的功能,比如entropy,laplician,otsu,top-hat等-image processing is a beginners MATLAB language some internal functions, achieving image processing functions, such as entropy, laplician, Ots
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2736128
    • 提供者:史振志
  1. SimpleGeneticAlgorithm

    0下载:
  2. 基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-based on the basic genetic algorithm optimization function SGA.C A Optimize Fu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:636928
    • 提供者:J.Chen
  1. rbfSrc

    0下载:
  2. This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:陈伟
  1. change_brightness1

    0下载:
  2. 改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen. The SetDeviceGammaRamp API function receive
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:lhg
  1. IncPID

    0下载:
  2. matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:唐斌
  1. MASwitch

    0下载:
  2. matlab的c语言s函数,实现手动与自动控制的无扰切换,具有两个参数:一个是切换信号,为1时自动控制,为0时手动控制;另一个是手动控制值。-Matlab language c s function, manual and automatic control to achieve the Bumpless Transfer, with two parameters : a signal is switched to 1:00 autom
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:唐斌
  1. watershed_vs

    0下载:
  2. This file contains the function body for the watershed algorithm.Algorithm reference: L. Vincent and P. Soille, "Watershed in digital spaces: An efficient algorithm based on immersion simulations"-This file contains the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:
  1. tlsf

    0下载:
  2. 算法的许多例子都是最优化问题( optimization problem),每个最优化问题都包含一组限制条件( c o n s t r a i n t)和一个优化函数( optimization function),符合限制条件的问题求解方案称为可行解( feasible solution),使优化函数取得最佳值的可行解称为最优解(optimal solution)。-algorithm are many examples of opt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:40960
    • 提供者:john
  1. bldc_1_sinusoidal

    0下载:
  2. 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB/Simulink environment simulation permanent magnet brushless
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:孙萌
  1. current_park

    0下载:
  2. 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-functi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:孙萌
  1. mtf

    0下载:
  2. % Visualize the effects of MTF (modulation transfer function) % in film, lenses, scanners, and sharpening using simulation. Format:- Visualize the effects of MTF (modulation transfer function) in film, lenses, scanners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:文天祥
  1. eye_matlab

    0下载:
  2. 一个用MATLAB写的实现通信中眼图功能的S函数,.m格式,与 simulink中的eye diagram一样-a written communication to achieve functional eye diagram of S function. M format, Simulink with the same eye diagram
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:左虎
  1. huamo

    0下载:
  2. 滑模控制的一个matlab程序,给出了M文件和SINULINK的仿真,模块用S函数编写-sliding control of a Matlab procedures, given the M SINULINK documents and the simulation, S-function module prepared
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:tantan
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org