代码搜索:Disc

找到约 1,656 项符合「Disc」的源代码

代码结果 1,656
www.eeworm.com/read/335542/12517180

cpp speciallist.cpp

//: C06:SpecialList.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the fi
www.eeworm.com/read/249069/12524822

txt 例13.1.txt

例13.1 有一元二次方程ax2+bx+c=0,其一般解为 x1,2=-b±b2-4ac[]2a,但若a=0,或b2-4ac
www.eeworm.com/read/238066/13909679

txt 例13.1.txt

例13.1 有一元二次方程ax2+bx+c=0,其一般解为 x1,2=-b±b2-4ac[]2a,但若a=0,或b2-4ac
www.eeworm.com/read/300492/13909702

cpp speciallist.cpp

//: C06:SpecialList.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the fi
www.eeworm.com/read/134340/13995114

c al4_6.c

/*案例代码文件名:AL4_6.C。*/ /*功能:求一元二次方程的解。*/ #include "math.h" main() { float a,b,c,disc,x1,x2,p,q; scanf("%f,%f,%f", &a, &b, &c); /*输入一元二次方程的系数a,b,c*/ disc=b*b-4*a*c; if (fabs(disc)
www.eeworm.com/read/134340/13995163

c al3_11.c

/*案例代码文件名:AL3_11.C。*/ /*功能:设计一个顺序结构程序,求方程的根。*/ #include "math.h" /*为使用求平方根函数sqrt(),包含math.h头文件 */ main() {float a,b,c,disc,x1,x2; printf("Input a, b, c: "); scanf("%f,%f,%f",&a,&b,&c);
www.eeworm.com/read/235195/14082094

txt linux之菜鸟日记(一).txt

Linux之菜鸟日记(一) 最近Linux实在是火得很,不学点Linux的知识肯定是不行的。要学就学点正宗的,最近用Linux的人好象很少有人不提到Red Hat,我这个爱赶时髦的菜鸟学习Linux当然也是从Red Hat入手。没有安装盘,这不成问题,到网上直接来到www.redhat.com,当前的最新版本是7.1。安装所需的两个文件是:seawolf-i386-<mark>disc</mark>1.iso ...
www.eeworm.com/read/235195/14082185

txt linux之菜鸟日记(一).txt

Linux之菜鸟日记(一) 最近Linux实在是火得很,不学点Linux的知识肯定是不行的。要学就学点正宗的,最近用Linux的人好象很少有人不提到Red Hat,我这个爱赶时髦的菜鸟学习Linux当然也是从Red Hat入手。没有安装盘,这不成问题,到网上直接来到www.redhat.com,当前的最新版本是7.1。安装所需的两个文件是:seawolf-i386-<mark>disc</mark>1.iso ...
www.eeworm.com/read/110993/15520485

cpp speciallist.cpp

//: C21:SpecialList.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Using the second versio
www.eeworm.com/read/108718/15577984

txt load.txt

connect -c jtag -y erase write -b 1 -f out.ihx -intel -ver write -b 2 -f protect_word.bin -binary -a FE -ver disc