代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/434429/7866691
txt c.txt
#include
#include
#include
#include
#include
#define MAXVALUE 10000 /*权值最大值*/
#define MAXLEAF 30 /*叶子最多个数*/
#define MAXNODE MAXLEAF*2-
www.eeworm.com/read/199264/7873571
cpp getmin.cpp
#include
#include
int GETMIN(int NUM1=100,int NUM2=200,int NUM3=300)
{
int MIN;
if (NUM1>NUM2) MIN=NUM2;
else MIN=NUM1;
if (MIN>NUM3) MIN=NUM3;
return MIN;
}
int
www.eeworm.com/read/299227/7873753
cpp xuanze.cpp
//通用选择排序法xuanze.cpp
#include
#include
#include
#include
#define N 10
typedef bool (*isgreat)(void *this_num,void *next_num);
void gensort(void *base,int
www.eeworm.com/read/199264/7873810
cpp rolling.cpp
/*----------------------------ANIMATION-----------------------------*/
/* NAME:ROLLING */
/*----------------------------ANIMATION-----------------------------*/
#include
www.eeworm.com/read/199264/7874068
cpp textwin.cpp
#include
#include
#define LEFT 5
#define TOP 2
#define RIGHT 78
#define BOTTOM 25
void DRAW_WIN(int LEFT_X,int LEFT_Y,int RIGHT_X,int RIGHT_Y);
void main()
{
int NUM;
v
www.eeworm.com/read/199264/7874174
cpp sort.cpp
#include
#include
int main()
{
int NUM,CIRCLE,I,J,BUFFER;
int DATA[200];
clrscr();
printf("Input the number of data:");
scanf("%d",&NUM);
for(CIRCLE=0;CIRCLE
www.eeworm.com/read/199264/7874208
cpp ray.cpp
/*----------------------------ANIMATION-----------------------------*/
/* NAME : COLOR RAYS WITH SOUND */
/*----------------------------ANIMATION-----------------------------*/
#inc
www.eeworm.com/read/434316/7875105
c intfft_brin.c
//-----------------------------------------------------------------------------
// IntFFT_BRIN.c
//-----------------------------------------------------------------------------
// Copyright 2003 Cy
www.eeworm.com/read/399237/7879142
txt 磁盘空间的分配与回收.txt
#include "stdafx.h"
#include
#include
#include "stdlib.h"
#include
const int lump=40;
const int word=8;
const int wordnum=lump/word;
typedef struct no