CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - M/M/S

搜索资源列表

  1. yuesehu

    0下载:
  2. 约瑟夫环的实现,几个小孩站成一圈报数,从m报到s,报s的人出列,输出出列的次序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1078
    • 提供者:zjy
  1. LDPC_BSN

    1下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:119205
    • 提供者:张强
  1. 45666019bosuxingchengsuanfa

    0下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22663
    • 提供者:黄礼祥
  1. fixpt.tar

    0下载:
  2. This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensity stereo, M-S, TNS, PNS) -
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:668696
    • 提供者:gloryn
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:136954
    • 提供者:wildkaede
  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. GlobalPositioningSystemsInertialNavigationanditegr

    0下载:
  2. This diskette (version 1.0) contains demonstration programs and source codes in MATLAB (v.5.2) for algorithms listed in the textbook Global Positioning Systems, Inertial Navigation, and Integration, by M. S. Grewal, Lawrence Weill, and A. P. Andrews,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12823
    • 提供者:gaoxu
  1. 用c实现的约瑟夫环问题

    0下载:
  2. 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决———直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就拉出来处决,再根据这个人所持有的密码F,然后再数F个,数到的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:曾德胜
  1. 进程管理模拟

    0下载:
  2. 系统资源(r1…rm),共有m类,每类数目为r1…rm。随机产生进程Pi(id,s(j,k),t),0<=i<=n,0<=j<=m,0<=k<=dt为总运行时间,在运行过程中,会随即申请新的资源。描述进程运行状态。-system resources (r1 ... rm), a total of m category, the number of each type of r1 ... rm. The process of randomly generated
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:749771
    • 提供者:雨后阳光
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. GsmMux.rar

    0下载:
  2. 该源码是针对支持Mux技术的手机Modem的驱动,使用此驱动,你的手机在上网的同时还可以响应AT指令;本驱动支持Motorola的G24和大唐的TD模块中,在多款ARM(如Davinci的DM644x,XScale的ixp42x)得到严正,The source is Mux technical support phone Modem driver, use this drive, your cell phone in the Internet at the same time can also
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:45432
    • 提供者:新村
  1. ex4tomq4.rar

    11下载:
  2. ex4是用于mt4软件的临时文件。ex4文件反编译程序,用于还原源码,就这些了,ex4 is used for mt4 software, temporary files. decompile ex4 file program for restoring source code, that' s all
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:5158706
    • 提供者:杜强
  1. STM32_MP3

    0下载:
  2. STM32制作的MP3的全部资料,是某大学的一个学生的毕设,很佩服-MP3 STM32 all the information produced, is a university student' s complete set, very impressed
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4738156
    • 提供者:黑子
  1. ewe3e

    0下载:
  2. c#进度条的使用,还有读取txt文件第m行n列飞方法等等吧,三个程序的源代码,和大家分享下。-c# progress bar to use, as well as read the txt file first m rows n columns, so it fly method, three program' s source code, and share with you.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2466
    • 提供者:wml
  1. Control_system.rar

    0下载:
  2. 控制系统计算机辅助设计——MATLAB语言与应用,是一本不错的书,这是书中的源程序,Control System Computer Aided Design- MATLAB language and applications, is a good book, this is the book s source code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:2091822
    • 提供者:王亚静
  1. ms3dImportExport_ver1_0.zip.zi

    1下载:
  2. milkshape的.ms3d文件和3ds max的文件之间的转换工具,另外还支持gmax,A utility for importing and exporting .ms3d files into 3ds Max and Gmax. This is used in conjunction with GrumpyOldMan s meshconverter to get models from .mesh files into 3ds Max (and Gmax) which preser
  3. 所属分类:3D Graphic

    • 发布日期:2016-10-14
    • 文件大小:50714
    • 提供者:许志腾
  1. OFDMcode.rar

    0下载:
  2. 完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.,Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustnes
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-25
    • 文件大小:161096
    • 提供者:田静
  1. DSSS

    3下载:
  2. 设计一个有干扰的直接序列扩频通信系统, PN码由m序列产生器产生,经过高斯白噪声信道。在接收端接收到的信号包括“有用信号+高斯白噪声+干扰”,将接收信号进行解扩,判决,得到用户的信号检测结果,绘制不同的扩频增益(增益值为10,30,50)下,误比特率随信噪比Eb/N0的变化曲线。-Design of a direct sequence spread spectrum interference system, PN code generated by the m sequence generato
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:7584
    • 提供者:皓月
  1. sq-waveguide01.tar

    1下载:
  2. MIT的MPB软件仿真四方晶格光子晶体波导带隙的程序-MIT' s MPB software simulation four lattice photonic crystal waveguide band-gap program
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:530
    • 提供者:王博
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com