CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - M

搜索资源列表

  1. control

    0下载:
  2. 智能控制课本中的一些程序,其中有一章节是自己写的-some .m about control
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:40758
    • 提供者:薛晨琛
  1. Numerical-Methods-for-PDE

    5下载:
  2. 一、椭圆型偏微分方程 1. Helmholtz方程 及 特例(Possion方程, Laplace方程); Helmholtz.m possion 2. 满足牛顿边值条件的Helmholtz方程;Helmholtz_Newton.m 二、抛物线型偏微分方程 1. 显式前向欧拉法 EF_Euler.m 2. 隐式后向欧拉法 IB_Euler.m 3. Grank-Nicholson法 Grank_Nicholson.m 4. 二
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:8118
    • 提供者:李玮
  1. cs

    0下载:
  2. 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2847
    • 提供者:杰伦
  1. BPshenjingwangluolizi

    0下载:
  2. MATLAB BP神经网络实例 m代码 及例子 让你进一步了解BP神经网络-MATLAB BP shenjing wangluo example
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:14426
    • 提供者:卢小姐
  1. Examples-of-neural-network-algorithm

    0下载:
  2. 一组神经网络算法实例:有三个M文件组成 Examples of neural network algorithm-Examples of neural network algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1442
    • 提供者:山西海南人
  1. DIPMATLABsourcecode

    0下载:
  2. 冈萨雷斯数字图像处理MATLAB版m代码源码-Gonzalez Digital Image Processing MATLAB source code version of the m
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:159261
    • 提供者:funfun
  1. GM1_1.m

    0下载:
  2. 最原始的灰色预测,matlab程序,可直接使用-Most original gray forecast, matlab program, can be used directly
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1050
    • 提供者:xinshou
  1. GM1_1_C.m

    0下载:
  2. 改进c灰色预测方法的matlab程序,一维时间序列数据可直接使用-Improved gray prediction method c matlab program, one-dimensional time-series data can be used directly
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:xinshou
  1. 2015012803

    0下载:
  2. 《Visual c++2010 入门经典》第五版的书籍程序源码,代码完整。-M Visual c++ 2010 Introduction to the classic, the fifth edition of the book program source code integrity.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1681903
    • 提供者:千翩一梦
  1. avahi-

    0下载:
  2. atlab的C编译函数mex时,定义了C99_OK的宏(EMDS/make_emdc.m (28行)),利用的是ANSI C99标准如果个人的电脑中没有相关- Matlab-HHT transform three ways three ways Matlab HHT transform Matlab
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:24525
    • 提供者:plokm
  1. periodic_flow_heat

    0下载:
  2. 这个问题考虑了管束的2D部分。该池子由均匀间隔的管,其直径为1厘米,这是在整个横流体流动的交错。它们的中心是由2厘米的方向,和1厘米的方向上的距离分隔。该行具有1米深度。-This problem considers a 2D section of a tube bank. The bank consists of uniformly-spaced tubes with a diameter of 1 cm, which are staggered across the cross-fluid
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:361574
    • 提供者:岳浦东
  1. external_compressible

    0下载:
  2. 问题考虑围绕翼型的流动在4°攻角和一个自由流马赫数0.8。流量是跨音速,并有近于上(吸气)侧中间弦m/c=0.45一个相当强烈的震撼。弦长为1米。-The problem considers the flow around an airfoil at an angle of attack   and a free stream Mach number of   (   ). The flow is transonic, and has a fairly stron
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:2040501
    • 提供者:岳浦东
  1. POJ2500

    0下载:
  2. 圆内四边形最大面积 //描述:圆上平均分配的n个点,选择其中m个,在这m个里取出4个,保证4个点组成的面积最大,并输出面积值。 //超时思路:先对m个数排序,再删除相同元素,对所有两两组合的点分别找出最大面积的点,再计算面积 //修改方案:因为对称性,保证0点必取,因此只需与0进行组合照最大面积。 -Circle quadrilateral area Descr iption:// N point on circle average distribution, choose
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1070
    • 提供者:chao jie
  1. kmean.m

    0下载:
  2. rbf神经网络聚类分析的实现,比较有价值的应用代码。-rbf neural network to achieve clustering analysis, more valuable application code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:785
    • 提供者:李云
  1. contrast-enchancement

    0下载:
  2. 对比度增强 原图像 f(m,n) 的灰度范围 [a,b] 线形变换为图像 g(m,n),灰度范围[a’,b’] -contrast enchancement
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2820
    • 提供者:zs
  1. Main_M

    0下载:
  2. 生成M序列,并根据相关函数求出m序列优选对-M sequence generation, and obtains m sequence is preferably based on the correlation function
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:刁英奕
  1. powerflow

    0下载:
  2. 这是一个用牛顿拉夫逊计算潮流的m程序,希望大家多多下载共同学习-This is a calculated trend Newton Raphson m program, download a lot of hope that we learn together
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1037
    • 提供者:李永
  1. Joseph-ring-

    0下载:
  2. 这是一个约瑟夫环数据结构实现程序,当任意给定人数n和密码m后,设计算法求n个人出圈的次序。-Joseph ring which is a data structure implementation procedures, when any given number n and password m, the order of the design algorithm for n personal ones.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:朱垚
  1. M.RT2261.5BP12523

    0下载:
  2. RTD2261W驱动板的图纸为VGA,DVI双通道切换-RTD2261W driver board drawings as VGA, DVI dual-channel switching
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:296645
    • 提供者:yang
  1. PAMI09CodeR2012a64bitWin7

    0下载:
  2. “Deformed Lattice Detection in Real-World Images Using Mean-Shift Belief Propagation”这篇文献的源代码,分享一下-This is the source code of the reference Deformed Lattice Detection in Real-World Images Using Mean-Shift Belief Propagation ,i m glad to share it to
  3. 所属分类:source in ebook

    • 发布日期:2017-05-12
    • 文件大小:3020747
    • 提供者:chen
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com