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

搜索资源列表

  1. 不错的文件系统

    0下载:
  2. 1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9768
    • 提供者:
  1. floatAxis

    1下载:
  2. The floatAxisX m-file enables you to plot parameters with different units (eg. temperature, salinity and density versus depth) on the same axes having the x-axis for the parameters "floating" below. FloatAxisY plots floating axes on the left-
  3. 所属分类:matlab

    • 发布日期:2014-05-17
    • 文件大小:47104
    • 提供者:And_Ok
  1. signal_analyzer

    1下载:
  2. 最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。 历程主要内容(signal_analyzer.rar)如下: test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6828
    • 提供者:李小明
  1. FiberGratingSpectra

    2下载:
  2. 传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1124
    • 提供者:金沧
  1. 1

    0下载:
  2. matlab科学计算的几乎所有数学算法以及仿真。每一个m文件在我学习的时候都验证了其正确性。前面的比较简单,逐步深入。另外对部分算法本人在学习中做了优化,更简洁。-matlab scientific computing almost all mathematical algorithms and simulation. M each file in my learning at all times to verify its correctness. In front of a relative
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4016
    • 提供者:陈锋
  1. 2

    0下载:
  2. matlab科学计算的几乎所有数学算法以及仿真。每一个m文件在我学习的时候都验证了其正确性。前面的比较简单,逐步深入。另外对部分算法本人在学习中做了优化,更简洁。-matlab scientific computing almost all mathematical algorithms and simulation. M each file in my learning at all times to verify its correctness. In front of a relative
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3821
    • 提供者:陈锋
  1. MatlabC

    0下载:
  2. :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。-: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:338667
    • 提供者:ws
  1. mazeproblems

    0下载:
  2. 以一個m*n的長方形表示迷宮,0和1分別表示迷宮中的通路和障礙。設計一個程序,對任意設定的迷宮,求出一條從入口到出口的通路,或得出沒有通路的結論。 1.以深度优先的搜索方法进行路径的搜索 2.迷宮數據從文件中讀取-A rectangle that m* n maze, 0 and 1, respectively, the maze of pathways and barriers. Design a program, for any set of the maze, find a pat
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2309
    • 提供者:chenjin
  1. BOJ1293

    0下载:
  2. BOJ1293:小马想用最快的速度过河。 河水有缓有急,不同地方深浅也不一样,因此,在河的不同地方,行走的速度是有区别的。小马把河划分成N*M个矩形区域,像一个矩阵,南北N个区,东西M个区。小马现在在河的南岸,要走到北岸去。小马可以从任何邻接南岸的区域进入河中;在河里,每次只能从当前区域走到北方、东北、西北三个相邻区域;只要走到最北边的任何一个区域,下一步就可以上岸。小马在每个区域中需要停留的时间不尽相同。请你帮助小马计算一下它在河里至少需要停留多长时间才能过河。-BOJ1293: colt
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:107130
    • 提供者:小获
  1. GUI_M_file_in_depth_analysis_of_the_novice

    0下载:
  2. GUI新手之M文件深入解析GUI M file in-depth analysis of the novice-New to the GUI M file in-depth analysis GUI M file in-depth analysis of the novice
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3828
    • 提供者:jast
  1. ResearchandPracticeforNonlinearModelingofSwitchedR

    0下载:
  2. 开关磁阻电机作为一种电动调速系统具有结构简单坚固、低成本、高容错性能以及高速运行的能力,目前它越来越广泛的应用于航空和汽车上的起动/发电系统,具有很大的潜力。要对开关磁阻电机进行深入的理论分析,就需要对其建立一个准确而又有实用性的模型。而 MATLAB 软件具有强大的矩阵和数学计算功能,利用它的模块之一 SIMULINK 建模有着界面友好、易于进行参数修改等特点。国内利用 MATLAB 软件对开关磁阻电机进行建模主要分两大类:一部分是采用 M 文件编程的方法 另一部分是利用开关磁阻电机的线性电感
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:974013
    • 提供者:王明
  1. treeview

    0下载:
  2. gtk+ tree view的简单例子,很容易理解的,不过要深入学习gtk+treeview的用法恐怕得好好学习更多的-gtk+ tree view of the simple example, it is easy to understand, but to study in depth the use of gtk+ treeview I' m afraid learn more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1230
    • 提供者:
  1. Win-API--button-class--

    0下载:
  2. 网上提供的控件自绘基本上是MFC或WTL封装好的类,对于不想用MFC的人来说是一无是处的,我可是WIN32API的坚决拥护者。因为MFC等也是用WIN32API封装起来的,学好了WIN32API,可以深入的了解WINDOWS内部的机制,编写出来的程序才能得到更好的优化。 -Available online from the controls in MFC or WTL painting is basically a good class package, for people who do no
  3. 所属分类:Button control

    • 发布日期:2017-03-27
    • 文件大小:980322
    • 提供者:晓峰
  1. 11

    0下载:
  2. 对于一个连通图G,请采用深度优先搜索的方法,识别出该连通图的所有关节点。如下图所示。 输入:首先输入连通图G的结点个数n、边的个数m以及搜索的起始结点号,然后输入各边(u,v); 输出:首先输出DFN和LOW数组的值,然后输出所有关节点。-For a connected graph G, use depth first search method, identify the connected graph all key points. As below. Input: first
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1025
    • 提供者:何蒙蒙
  1. 12.7

    2下载:
  2. 设计一个算法,按照深度优先遍历的思想找出从指定结点出发,长度为M的所有简单路径。并将此算法用于邻接表类,在邻接表类中定义一个共有成员函数find(start, m)。-In adjlink to class with negative right value realization monosource shortest path function. Design an algorithm, according to traverse the depth first thoughts from
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:38224
    • 提供者:朱惠康
  1. Matlab-cPP

    0下载:
  2. ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:145898
    • 提供者:学文
  1. WaveNumber

    0下载:
  2. ! This FUNCTION solves the finite depth dispersion relationship: ! ! k*tanh(k*h)=(Omega^2)/g ! ! for k, the wavenumber (WaveNumber) given the frequency, Omega, ! gravitational constant, g, and water depth, h, as inputs. A ! high
  3. 所属分类:Energy industry

    • 发布日期:2017-03-31
    • 文件大小:1119
    • 提供者:soheil
  1. Maze-Generration-and-routing

    1下载:
  2. 设计算法生成一个N×M(N行M列)的迷宫,完成迷宫的组织和存储。实现两种不同的迷宫路由算法:广度优先和深度优先算法,并比较(包括理论和实验)两种方法的时间复杂性。-Design algorithm to generate a NM (N rows and M columns) of the maze, the maze to complete the organization and storage. Achieve two different maze routing algorithms:
  3. 所属分类:Other Games

    • 发布日期:2017-04-24
    • 文件大小:74446
    • 提供者:周利
  1. SAD-Method-for-image-matching

    0下载:
  2. matlab基于SAD的区域立体匹配方法,matlab基于SAD法对左右两幅图片进行匹配,并生成深度图像.m文件。- matlab SAD stereo matching method based on region, matlab SAD method based around two images match, and generates the depth image. m files.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:632
    • 提供者:李鹏
  1. filtercode

    1下载:
  2. 引导滤波器实现的立体匹配,得到深度图,数据量较大,运行时间较长。想要一次全部运行,将runstereomatcher.m中的34行改为for testimage = 1:4-The guided stereotactic matched filter to obtain a depth map, the amount of data is large, the running time is longer. Want to run all at once, the runstereomatche
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2868877
    • 提供者:wanghui
« 1 23 »
搜珍网 www.dssz.com