搜索结果
找到约 12,931 项符合
A-DS-F 的查询结果
单片机开发 摘 要: 本文件是C8051单片机字库(GB2312)测试实验程序;使用外部22.1184MHz晶振. 功能:定义 0 ~ 3 、 A 、 F 为功能键。按"A" 键显示输入位码界面
摘 要: 本文件是C8051单片机字库(GB2312)测试实验程序;使用外部22.1184MHz晶振.
功能:定义 0 ~ 3 、 A 、
F 为功能键。按"A" 键显示输入位码界面,按 0 键页位置加1,按 1 键字位置加1,
按 2 键页位置减1,按 3 键字位置减1,并在LCD上显示该汉字。按"F"返回显示待机界面。 ...
数据结构 bu zhidao sad a d f a fds f sa f asfds
bu zhidao sad a d f a fds f sa f asfds
汇编语言 利用5×7的点阵显示器显示英文字母A~F
利用5×7的点阵显示器显示英文字母A~F,每个字符显示0.5S,如以PC机作为实验平台,按任意键后退出程序。
matlab例程 A DS Spread Spectrum simulation code.
A DS Spread Spectrum simulation code.
人工智能/神经网络 X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A
X(t)=Asin(2*pi *f *t+ q)+n(t)
估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。
其他的具体见附件中的程序
文件格式 * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和
* 输入: m--已知数据点的个数M
* f--M维基函数向量
* n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* a--无用
* 输出: 函数返回值为曲线拟和的均方误差
* a为用基函数进行曲线拟和的系数,
* ...
Java书籍 本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n 组件的高级资料。它包括下列几个部分: • 第一部分是“开发数据库应用
本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n
组件的高级资料。它包括下列几个部分:
&#8226 第一部分是“开发数据库应用程序”,它提供关于使用J b u i l d e r的D a t a E x p r e s s数据
库体系结构的信息,并解释原始数据组件和类之间的相互关系,以及怎样使用它
们来创 ...
数学计算 This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by usin ...
matlab例程 In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.