CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 3.1

搜索资源列表

  1. CablesEnArVer10.3

    0下载:
  2. 1.The content is too simple 2.Is not a sourcecode or document 3.lack of files 4.Directory or platform is not correct selected 5.Descr iption is not detailed 6.Compressed file has password 7.Sourcecode duplicate or already exist
  3. 所属分类:File Formats

    • 发布日期:2017-04-27
    • 文件大小:27448
    • 提供者:babuy
  1. CablesEnArVer9.1

    0下载:
  2. 1.The content is too simple 2.Is not a sourcecode or document 3.lack of files 4.Directory or platform is not correct selected 5.Descr iption is not detailed 6.Compressed file has password 7.Sourcecode duplicate or already exist
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:17145
    • 提供者:babuy
  1. cpptcl-1.1.3.tar

    0下载:
  2. cpptcl library for ns2
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:30144
    • 提供者:khalil
  1. leastsquares

    4下载:
  2. 1. 一般最小二乘法 3 1.1. 一次计算最小二乘算法 3 1.2. 递推最小二乘算法 3 2. 遗忘因子最小二乘算法 6 2.1. 一次计算法 6 2.2. 递推算法 6 3. 限定记忆最小二乘递推算法 9 4. 偏差补偿最小二乘法 11 5. 增广最小二乘法 13 6. 广义最小二乘法 15 7. 辅助变量法 17 8. 二步法 19 9. 多级最小二乘法 21 10. Yule-Walker辨识算法 23 Matlab程序附录 24
  3. 所属分类:File Formats

    • 发布日期:2015-12-28
    • 文件大小:1110069
    • 提供者:winwind
  1. 1

    0下载:
  2. 1).可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分, 3).可以按学校编号、学校总分、男女团体总分排序输出; 4).可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。 -score school
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:103745
    • 提供者:kelly
  1. SupermarketManagementSystemRequirementsAnalysis.zi

    0下载:
  2. 超市管理系统需求分析 1项目计划 1.1系统开发目的 1.2背景说明 1.3项目确立 2逻辑分析与详细分析 2.1需求分析 2.2目标 2.3数据流程图 2.4系统功能 2.5系统开发步骤 2.6用户的特点 2.7假定与约束 3基于UML的建模 3.1语义规则 3.2UML模型 3.2.1系统UML模型 3.2.2子系统UML模型 3.2.3系统实现图 4小结 -Supermarket Management Syst
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:773097
    • 提供者:lee
  1. 1

    0下载:
  2. 编写程序,计算下面公式并输出结果。 要求:(1)编写一个函数计算n! (2)编写主函数,由键盘输入n和m,调用(1)中的函数完成计算。 (3)输入n和m要给出提示,并检查n和m的合理性,不合理的输入应输出错误信息,并不再进行计算。-Write programs to calculate the following formula and output. Requirements: (1) Write a function to calculate n! (2) the
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:7936
    • 提供者:mituan
  1. 1

    0下载:
  2. 输入行数,打印 n行的一个由数字组成的三角形,三角型如下 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 4 5 4 3 2 1 1 2 3 4 5 6 5 4 3 2 1 1 2 3 4 5 6 7 6 5 4 3 2 1 1 2 3 4 5 6 7 8 7 6 5 4 3 2 1 1 2 3 4 5 6 7 8 9 8 7 6 5 4 3 2 1 -Input line number, print n lin
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:1335
    • 提供者:荆玲玲
  1. shujugeshi

    4下载:
  2. 大智慧新一代2.08.07.0907日线数据格式大智慧日K表线的数据结构大智慧互联网版5.58.2760的数据格式 大智慧新一代逐笔数据格式(大智慧的L2逐笔数据L2D格式) 分析家3.1版数据存储格式分析家分笔数据格式 分析家分笔成交数据存储格式分析家的财经数据文件的格式(指的是安装数据*.翅) 分析家安装数据格式
  3. 所属分类:File Formats

    • 发布日期:2014-10-27
    • 文件大小:700416
    • 提供者:lisanqiu
  1. 2

    0下载:
  2. 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:2216
    • 提供者:asdf
  1. 12232F-5-SYG-3[1].3V

    0下载:
  2. 12232F-5-SYG-3.3V说明书-12232F-5-SYG-3.3V manual
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:79680
    • 提供者:黄细茂
  1. Redmine-user-guide

    0下载:
  2. redmine 2.3.1 最新使用手册中文版-redmine 2.3.1 user guide
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1861333
    • 提供者:赵金义
  1. 2-1-3matlab

    0下载:
  2. matlab仿真通过的2 1 3卷积编译码-213 convolutional encoding and decoding matlab simulation by
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:796
    • 提供者:郭红振
  1. Template-requirements

    0下载:
  2. 毕业设计论文格式要求和主要注意的事项 1.1 检测技术的地位与作用 1 1.2 现代检测技术的发展趋势 2 1.2.1 检测技术的发展方向 2 1.2.2 传感器的分类 3 1.3 自动检测系统与传感器的组成 4 1.3.1 自动检测系统的分类与组成 4 1.3.2 传感器的定义和组成 5 1.4 传感器的基 -Graduate design thesis format requirements and precautions 1.1 Detecti
  3. 所属分类:File Formats

    • 发布日期:2017-11-21
    • 文件大小:16773
    • 提供者:郑志森
  1. Front-Training-1-15

    0下载:
  2. raw data of the head movement, sensor base on 3-axis acceleromenter, training by ANN and converted to front command-raw data of the head movement, sensor base on 3-axis acceleromenter, training by ANN and converted to front command
  3. 所属分类:File Formats

    • 发布日期:2017-11-09
    • 文件大小:15417
    • 提供者:bunfai
  1. jQuery_EasyUI-1.3_chinese_chm

    1下载:
  2. jQuery EasyUI 1.3 中文帮助手册 对应官方网站documentation 栏目下内容制作的chm手册,可以随时查阅目录,索引。排版整齐。-jQuery EasyUI 1.3 Chinese help manuals content produced in the corresponding part of the official website documentation the chm manual, can access the catalog, index. The
  3. 所属分类:File Formats

    • 发布日期:2017-11-01
    • 文件大小:997318
    • 提供者:
  1. 674

    0下载:
  2. 用给定的多项式,如y=x3-6x2+5x-3,在[-1,1]上等间隔产生20组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(-5,5)均匀分布随机数)。请 (1)对xi和添加了随机干扰的yi作3次多项式拟合,与原系数比较。 -With the given polynomial, such as y=x3-6x2+5x-3, [-1, 1] intervals of 20 sets of data (Xi, Yi, i=1,2,... , n), and
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:579
    • 提供者:li
  1. 1-s2.0-S092442471300054X-main

    0下载:
  2. active vision system for micro assembly is equipped with a top view camera and a side view camera with a rotational mirror system, such that the viewing direction can be changed freely. The rotational side view helps minimize an occlusion by chan
  3. 所属分类:File Formats

    • 发布日期:2017-05-11
    • 文件大小:2841104
    • 提供者:1212login
  1. Eureka-Math-Tips-for-Parents-Grade-3-Module-3-1-1

    0下载:
  2. Eureka Math Tips for Parents Grade 3 Module 3 1-13-2015
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:231239
    • 提供者:nattadej
  1. isomaster-1.3.13

    0下载:
  2. isomaster-1.3.13.zip 文件主要是实现了 iso格式源代码(Isomaster-1.3.13.zip file is mainly to achieve the ISO format source code)
  3. 所属分类:文件格式

    • 发布日期:2017-12-10
    • 文件大小:622345
    • 提供者:xiaohai
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com