搜索结果
找到约 2,965 项符合
System-level 的查询结果
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
this.row = n
distance = new int[row * row]
for ( ...
软件设计/软件工程 Jtag schematic for embemed system design. It support parallel port connected to jtag.
Jtag schematic for embemed system design. It support parallel port connected to jtag.
文章/文档 level set及PDE方法处理图形图像 包括三个部分:1、level set理论基础介绍;2、数值离散化方法 3、应用 每一部分配有详细的图表说明
level set及PDE方法处理图形图像 包括三个部分:1、level set理论基础介绍;2、数值离散化方法 3、应用
每一部分配有详细的图表说明,并给出了多篇参考文献(其中很多涉及到“三维物体修复”)
单片机开发 Flash Low Level Driver Code
Flash Low Level Driver Code,can read/write all flash memory
单片机开发 Flash MLC Low Level Driver Source Code
Flash MLC Low Level Driver Source Code
单片机开发 Flash 8-bit width memory Low Level Driver Code
Flash 8-bit width memory Low Level Driver Code
单片机开发 flash 16-bit width memory low level driver source code
flash 16-bit width memory low level driver source code
文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep
We present a particle filter construction for a system that exhibits
time-scale separation. The separation of time-scales allows two simplifications
that we exploit: i) The use of the averaging principle for the
dimensional reduction of the system needed to solve for each particle
and ii) the factor ...
软件设计/软件工程 DESIGN OF A MULTIPLEXING SYSTEM FOR TELEMETRY 个人论文
DESIGN OF A MULTIPLEXING SYSTEM FOR TELEMETRY 个人论文
汇编语言 本程序所反应的是在测量中被广泛应用的全球定位系统(Global Position System)在空间中的形象以及基本的工作原理。GPS由三部分组成:空间部分、地面控制系统以及用户部分。
本程序所反应的是在测量中被广泛应用的全球定位系统(Global Position System)在空间中的形象以及基本的工作原理。GPS由三部分组成:空间部分、地面控制系统以及用户部分。