搜索结果
找到约 3,261 项符合
f.m 的查询结果
按分类筛选
- 全部分类
- 技术资料 (9)
- matlab例程 (7)
- 数据结构 (7)
- 单片机编程 (6)
- 数学计算 (5)
- 人工智能/神经网络 (4)
- 模拟电子 (3)
- 单片机开发 (3)
- 其他 (3)
- 源码 (3)
- 电源技术 (2)
- Java编程 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- 通讯/手机编程 (2)
- 编译器/解释器 (2)
- DSP编程 (1)
- 学术论文 (1)
- 技术书籍 (1)
- 技术教程 (1)
- autocad教程 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- 电子政务应用 (1)
- 文件格式 (1)
- 软件设计/软件工程 (1)
- 汇编语言 (1)
- 系统设计方案 (1)
- 数值算法/人工智能 (1)
- VHDL/FPGA/Verilog (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- 文章/文档 (1)
- VC书籍 (1)
- Linux/uClinux/Unix编程 (1)
- 习题答案 (1)
- VIP专区 (1)
其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >
求标准偏差
> function c=myfunction(x)
> [m,n]=size(x)
> t=0
> for i=1:numel(x)
> t=t+x(i)*x(i)
> end
> c=sqrt(t/(m*n-1))
function c=myfunction(x)
[m,n]=size(x)
t=0
for i=1:m
for j=1:n
t=t+x(i,j)*x(i,j)
end
end
c=sqrt(t/(m*n-1
通讯/手机编程 Rayleigh Fading Simulation的m程序
Rayleigh Fading Simulation的m程序
数据结构 Algo rithm of we ighted a ssocia tion rule s m ining
Algo rithm of we ighted a ssocia tion rule s m ining
通讯/手机编程 半带滤波器仿真,包括一个.cpp文件和一个.m仿真文件
半带滤波器仿真,包括一个.cpp文件和一个.m仿真文件
Java编程 输出System.out.println(10) System.out.println(0 x10) System.out.println(5.123 f) ystem.out.println(5.1
输出System.out.println(10) System.out.println(0 x10) System.out.println(5.123 f) ystem.out.println(5.123d) System.out.println(2E3)
SQL Server Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, a
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
matlab例程 ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内
”BP.m“文件是BP神经网络整个模型的源程序;
“train.fig”是训练时最后得到的图片;
“程序运行的人口数量原始数据.fig”是预测结果绘制的图;
“程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西;
“程序运行完产生的数据.mat”是程序运行完毕产生的数据。
.bmp文件和.fig文件一样 ...
数学计算 %调用格式 =trapez_g( f_name ,a,b,n) %f_name: 被积函数的文件名f(x) % a:x的上限 % b:x的下限 % 部分区间数 %实例:trapez_g( s
%调用格式 =trapez_g( f_name ,a,b,n)
%f_name: 被积函数的文件名f(x)
% a:x的上限
% b:x的下限
% 部分区间数
%实例:trapez_g( sin ,0,pi,20)
数学计算 LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值
LRU算法的实现
5、最近最久未使用页面算法说明:
M为内存块;
N为页面数;
M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。
通过输入15个数值,作为页面号。
产生内存状态,显示调入的队列,并计算出缺页数和缺页率。 ...
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 ...