搜索结果
找到约 1,796 项符合
Shader-X 的查询结果
数学计算 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版
拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版
数学计算 在Z2[X]中判断一个多项式是否本原多项式
在Z2[X]中判断一个多项式是否本原多项式,并能对给定的多项式求逆。
matlab例程 利用高斯-勒让德多项式计算 sin(x+y)在矩形区域的积分
利用高斯-勒让德多项式计算
sin(x+y)在矩形区域的积分
软件设计/软件工程 不使用Dx common框架 直接使用sdk,读取.x文件的项目
不使用Dx common框架 直接使用sdk,读取.x文件的项目,可以让你更深入了解.x文件读取方式。
其他 用进程查看器(优化大师,兔子里面附带着)查看路进程文件路径,如果不是直接跟在系统目录(X:Windowssystem32)下,那就很有可能是木马,如果是在带有迷惑性的系统经常出现的目录名下就更有可能了
用进程查看器(优化大师,兔子里面附带着)查看路进程文件路径,如果不是直接跟在系统目录(X:\Windows\system32)下,那就很有可能是木马,如果是在带有迷惑性的系统经常出现的目录名下就更有可能了.
驱动编程 X-Trap Driver X-Trap Driver
X-Trap Driver X-Trap Driver
文件格式 DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) Set
DragQueryPoint( hDropInfo,&pt )
CString strPos
strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y)
SetDlgItemText(IDC_FILEPOS,strPos)
matlab例程 %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma
%BIQPBOX Bisection reflective line search for sqpbox
% [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,...
% oval,po,normg,DS,mtxmpy,data,H)
% returns the new feasible point nx, the corresponding sign vector nsig,
% and the step size of the unreflected step, alpha.
% Copyright (c) 1990-98 by ...
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 ...