代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/423070/10589771
java seat.java
import java.io.*;
class Seat{
public int Row,Line;
public void Show(int i,int j)
{Row=i;
Line=j;
String num[][]=new String[10][10];
for(i=0;i
www.eeworm.com/read/159906/10591541
m 17-1.m
I = checkerboard(10,2);
%棋盘图像
[m n]=size(I);
J=[];
for i=1:m
value=I(i,1);
num=1;
for j=2:n
if I(i,j)==value
num=num+1;
else
J=[J num val
www.eeworm.com/read/422825/10608109
cpp 1152.cpp
#include
int print(int w,int q)
{ int n,m,j,a,b,i=0,num[10000][2],count[10000],h,sum,res;
for(j=0;j
www.eeworm.com/read/351809/10609203
txt 78.txt
【程序39】
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:
main()
{
int a[11]={1,4,6,9,13,16,19,28,40,100};
int temp1,temp2,<mark>num</mark>be ...
www.eeworm.com/read/277706/10611367
vbs 2189244ip.vbs
Dim Num
Dim Num1
Call SIP()
Sub Ok()
Dim ReadComputerName
Set ReadComputerName=WScript.CreateObject("WScript.Shell")
Dim ComputerName,RegPath
RegPath="HKLM\System\CurrentCont
www.eeworm.com/read/159827/10611484
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/159827/10611621
cpp rolling.cpp
/*----------------------------ANIMATION-----------------------------*/
/* NAME:ROLLING */
/*----------------------------ANIMATION-----------------------------*/
#include
www.eeworm.com/read/159827/10611855
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/159827/10611913
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/159827/10611925
cpp ray.cpp
/*----------------------------ANIMATION-----------------------------*/
/* NAME : COLOR RAYS WITH SOUND */
/*----------------------------ANIMATION-----------------------------*/
#inc