搜索结果
找到约 3,029 项符合
L-M 的查询结果
matlab例程 一个神经网络的M生成程序和SIMULINK模型
一个神经网络的M生成程序和SIMULINK模型
其他 ARM映象文件及执行机理 本文基本上从这三个方面来阐述。 l ARM 映象文件(包括axf 文件和bin 文件)的生成和组成 l 映象文件下在flash 中的状态和运行时的状态(加载域和运行时域
ARM映象文件及执行机理
本文基本上从这三个方面来阐述。
l ARM 映象文件(包括axf 文件和bin 文件)的生成和组成
l 映象文件下在flash 中的状态和运行时的状态(加载域和运行时域)
l 地址重映射remap
其他 随机序列发生器,是一个m序列,生成函数都写在里面,位宽为4,可以改变!
随机序列发生器,是一个m序列,生成函数都写在里面,位宽为4,可以改变!
matlab例程 针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间
针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间,并编写程序进行数值计算,并对M/E2/1(k), M/M/1(k), M/H2/1(k)排队系统的性能进行数值比较。
其他书籍 本软件提供了VC++中调用Matlab.m函数编译后的动态链接库.Matlab的数值处理能力很强,用VC++调用Matlab函数可以解决很多问题
本软件提供了VC++中调用Matlab.m函数编译后的动态链接库.Matlab的数值处理能力很强,用VC++调用Matlab函数可以解决很多问题
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of two matrix.
etc ...
Linux/Unix编程 The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe
The Reed-Somolon code is specified by the finite field, the length
(length <= 2^m-1), the number of redundant symbols (length-k), and
the initial zero of the code, init_zero, such that the zeros are:
init_zero, init_zero+1, ..., init_zero+length-k-1
VC书籍 [美]Joe Campbell 著 徐国定 廖卫东 张庆 译 吴洪来 赵军 审校 清华大学出版社 第一部分 串行通信基础 第l章 ASCII字符集 第2章 异步通信技术基础
[美]Joe Campbell 著
徐国定 廖卫东 张庆 译
吴洪来 赵军 审校
清华大学出版社
第一部分 串行通信基础
第l章 ASCII字符集
第2章 异步通信技术基础
第3章 错误及错误检测
第4章 信息传输
第5章 调制解调器及其控制
第6章 UART:一个概念上的模型
第7章 实际的UART
第8章 baseline灵巧型调制解调器
第9章 智能调 ...
VHDL/FPGA/Verilog IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at
IDCT-M is a medium speed 1D IDCT core
-- it can accept a continous stream of 12-bit input words at a rate of
-- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video
-- the core is 100% synthesizable
VC书籍 提供了一种简单的单向“进程间通信”(interprocess communication, I P C)机制。这个机制的名字非常古怪
提供了一种简单的单向“进程间通信”(interprocess communication,
I P C)机制。这个机制的名字非常古怪,叫作“邮槽”(M a i l s l o t)。用最简单的话来说,通过
邮槽,客户机进程可将消息传送或广播给一个或多个服务器进程。