代码搜索:Disc

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

代码结果 1,656
www.eeworm.com/read/304014/13804356

xml 酷我经典歌曲.xml

爱 小虎队 壁虎大乐队 wma 566317276 3088326093 774337765 1884683173
www.eeworm.com/read/144587/5749703

java roots.java

import java.io.*; class InputData // 定义从键盘输入数据的类 { static private String s=""; static public void input() // 从键盘输入一行字符,保存在字符串s中 { BufferedReader br=n
www.eeworm.com/read/100234/6273135

c aggrifn.c

/* * aggrifn.c - calculation some aggregate functions * by specific table index * Kernel of GNU SQL-server * * This file is a part of GNU SQL Server * * Copyright
www.eeworm.com/read/418906/6339619

cpp xt14-1.cpp

#include #include using namespace std; double q(double,double,double); void main() {double a,b,c,p,x1,x2; couta>>b>>c; p=-b/(2*a); try
www.eeworm.com/read/490828/6442979

cpp 5-6.cpp

#include #include void main ( ) {float a,b,c,disc,x1,x2,realpart,imagpart; scanf("%f,%f,%f",&a,&b,&c); printf("the equation "); if(fabs
www.eeworm.com/read/490828/6442990

cpp 4-12.cpp

#include #include void main ( ) {float a,b,c,disc,x1,x2,p,q; scanf("a=%f,b=%f,c=%f",&a,&b,&c); disc=b*b-4*a*c; p=-b/(2*a); q=sqrt(disc)/(2*a); x1=p+
www.eeworm.com/read/490520/6447007

cpp 5-6.cpp

#include #include void main ( ) {float a,b,c,disc,x1,x2,realpart,imagpart; scanf("%f,%f,%f",&a,&b,&c); printf("the equation "); if(fabs
www.eeworm.com/read/490520/6447018

cpp 4-12.cpp

#include #include void main ( ) {float a,b,c,disc,x1,x2,p,q; scanf("a=%f,b=%f,c=%f",&a,&b,&c); disc=b*b-4*a*c; p=-b/(2*a); q=sqrt(disc)/(2*a); x1=p+
www.eeworm.com/read/485150/6566164

m doubleint_problem.m

function out = doubleint_problem(what) % Double integrator problem setup. % OUT = DOUBLEINT_PROBLEM(WHAT) % This function conforms to the specifications established by SAMPLE_PROBLEM. maxx = [10; 2
www.eeworm.com/read/485150/6566173

m nav_problem.m

function out = nav_problem(what) % Navigation problem setup. % OUT = NAV_PROBLEM(WHAT) % Navigation problem setup. A point mass has to be steered to the origin in a two-dimensional % continuous stat