代码搜索结果

找到约 1,193 项符合 Q 的代码

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; }

q.c

//#include #include #define HI 4 typedef struct hello { int a; } james; int zzz; void jamison(int rrr); extern int howdy; main(int argc, char *argv) { int

q.c

#include "windows.h" #include "stdio.h" int a; main(int argc, char *argv[]) { printf("%x", &a); return 0; }