代码搜索结果
找到约 10,000 项符合
Q 的代码
q.bat
dos\quake -basedir /quake -game test_gjc %1 %2 %3 %4 %5 %6 %7 %8 %9
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.bat
set classpath=.;%classpath%
javac -d . Person.java
javac -d . Student.java
javac -d . InfoModel.java
javac -d . InfoController.java
javac -d . InfoDemo.java
java com.JavaSeries.Java.InfoDemo
q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
q.c
int array[10];
main()
{
char i;
i=4;
i=4;
i=4;
i=4;
array[i++] = 4;
}