代码搜索:移相法
找到约 10,000 项符合「移相法」的源代码
代码结果 10,000
www.eeworm.com/read/207154/15281995
c reversalop.c
#include
#include
#include
/* 使用Gauss-Jordan消去法求n阶实矩阵的逆矩阵 */
int ReversalOp(double *matrixa, int rank)
{
int *is,*js,i,j,k,l,u,v;
double d,p;
is=(int
www.eeworm.com/read/206937/15285342
m run.m
%----------运用随机法求最优-------------%
function run
disp('函数式为 f(x1,x2)= 100*(x1^2-x2)+(1-x1)^2')
disp('此方法为随机方法,请多试几次!')
random([0 0],5)
www.eeworm.com/read/206937/15285350
m run.m
%---------------运用梯度法求最优---------------%
function run
disp('函数式为 f(x1,x2)= 100*(x1^2-x2)+(1-x1)^2')
disp('运行需要一定时间,请稍等!')
gra([0 0],2)
www.eeworm.com/read/8008/140469
m langrange.m
%Langrange插值法
function y=Langrange(x1,y1,x);
m=length(x);
n=length(x1);
for i=1:m
y(i)=0;
for j=1:n
l=1;
for k=1:n
if (k~=j)
l=(x(i)-x1(k)
www.eeworm.com/read/15750/538486
txt c语言库函数(u类字母).txt
函数名: ultoa
功 能: 转换一个无符号长整型数为字符串
用 法: char *ultoa(unsigned long value, char *string, int radix);
程序例:
#include
#include
int main( void )
{
unsigned
www.eeworm.com/read/15750/538489
txt c语言库函数(o类字母).txt
函数名: open
功 能: 打开一个文件用于读或写
用 法: int open(char *pathname, int access[, int permiss]);
程序例:
#include
#include
#include
#include
int main
www.eeworm.com/read/15750/538497
txt c语言库函数(u类字母).txt
函数名: ultoa
功 能: 转换一个无符号长整型数为字符串
用 法: char *ultoa(unsigned long value, char *string, int radix);
程序例:
#include
#include
int main( void )
{
unsigned
www.eeworm.com/read/15750/538500
txt c语言库函数(o类字母).txt
函数名: open
功 能: 打开一个文件用于读或写
用 法: int open(char *pathname, int access[, int permiss]);
程序例:
#include
#include
#include
#include
int main
www.eeworm.com/read/38039/1090103
mnu dtmplnconstr.mnu
DATUM#PLANE 基准平面
#
Through 穿过
Create a datum plane through the selected object.
创建穿过选取对象的基准平面。
Normal 法向
Create a datum plane normal to the selected object.
创建与所选对象垂直的基准平面。
Parallel 平行
Create a datum
www.eeworm.com/read/38039/1090353
mnu selnxtedge.mnu
SEL#NEXTEDGE 选取相邻边界
#
Next#Normal 相邻法向
Measure distance along normal to next available edge.
沿着相邻边的法线测量距离。
Next#Along 相邻边
Measure distance along next available edge.
沿着相邻边测量距离。