代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/451329/7467394
c min_max.c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/450807/7476512
cpp test.cpp
#include "stdio.h"
#include "stdlib.h"
#include "time.h"
void main()
{
int i,t;
FILE *fp=fopen("G:\\data.txt","w");
srand( (unsigned)time(NULL) );
for( i=0; i
www.eeworm.com/read/450798/7476671
c 桃子猴.c
#include
#include
void main()
{
int total = 0;
int n,b;
scanf("%d%d",&n,&b);
while(1)
{
int i = ++total;
int j;
for(j = 0; j< n;j++, i = (i-b)*(n-1)/n)
{
www.eeworm.com/read/450470/7483248
c srch_env.c
#include
#include
void main (int argc, char *argv[])
{
char path[128];
_searchenv(argv[1], "LIB", path);
if (path[0])
printf("Pathname: %s\n", path)
www.eeworm.com/read/450470/7483517
c atexit.c
#include
#include
void first(void)
{
printf("First function registered\n");
}
void second(void)
{
printf("Second function registered\n");
}
void main (vo
www.eeworm.com/read/450470/7483523
c showpath.c
#include
#include
void main (void)
{
char *entry;
entry = getenv("PATH");
if (*entry)
printf("PATH=%s\n", entry);
else
printf("PATH is not de
www.eeworm.com/read/450470/7483610
c min_max.c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/450283/7486203
cpp 统计文件字符数.cpp
#include
#include
#include
void main ()
{
fstream file;
file.open("abc.txt",ios::in);
if (!file)
{
cout
www.eeworm.com/read/449694/7497957
c 桃子猴.c
#include
#include
void main()
{
int total = 0;
int n,b;
scanf("%d%d",&n,&b);
while(1)
{
int i = ++total;
int j;
for(j = 0; j< n;j++, i = (i-b)*(n-1)/n)
{
www.eeworm.com/read/449682/7498095
depend abc.depend
# depslib dependency file v1.0
1239529184 source:c:\documents and settings\software\桌面\abc\main.c