代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451908
cc 3197999_re.cc
#include
#include
using namespace std;
int num[101][2001];
int ans[10000], cnt;
int m, n, t;
int power(int a,int b)
{
if(b==1)
return a;
return a*power(a,b-1)
www.eeworm.com/read/451802/7455384
cpp fft-4096.cpp
#include
#include
#include
#include
#include
#define NULL 0
#define TYPE struct compx
#define LEN sizeof (struct compx)
struct compx
{ doub
www.eeworm.com/read/451605/7461242
cpp 求无向图连通分支_dfs实现.cpp
#include
#include
using namespace std;
void dfs(int u, int path[][128], int *mark, int n, int &num, int x[]); //深度优先搜索
void output(int x[], int c); //输出打印函数;
int main()
{
www.eeworm.com/read/451547/7461999
m myparzen.m
function F = myparzen(a,h,b)
[nra,dim] = size(a);
if (nargin
www.eeworm.com/read/451351/7466879
java ex4_10.java
//4.10(输出前一千个素数)
public class Ex4_10{
public static void main(String[] args){
int num=2,i=1;
while(i
www.eeworm.com/read/451140/7470766
h path_delay2.h
/*********** Types and defines used by all path_delay modules ****************/
typedef struct
{
int to_node;
float Tdel;
}
t_tedge;
/* to_node: index of node at the sink end of this edge.
www.eeworm.com/read/451041/7473136
java intarray.java
import Mypackage.ReadDouble;
class intarray
{public static void main(String[] args)
{System.out.println("请输入矩阵的长度num=");
int num=(int)ReadDouble.read();
int Arrays[]=new int[num];
System
www.eeworm.com/read/451032/7473340
java testz.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class testZ extends JFrame implements ActionListener{
private JPanel jPanel1,jPanel2;
private JTextField resultF
www.eeworm.com/read/451010/7473803
java guessgame.java
//MOHD. SYUKRI BIN MOHD. MAHMUD
//BK08110222
//HC00
import javax.swing.JOptionPane;
import java.util.Random;
/** This is GuessNumber Game */
/**
Guessing game for guess a correct number
www.eeworm.com/read/450798/7476687
c 递推.c
#define NUM 10
#include
int i[NUM];
main()
{
int sum,n,total,k,flag,count=0;
printf("Please enter requried terms(