代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4984232
c source.c
#include "stdinc.h"
#include "vac.h"
#include "dat.h"
#include "fns.h"
#include "error.h"
static int sizeToDepth(uvlong s, int psize, int dsize);
static int
sizeToDepth(uvlong s, int psize, int dsiz
www.eeworm.com/read/205824/5020299
c source.c
/*
* File source.c - source files management
*
* Copyright (C) 2004, Eric Pouech.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/205824/5021460
c source.c
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2005 Aric Stewart for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/204369/5032650
java source.java
// HTMLParser Library $Name: v1_6 $ - A java-based parser for HTML
// http://sourceforge.org/projects/htmlparser
// Copyright (C) 2004 Derrick Oswald
//
// Revision Control Information
//
// $Source:
www.eeworm.com/read/202381/5051962
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real r,h,s;
s=2*3.\
14*r*(r+h)
End
www.eeworm.com/read/202381/5051966
txt source.txt
Begin{一个略去输入输出的程序样本例子}
Integer height;
Integer radius1,radius2,radius3;
Real area1,area2,area3;
area1=2*3.14*radius1*(radius1+height);
area2=2*3.14*radius2*(radius2+height);
area3=2*3.14
www.eeworm.com/read/202381/5051971
txt source.txt
Begin{一个略去输入输出的程序样例}
Integer height,radius;
Real AREA;
area=2*3.14*radius*(radius+height)
End
www.eeworm.com/read/202381/5051975
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real r,h,s;
s=2*3.\
14*r*(r+h)
End
www.eeworm.com/read/202381/5051982
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real R,h,s;
s=2*3\
14*r*(r+++h)
End
www.eeworm.com/read/202381/5052024
txt source.txt
begin/*S=2*3.14*R*R+2*3.14*R*H*/
real r,h,s;
S=2*3.14*r*(++r+h)
.45
12.3
34.
.
abcdef0123456789
end