代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/159519/10644410

java ch3ex19.java

public class ch3ex19{ public static void main(String[]args){ int sum=0,num; double average; for(int j=0;j
www.eeworm.com/read/422283/10649581

txt fun.txt

Public Function STR_ARRAY(STR As String, S As String, ARRAY_NUM As Integer) As Variant Dim j As Integer, WZ As Integer If Trim(STR) = "" Then ARRAY_NUM = -1 Exit Function
www.eeworm.com/read/277238/10651316

h display.h

/***************************************************************************** * x264: h264 encoder ***************************************************************************** * Copyright (C) 200
www.eeworm.com/read/422253/10652026

txt 12-5b.txt

#include #include #include #define NUM 100 int main(void) { int i ,top ,current ,temp; int randnum[NUM]; srand(time(0)); for (i = 0; i < NUM; i
www.eeworm.com/read/422253/10652122

txt 猜数字.txt

#include #include int main(void) { srand (time(0)); int magic,num; magic = rand()%100; printf ("This is a game that you can guess a number from 1 to 100.\n")
www.eeworm.com/read/422253/10652288

txt 12-5.txt

#include #include #include #define NUM 100 void print(const int arr[], int lim); int main(void) { int i ,top ,current ,temp; int randnum[NUM]; srand(time
www.eeworm.com/read/422200/10656937

cpp 6-4.cpp

#include # define N 10 float average(float *p,int i) { float sum=0.0,aver; for(i=0;i
www.eeworm.com/read/351309/10659143

m rasta.m

function y=rasta(x,fs,low,high) % function y=rasta(x,fs) where x is the input data (rows of time data), % and fs is the frame rate (sampling rate) in Hz. This is a modified % version of the origina
www.eeworm.com/read/422084/10664931

pin addbcd.pin

-- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other
www.eeworm.com/read/421976/10673271

c dynamic.c

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