搜索结果
找到约 1,796 项符合
Shader-X 的查询结果
Linux/Unix编程 本书全面而系统的介绍了安装和配置Thiz Server、Lnux常用命令、Shell操作与简易编程、使用Vi编辑器、Linux的引导过程及原理、软件安装及RPM的使用、配置和使用X Window、用户
本书全面而系统的介绍了安装和配置Thiz Server、Lnux常用命令、Shell操作与简易编程、使用Vi编辑器、Linux的引导过程及原理、软件安装及RPM的使用、配置和使用X Window、用户和用户组管理、进程管理、文件管理等相关内容。
其他 这个是在Visual 6.0下的插件 named as Visual Assist X,安装到VS下
这个是在Visual 6.0下的插件 named as Visual Assist X,安装到VS下,对代码编辑很有用处。
其他书籍 Volume One: Xlib Programming Manual for Version 11 of the X Window System.
Volume One: Xlib Programming Manual
for Version 11 of the X Window System.
数学计算 求标准偏差 > 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
数学计算 求标准偏差 > 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
其他 求标准偏差 > 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
其他 求标准偏差 > 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
操作系统开发 y=x+log(x)-2.2 的一种算法
y=x+log(x)-2.2 的一种算法
其他行业 神经网络用于X荧光分析的源码。输入元素峰的强度
神经网络用于X荧光分析的源码。输入元素峰的强度,得到含量的学习过程。
Linux/Unix编程 linux图形界面x liberary手册
linux图形界面x liberary手册