代码搜索:Disc

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

代码结果 1,656
www.eeworm.com/read/139053/5811283

txt load.txt

connect -c uja -y erase write -b 1 -f out.ihx -intel -ver write -b 2 -f protect_word.bin -binary -a FE -ver disc
www.eeworm.com/read/128260/5992126

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
www.eeworm.com/read/418906/6339397

cpp c13-1.cpp

#include #include using namespace std; int main() {float a,b,c,disc; couta>>b>>c; if (a==0) cerr
www.eeworm.com/read/477671/6730545

cpp speciallist.cpp

//: C08:SpecialList.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Using the second version
www.eeworm.com/read/409572/11319088

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/409572/11319162

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/263399/11364496

cpp c13-1.cpp

#include #include using namespace std; int main() {float a,b,c,disc; couta>>b>>c; if (a==0) cerr
www.eeworm.com/read/407295/11422477

m lti_int.m

%LTI_INT Integrate LTI ODE with Gaussian Noise % % Syntax: % [x,P,A] = lti_int(x,P,F,L,Q,T) % % Description: % Integrates LTI differential equation % % x' = F*x + L*w , w ~ N(0,Q) % % from
www.eeworm.com/read/405333/11464984

cpp speciallist.cpp

//: C06:SpecialList.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Using the second version
www.eeworm.com/read/401561/11556110

cpp c13-1.cpp

#include #include using namespace std; int main() {float a,b,c,disc; couta>>b>>c; if (a==0) cerr