代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/164963/10080308

cpp 1414.cpp

/*1414*/ #include int print(int n) { int x[n],y[n],i,num=0; for(i=0;i
www.eeworm.com/read/360685/10081999

cpp classification.cpp

// Classification.cpp: implementation of the Classification class. // 2005.1.13-16:02 By Superman ////////////////////////////////////////////////////////////////////// #include "stdafx.h" //#i
www.eeworm.com/read/360544/10088606

cpp ex1204c.cpp

#include #ifdef __cplusplus extern "C" { #endif int func(int num[2][2]) { int i,j; int s=0; for ( i=0; i
www.eeworm.com/read/164580/10101121

cpp clustering.cpp

#include "stdafx.h" #include "Clustering.h" #include "stdio.h" #include "math.h" /****************************************************************************** /* Name: LBGCluster /* Functio
www.eeworm.com/read/360311/10103282

cpp xt5-4.cpp

#include using namespace std; int main() {int a[11]={1,4,6,9,13,16,19,28,40,100}; int num,i,j; cout
www.eeworm.com/read/360311/10103371

cpp xt7-9.cpp

#include using namespace std; #define NULL 0 struct student {long num; float score; student*next; }; int n; student *insert(student *head,student *stud) {studen
www.eeworm.com/read/360311/10103420

cpp xt6-14.cpp

#include using namespace std; int main() { void sort (char *p,int m); int i,n; char *p,num[20]; coutn; cout
www.eeworm.com/read/360311/10103435

cpp xt6-5.cpp

#include using namespace std; int main() {int i,k,m,n,num[50],*p; coutn; p=num; for (i=0;i
www.eeworm.com/read/360121/10108910

h numcode.h

unsigned char code num[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x3e };
www.eeworm.com/read/164099/10129309

m c5ex12.m

num = [0 0 0 10 0]; den = [1 14 60 104 64]; [R, P, k] = residue(num, den)