搜索结果
找到约 2,030 项符合
x-y 的查询结果
数学计算 在Z2[X]中判断一个多项式是否本原多项式
在Z2[X]中判断一个多项式是否本原多项式,并能对给定的多项式求逆。
软件设计/软件工程 不使用Dx common框架 直接使用sdk,读取.x文件的项目
不使用Dx common框架 直接使用sdk,读取.x文件的项目,可以让你更深入了解.x文件读取方式。
数学计算 本题采用的计算方法为:主要求解三对角阵方程组得解。采用的计算方法为“追赶法”。 算法思路为:求解方程Ly=d(追)——〉求解Ux=y(赶)
本题采用的计算方法为:主要求解三对角阵方程组得解。采用的计算方法为“追赶法”。
算法思路为:求解方程Ly=d(追)——〉求解Ux=y(赶)
其他 用进程查看器(优化大师,兔子里面附带着)查看路进程文件路径,如果不是直接跟在系统目录(X:Windowssystem32)下,那就很有可能是木马,如果是在带有迷惑性的系统经常出现的目录名下就更有可能了
用进程查看器(优化大师,兔子里面附带着)查看路进程文件路径,如果不是直接跟在系统目录(X:\Windows\system32)下,那就很有可能是木马,如果是在带有迷惑性的系统经常出现的目录名下就更有可能了.
驱动编程 X-Trap Driver X-Trap Driver
X-Trap Driver X-Trap Driver
人工智能/神经网络 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(
代入法的启发示搜索
我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z)
,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系 ...
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...
matlab例程 %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the %
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyr ...
数据结构 设给定n 个变量1 x , 2 x ,…, n x 。将这些变量依序作底和各层幂
设给定n 个变量1 x , 2 x ,…, n x 。将这些变量依序作底和各层幂,可得n重幂如下
n x
x x x
&#61518
3
2
1
这里将上述n 重幂看作是不确定的,当在其中加入适当的括号后,才能成为一个确定的
n 重幂。不同的加括号方式导致不同的n 重幂。例如,当n=4 时,全部4重幂有5个。 ...
matlab例程 SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is scaled so that the sound is played a
SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is
scaled so that the sound is played as loud as possible without
clipping. The mean of the data is removed.