搜索结果
找到约 2,895 项符合
M-BUS 的查询结果
数学计算 LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值
LRU算法的实现
5、最近最久未使用页面算法说明:
M为内存块;
N为页面数;
M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。
通过输入15个数值,作为页面号。
产生内存状态,显示调入的队列,并计算出缺页数和缺页率。 ...
matlab例程 MATLAB编写的一个M文件
MATLAB编写的一个M文件,实现二分法求函数f在[a,b]上的一个零点,牛顿插值法
matlab例程 6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robot
6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University.
The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange.
%
% This file is still being ...
人工智能/神经网络 BP神经网络的源代码,是用MATLA的.M文件写的,希望对大家有帮助
BP神经网络的源代码,是用MATLA的.M文件写的,希望对大家有帮助
数值算法/人工智能 经典的模糊神经网路m程序
经典的模糊神经网路m程序,采用T-S模型,自适应反传算法
其他 有没有被Sql Server日志以每日数百M的速度增加所困扰过?租用的虚拟主机Sql日志空间只有50M不够用怎么办?用备份--
有没有被Sql Server日志以每日数百M的速度增加所困扰过?租用的虚拟主机Sql日志空间只有50M不够用怎么办?用备份--
串口编程 universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
其他书籍 Universal Serial Bus Mass Storage Class UFI Command Specification
Universal Serial Bus
Mass Storage Class
UFI Command
Specification
通讯编程文档 Universal Serial Bus Mass Storage Class Specification Overview
Universal Serial Bus
Mass Storage Class
Specification Overview
其他 极大值抑制与双阈值门限得到图像边缘: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of
极大值抑制与双阈值门限得到图像边缘:
* nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.