代码搜索结果

找到约 10,000 项符合 6 的代码

examp6_6.m

syms x y; [x,y]=solve('x^2/2+x+3/2+2/y+5/(2*y^2)+3/x^3=0',... 'y/2+3/(2*x)+1/x^4+5*y^4','x,y'); size(x) err=[x.^2/2+x+3/2+2./y+5./(2*y.^2)+3./x.^3,y/2+3./(2*x)+1./x.^4+5*y.^4]; norm(double(

prg6_6.c

// File: prg6_6.c #include /* These are the usual header files */ #include /* for bzero() */ #include /* for close() */ #include

prg6_6.c

// File: prg6_6.c #include /* These are the usual header files */ #include /* for bzero() */ #include /* for close() */ #include

shiyan6_6.cpp

// lab6_6.cpp #include "employee.h" void main(void) { Employee emp[5] = { Employee("张三","平安大街3号", "北京", "100000"), Employee("李四","王府井大街20号", "北京", "100000"), Employee("赵刚","中山路112号",

al6_6.c

/*案例代码文件名:AL6_6.C*/ /*功能:将2维字符数组进行初始化,并在屏幕上输出*/ main() {int i; char name[5][9]={"张三山", "李四季", "王五魁", "刘六顺", "赵七巧"}; for(i=0;i

p6-6.c

#include #include #include #include void pr_exit(int status) { int sig; if (WIFEXITED(status)) /* 正常终止的子进程 */ printf("normal terminat

6_6.c.c

//7.6 程序清单 #include #include #include #include #include //速度计算的两个变量 int AngPos[2] = {0,0}; int POSCNTcopy = 0; #define MAX_CNT_PER_R

c6-6.cpp

#include using namespace std; int main() {void select_sort(int *p,int n); //函数声明 int a[10],i; double c=3.6,*q=&c; cout