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

搜索资源列表

  1. cx.tar.gz

    0下载:
  2. 复数运算库
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:87815
    • 提供者:
  1. matlab(cx)

    0下载:
  2. 关于数值计算的matlab程序代码,包含了很多的实用的算法.程序全部可以直接用的,有详细的英文注释.-on numerical calculation of Matlab code, contains a lot of practical algorithm. All the procedures can be directly used, a detailed English Notes.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43832
    • 提供者:剑法
  1. cx

    0下载:
  2. 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:张宇
  1. SGALABbugfix

    2下载:
  2. 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:80294
    • 提供者:馨竹
  1. 用抛物线y=a+bx+cx 拟合给定数据

    0下载:
  2. 数值分析用抛物线y=a+bx+cx 拟合给定数据-numerical analysis using a parabolic y = bx cx fitting given data
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:272599
    • 提供者:郭巨海
  1. cx

    0下载:
  2. 仿射变换和猫脸变换是图像加密算法中最基本的算法之一,很多重要的加密算法都是在此基础发展而成的,该程序供研究加密算法的初学者参考使用。-Affine transformation and cats face is the most basic image encryption algorithm in one of many important cryptographic algorithms are evolved on this basis, the program for research
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:661
    • 提供者:sally
  1. cx.tar

    0下载:
  2. 复数运算库- Complex operation storehouse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:87815
    • 提供者:站长
  1. shengjin

    1下载:
  2. 用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。-Jin-Sheng Xie used the formula three times a dollar equation aX3 bX2 cX d = 0, (a, b, c, d ∈ R, and a ≠ 0).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2466
    • 提供者:hou
  1. 3

    0下载:
  2. cx lka mgewra oi arwefjasl arew awejfiwerasekjgfna-atreawoif cawektrjaingf a t oawertn gawergna lgn
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1296
    • 提供者:chao
  1. cubitf

    0下载:
  2. 解三次方程式的根 AX^3+BX^2+CX+D-Cubic equation(v2.2), coded by www.dayi.net btef
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1212
    • 提供者:davidlin
  1. 1_1

    0下载:
  2. 最小生成树算法 克鲁斯法尔算法 球最佳路径-kulru method class maiun void cx
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:641
    • 提供者: macle
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12374
    • 提供者:ttt
  1. csfunc

    0下载:
  2. Example C-file S-function for defining a continuous system. * * x = Ax + Bu * y = Cx + Du * * For more details about S-functions, see simulink/src/sfuntmpl_do-Example C-file S-function for defining a continuous system. * *
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1627
    • 提供者:fair
  1. dsfunc

    0下载:
  2. Example C-file S-function for defining a discrete system. * * x(n+1) = Ax(n) + Bu(n) * y(n) = Cx(n) + Du(n) * * For more details about S-functions, see simulink/src/sfuntmpl_do-Example C-file S-function for defining a discrete system.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1680
    • 提供者:fair
  1. cx

    0下载:
  2. n皇后回溯算法,C语言编写的程序。能够学习使用-C language to program
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1112
    • 提供者:cx
  1. matceps8

    0下载:
  2. Generating the cepstral coefficients over the whole signal. Usage: [cx,dcx]=matceps8(sig)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:758
    • 提供者:horac
  1. lqrdaolibai

    0下载:
  2. lqr倒立摆控制仿真。对于x=Ax+Bu y=Cx+du标准方程,文件qiuk中用lqr函数求解控制数组K,将K值带入fangzhen文件中(文件中已代入),得到倒立摆稳定曲线-lqr inverted pendulum simulation. For x = Ax+ Bu y = Cx+ du standard equation, file qiuk control array using lqr Solving K, the K value into fangzhen file (the f
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:667
    • 提供者:whuic
  1. cx

    0下载:
  2. 局部单元质量阵的子程序, 局部单元质量阵的子程序 -Local unit mass matrix of the subroutine, the subroutine local unit mass matrix, mass matrix of the local unit of the local unit of mass matrix of the subroutine subprogram
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:628
    • 提供者:fsf
  1. cx

    0下载:
  2. 多元一次方程组识别及求解。能够识别如“2x+y+z=4”之类格式的方程组,自动判别未知数及系数,并对未知数求解。-Multiple time to identify and solve equations. Able to identify as " 2x+ y+ z = 4" format, like equations, and automatically determine the unknown coefficients, and the unknown solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2506
    • 提供者:aslipper
  1. zhenhaoyongxxmb

    0下载:
  2. 线性规划问题的数学模型的一般形式   (1)列出约束条件及目标函数   (2)画出约束条件所表示的可行域   (3)在可行域内求目标函数的最优解及最优值-Min z=CX   S.T.   AX =b   X>=0
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1823847
    • 提供者:zyy
« 12 »
搜珍网 www.dssz.com