代码搜索:Disc

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

代码结果 1,656
www.eeworm.com/read/380126/9161446

c options.c

/* * options.c * * Copyright (c) 2002 Ben Fennema * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it un
www.eeworm.com/read/379196/9204962

txt 例13.1.txt

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

cpp speciallist.cpp

//: C21:SpecialList.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Using the second version of transform(
www.eeworm.com/read/374163/9419149

c ddate.c

/* $ DVCS ID: $jer|,523/lhos,KYTP!41023161\b"?"
www.eeworm.com/read/372227/9516720

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/169504/9853898

c osdmsg7.c

/* Copyright 1997, ESS Technology, Inc. */ /* SCCSID @(#)osdmsg7.c 1.3 2/24/98 */ /* * This is for Customer 007 */ /* * Leave all OSD messages here to save DRAM space. * * DON'T put one char
www.eeworm.com/read/168830/9896587

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/168830/9896673

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/360311/10103713

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/355337/10274884

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