搜索结果
找到约 5,008 项符合
M-System 的查询结果
通讯编程文档 让读者对基于VHDL可编程m序列发生器有更深的了解
让读者对基于VHDL可编程m序列发生器有更深的了解
微处理器开发 M*core开发库文件,能够大大减轻开发者的难度
M*core开发库文件,能够大大减轻开发者的难度
matlab例程 qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm to predict complex-valued AR proce
qrd_rls_AR_pred.m - use the QR decomposition-based RLS algorithm
to predict complex-valued AR process.
matlab例程 rls_AR_pred.m - use basic RLS algorithm to predict real-valued AR proce
rls_AR_pred.m - use basic RLS algorithm to predict real-valued AR proce
嵌入式/单片机编程 SImple Microkernel Distributed Operating System
SImple Microkernel Distributed Operating System,使用GRUB引导的实验微内核操作系统,代码短少,便于理解
matlab例程 Matlab源文件将矩阵m中所有a元素的替换为b元素。
Matlab源文件将矩阵m中所有a元素的替换为b元素。
其他 这是国外用的研究分岔的完整的M程序
这是国外用的研究分岔的完整的M程序,很有用,属再版的
软件设计/软件工程 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 ( ...
人工智能/神经网络 The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed
The data files included are .MAT or *.dat (ASCII)files. The m-files and the
data may be distributed, provided that the source is acknowledged in any
publication and the data are not sold. Since this software is being distributed
free of charge, the authors are not offering any technical support. Stu ...
通讯编程文档 介绍了matlab中的M文件用C语言来实现的方法
介绍了matlab中的M文件用C语言来实现的方法