代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/449590/7499733
c 6.c
# define N 5
main( )
{
int x , num[N+1] ;
float st[N+1] , ave , sum=0;
for (x=1 ; x
www.eeworm.com/read/449530/7501140
c intconv.c
/* intconv.c -- some mismatched integer conversions */
#include
#define PAGES 336
#define WORDS 65618
int main(void)
{
short num = PAGES;
short mnum = -PAGES;
printf("n
www.eeworm.com/read/449530/7501313
c summing.c
/* summing.c -- sums integers entered interactively */
#include
int main(void)
{
long num;
long sum = 0L; /* initialize sum to zero */
int status;
printf("Ple
www.eeworm.com/read/449504/7502716
m gedinv.m
function num = gedinv(x,nu)
% PURPOSE:
% Evaluates the Probabiliy a vector of observations x(Nx1)
% has if drawn from a Generalzed Error Dist'n with parameter nu
%
%
% USAGE:
% num = gedinv(
www.eeworm.com/read/449341/7508700
cpp prim.cpp
#include
#include "head.h"
void prim(AdjList G)
{
int i,j,min,y;
ArcNode *p,*s;
int N[n+1],C[n+1];
AdjList T;
point status[n+1]; //相当于X,Y两个集合的布尔向量
for(i=1;i
www.eeworm.com/read/449211/7516742
cpp 复件 快速矩阵转置法及其实现.cpp
#include"stdio.h"
#define MAXSIZE 12500
typedef struct {
int i,j;
char e;
}Triple;
typedef struct{
Triple data[MAXSIZE];
int mu,nu,tu;
}TSMatrix;
int fasttransposeSMatrix(TSMatrix
www.eeworm.com/read/449088/7518724
c 15rkey0.c
#define HEAPSORT struct student
#define KEY score
HEAPSORT
{ int num;
char name[8];
char sex;
int age;
double score;
};
#include "stdio.h"
#includ
www.eeworm.com/read/449088/7518748
c 15hkey0.c
#define HEAPSORT struct student
#define KEY name
HEAPSORT
{ int num;
char name[8];
char sex;
int age;
double score;
};
#include "stdio.h"
#include
www.eeworm.com/read/449088/7518763
c 15ikey0.c
#define HEAPSORT struct student
#define KEY age
HEAPSORT
{ int num;
char name[8];
char sex;
int age;
double score;
};
#include "stdio.h"
#include
www.eeworm.com/read/449057/7519283
txt 新建 文本文档.txt
procedure TQuickReport4.QRBand1BeforePrint(Sender: TQRCustomBand;
var PrintBand: Boolean);
var
t:string;
num:integer;
begin
//data1.chucai.Locate('员工号',VarArrayOf([strtoint(qrdbtext6.Cap