代码搜索:Disc
找到约 1,656 项符合「Disc」的源代码
代码结果 1,656
www.eeworm.com/read/360310/10104057
cpp l3_7.cpp
#include "iostream.h"
#include "math.h"
void main()
{
double a,b,c,disc,x1,x2,p,q;
cin >> a >> b >> c;
if(fabs(a) < 1e-6)
cout
www.eeworm.com/read/420934/10767001
m dbuild.m
function disc = dbuild(dh,dv)
% disc = dbuilddh,dv);
% Encode vertical and horizontal discontinuities/quality maps
%
% dv - vertical discontinuity matrix
% dv(i,j)
www.eeworm.com/read/416921/11009697
m discpoints.m
function [x,y] = discpoints(cx, cy, r, n)
% DISCPOINTS Random points within a disc.
% [X,Y] = DISCPOINTS(CX, CY, R, N) returns N randomly generated points
% with coordinates (X,Y) containe
www.eeworm.com/read/436253/7254373
һԪ
/*求一元二次方程的根*/
#include
#include
void main()
{
float a,b,c,disc,x1,x2,real,imag;
coutb>>c;
if(a==0)
{
if(b==0)
cout
www.eeworm.com/read/434325/7874868
m muller.m
function [p2,y2,err,P] = muller(f,p0,p1,p2,delta,epsilon,max1)
%---------------------------------------------------------------------------
%MULLER Muller's method is used to locate a root
% Samp
www.eeworm.com/read/329487/12953065
c 05.c
#include
void main()
{float a,b,c,x1,x2,disc;
printf("input a b c:");
scanf("%f,%f,%f",&a,&b,&c);
if(fabs(a)
www.eeworm.com/read/315002/13554459
sh mount-orzimage.sh
#!/bin/sh
mount ../orzmicro.img ./disc \
-t msdos -o loop=/dev/loop0
www.eeworm.com/read/150763/5689165
makefile
#
# Generic Linux/Unix Makefile for PHYLIP 3.6.
#
# You should not need to change anything, though if you want you could
# change the first (noncomment) statement to some directory location
# that mig
www.eeworm.com/read/146906/5734261
java dirichletproblem.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;