代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/348596/10882193

txt 3195.txt

Source Problem Id:3195 User Id:fzk Memory:48K Time:62MS Language:C++ Result:Accepted Source #include int num[1000000], n, m; int search( int l ) { int rest = l, r;
www.eeworm.com/read/348596/10882941

txt 1432.txt

#include"iostream.h" #include"memory.h" #include"string.h" char ma[][5]={".-","-...","-.-.","-..",".","..-.","--.","....", "..",".---","-.-",".-..","--","-.","---",".--.", "--.-",".-.
www.eeworm.com/read/348596/10883137

txt 1186.txt

#include"iostream.h" #include"memory.h" const long prime=3111011; const long big=2147483647; long answer; long hash[prime]; int num[prime]; long mi[151][32]; long find(long m) {long
www.eeworm.com/read/348596/10883414

txt 2005.txt

#include"iostream.h" #include"stdio.h" #include"string.h" #include"algorithm" int num[15]; char w[20]={'A','2','3','4','5','6','7','8','9','T','J','Q','K'}; int point(char a) {
www.eeworm.com/read/348596/10883440

txt 2348.txt

#include void main() { _int64 n,m; _int64 r; _int64 a[1000]; int k; while(1){ scanf("%I64d %I64d",&n,&m); if(n==0&&m==0) break; if(n
www.eeworm.com/read/348596/10883529

txt 1950.txt

#include const char oper[] = { '+', '-', '.' }; char op[20]; int result[]={0,0,1,1,1,1,6,10,11,17,88,162,197,437,1350}; int n; bool check() { int i, ans=0, num[20]; char opt[20]
www.eeworm.com/read/274170/10886390

c dynamic.c

# include # include # define NUM 10 int main() { char *str[NUM]; /* 定义一个字符性的指针数组 */ int t; /* 为数组中的每个指针分配内存 */ for(t=0; t
www.eeworm.com/read/419081/10886773

cpp testdformat.cpp

#include "Dformat.h" #include #include #define NUM 10 using namespace std; void main() { Dformat CORDIC; CORDIC.print(); int integer[ NUM ]={1,2,4,8,16,32,64,128
www.eeworm.com/read/274055/10889555

prj project.prj

path=D:\svmdata1 num=15 matrix=matrix.txt catalog=class.txt train=train
www.eeworm.com/read/273409/10916925

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