CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .45 .46 .47 .48 .49 49950.51 .52 .53 .54 .55 ... 58525 »
  1. TEKFPFdemoh

    0下载:
  2. 该程序实现的是扩展卡尔曼粒子滤波,即采用扩展卡尔曼滤波波得到粒子滤波的建议分布,粒子滤波再从其中采样进行滤波。 -The program is implemented extended Kalman particle filter, which uses the extended Kalman filter wave particle filter proposal distribution, the particle filter from which the sample is filt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:27.47kb
    • 提供者:shakaqier
  1. Tpf_robot_WIFh

    0下载:
  2. 该程序用粒子滤波的方法跟踪一个机器人并根据WiFii信号修改位置信息。-The program to track a robot with particle filter method WiFii signal to modify the location information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:29.94kb
    • 提供者:系统,结构
  1. cwwzzqgameo

    0下载:
  2. 计算机下子实际上是分两个步骤的,第一个步骤是尽可能的收集棋盘格局的信息,并且使这些信息以一定的格式存放再内存中,以便于第二步的处理。第二个步骤就是,对收集到的信息进行分析处理,即要给给出一个规则,用穷举搜搜索的办法遍历全部收集到的信息,搜索的过程实际上是用所定下的规则去衡量每一点的权值,搜索的目的是为了找到一个权值最大的点,这个点就是当前的最优解,也就是应该下的子。 -Computer erupted in fact in two steps, the first step is to c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:281.52kb
    • 提供者:系统,结构
  1. RSofftwareDevU

    0下载:
  2. RUP对于国内的开发人员来说是非常复杂的,在有的人眼里,RUP只适合大型项目目。其实并不是这样的,对于一些小的项目,RUP也能做的非常好。请学习该文件吧! -RUP for the development is very complex, in the eyes of some people, the RUP is only suitable for large-scale project objectives. But it is not, for some small projects,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.04mb
    • 提供者:系统,结构
  1. ssofft_ware11o

    0下载:
  2. 软件源码开发过程方法软件源码开发过程是什么RUP是什么 ISO9001是什么CMMM是什么 UML是什么XP是什么 软件源码开发过程的比较测试在软件源码开发过程中的地位 -Source software development process, method development process of the software source code is what RUP What is ISO9001 is what CMMM is what UML is what XP source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:105.78kb
    • 提供者:系统,结构
  1. Tdianti_asmh

    0下载:
  2. 经典的汇编语言电梯控制程序 课程设计计好帮手 有设计报告和源代码 内容详细 -Classic assembly language elevator control program curriculum designer, a good helper design report and the source code and detailed
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:22.31kb
    • 提供者:系统,结构
  1. A00rars

    0下载:
  2. 基于汇编语言实现的信号发生器;;三种坡形,三种频率 -Based assembly language to achieve the signal generator three slope-shaped, three frequency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:780byte
    • 提供者:系统,结构
  1. Atuxinggs

    0下载:
  2. 汇编语言课程设计,有关图形显示的程序源码,可以直接运行,,并有详细解释!希望对大家有所帮助。 -Assembly language curriculum design, the graphical display of program source code can be run directly, and explain in detail! I hope to be helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:系统,结构
  1. AGraadeSystees

    0下载:
  2. 汇编语言开发的成绩管理系统。使用RadASM开发环境建立的工程,包含两个文件FileMacro.Asm(为宏库文件),GradeSysttem.Asm(为主文件)。直接编译GradeSystem.Asmm即可。程序源码运行后会自动建立C:\SCORE.TXT文件 -Assembly language development, performance management system. Established engineering to use RadASM development en
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5.38kb
    • 提供者:系统,结构
  1. Tzuchengyuanlh

    0下载:
  2. 计算机组成原理 课程设计报告。提供一下下写个别课程设计报告的文件格式.-Computer Composition Principles of Course Design Report. Provide written under the individual course design report file format.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:779.79kb
    • 提供者:系统,结构
  1. TComputerDesih

    0下载:
  2. 这是计算机组成原理的课程设计报告,分必必选科目与制定科目,详细的要求也附在里面 -Principles of Computer Organization course design points Bip choose subjects and develop subjects, detailed requirements are also attached to the inside
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:446.86kb
    • 提供者:谈判
  1. AcompilerWithc

    0下载:
  2. 用java实现的编译器.包括语法分析,词法分析,生生成目标代码等,代码很简单,本人已经测试过,很完美. -Realized with java compiler, including the syntax analysis, lexical analysis, students generate object code, the code is very simple, I' ve tested, is perfect.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:35.71kb
    • 提供者:谈判
« 1 2 ... .45 .46 .47 .48 .49 49950.51 .52 .53 .54 .55 ... 58525 »
搜珍网 www.dssz.com