搜索结果
找到约 13,602 项符合
A-X 的查询结果
串口编程 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式
基于事件驱动的串口通讯控件
消息帧数据格式:
1 0 A B X X
其中 10 为消息标识,
AB表示文本长度,L=A*100+B
XX为配位字符,任意
控制帧数据格式
0 1 A B M N
其中 01为控制标识,
AB为请求标识
MN为附加标识
11表示请求对方接收文件,M表示描述字串中文件名子串的长度
N表示描述字串中文件大小子串的长度
10通知 ...
数学计算 追赶法解周期性方程 输入:a[],b[],c[],x[] 输出:求解结果X在x[]中
追赶法解周期性方程
输入:a[],b[],c[],x[]
输出:求解结果X在x[]中
其他书籍 O Reilly最新IT類書籍(1218) OReilly.Unix.in.a.Nutshell.4th.Edition OReilly.Mac.OS.X.Tiger.in.a.Nutshell
O Reilly最新IT類書籍(1218)
OReilly.Unix.in.a.Nutshell.4th.Edition
OReilly.Mac.OS.X.Tiger.in.a.Nutshell
OReilly.Monad
OReilly.UML.2.0.in.a.Nutshell
OReilly.Oracle.PL.SQL.for.DBAs
OReilly.Open.Sources.2.0
OReilly.Applied.Software.Project.Management
数学计算 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double for ...
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...
Symbian A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client
A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile system.
汇编语言 function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then
单片机开发 HX8310-A 128RGB x 160 dot, 262,144 color TFT controller driver 初始化代码
HX8310-A
128RGB x 160 dot, 262,144 color
TFT controller driver 初始化代码
其他行业 % A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM
其他行业 A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1
A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with
% two Dirichlet edges (x=1,y=1) and two Neumann edges (x=0,y=0)
% by indirect symmetric BKM