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

搜索资源列表

  1. POM

    2下载:
  2. 大名鼎鼎的海洋数值计算模型-pom模型源代码及说明书和示例,推荐一下,-famous marine numerical model-pom model specification and the source code and examples, recommended that huh
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:674043
    • 提供者:兴唐
  1. Interpreter and libraries

    0下载:
  2. Haskell编译器和库 Haskell是一种广谱语言,适合各种应用。他尤其适合需要高度可修改和维护的程序。大多数软件产品的生命期主要花费在规范,设计和维护而不是编程。函数式语言能很好的写能够真正执行(也可以测试和调试)的规范,该规范也就是最终程序的第一个原型。 -Haskell compiler and libraries Haskell is a broad-spectrum language, suitable for a variety of applications. In p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4191382
    • 提供者:鲍军波
  1. Untitled

    0下载:
  2. EM算法用于混合高斯模型的参数估计,并附有一个例子进行说明,程序解释-EM algorithm is used for of the gaussian mixture model parameter estimation, and with an example specification, process explanation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:916
    • 提供者:唐苦
  1. 3D_upml.rar

    0下载:
  2. 采用UMPL边界的FDTD编程,在VC++中实现,编程规范,具有参考价值。,The use of FDTD boundary UMPL programming in VC++ in the realization of program specification, with reference value.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2813945
    • 提供者:杨永常
  1. ARINC821strawman

    0下载:
  2. ARINC 821 specification
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:263250
    • 提供者:Zeynin
  1. specificationmatlab

    0下载:
  2. 自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.image histogram equalization,histogram matching(specification).-I have written a simple matlab program to achieve image histogram equalization and processing requirements. Image histogram equalization, histogram m
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1511
    • 提供者:
  1. psat-2.1.5-mat

    2下载:
  2. psat最新版本的说明书,对先前版本的精简和补充-psat latest version of the specification, the streamlined version of the previous and supplements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1781346
    • 提供者:jhy
  1. dianzizhong

    0下载:
  2. 用汇编实现电子钟,里面有设计的详细说明书,请大家-With the compilation of electronic bell, which has designed a detailed specification, please
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:16273
    • 提供者:cxh
  1. lift

    0下载:
  2. 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。-The use of " data structures" course knowledge is difficult to complete a comprehensive design of the subject, using C/C++ language programming, and design specification to repor
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2201
    • 提供者:Julian
  1. sort_explain

    0下载:
  2. 内部排序算法的分析比较,2009年暑期数据结构课程设计的说明书-Analysis of the internal sorting algorithm compared to the summer 2009 curriculum design data structure specification
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:171862
    • 提供者:xiangbing
  1. requirementSpecificationTemplate

    0下载:
  2. 该文档为需求设计的模板,用于需求设计阶段。-This is a requirement Specification Template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4797
    • 提供者:Jason
  1. speedyGAv1.3

    0下载:
  2. 向量化的遗传快速遗传算法,是M.Mutchell 的遗传算法书中 10,11 业的经典快速算法-SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4231
    • 提供者:李继
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:658054
    • 提供者:邹斌
  1. ssd7exercise5

    0下载:
  2. 1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue<Bid>& Advertisement::getBids(void) vector<Bi
  3. 所属分类:STL

    • 发布日期:2017-05-02
    • 文件大小:669764
    • 提供者:邹斌
  1. Standard_Ecu_Reprogramming-1(General_Description)

    0下载:
  2. This document is a part of Standard ECU reprogramming specification package for (Renault, Nissan, Peugeot and Citroë n). This package is divided into five parts, consistent to each others. This is first part: General descr iption
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:59052
    • 提供者:Dmitry Makeev
  1. h264

    0下载:
  2. 这本规范的一部分,承担了开发的一种编码方法的需求不断增长,可 便利的天然和合成的活动图像和相关的自然人或可视对象 合成的声音,如数字存储媒体,各种应用互联网,有线或各种形式的 无线通讯等本规范的使用意味着运动视频可以被操纵的 一种电脑数据形式,可以在不同的存储介质传播,并收到超过储存 现有和未来的网络,对现有和未来的广播频道的分发。-This part of this specification was developed in response
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1475165
    • 提供者:xuai
  1. qbxgg

    0下载:
  2. 漆包线规格表,可以用测电阻来计算线圈长度。-Enameled wire specification sheet can be used to calculate the loop length measuring resistor.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7625
    • 提供者:唐崇云
  1. vp8_bitstream

    0下载:
  2. VP8 Data Format and Decoding Specification
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:425961
    • 提供者:air
  1. Overview-for-PI-specs_2702_V23_Oct10

    0下载:
  2. This document is the Overview and guidance for PROFINET specifications. It is one of the Technical Specification for PROFINET.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:715831
    • 提供者:richie
  1. Wintab-Interface-Specification-1.1

    2下载:
  2. Wintab规格说明书文档,两种格式。可以自行打开一个文件来查看。-Wintab specification document formats. You can open a file to see yourself.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:340928
    • 提供者:江望明
« 12 3 4 5 6 »
搜珍网 www.dssz.com