代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/281974/9125474
java shiyan5_4.java
class Shiyan5_4
{
public static void main(String[] args)
{
char s[]=new char[81]; int i,j,num=0,ju=0;
for(i=0;i
www.eeworm.com/read/380642/9136124
h ga.h
#include
#include
#include
#include
using namespace std;
#define N 30 //种群数目
#define NUM 120 //城市数目
#define CRS 0.898
#define CHG 0.9
#define RE 0.9
typ
www.eeworm.com/read/380642/9136130
h ga2.h
#include
#include
#include
#include
using namespace std;
#define N 10 //种群数目
#define NUM 50 //城市数目
#define CRS 0.898
#define CHG 0.9
#define RE 0.9
type
www.eeworm.com/read/380642/9136142
h ga.h
#include
#include
#include
#include
using namespace std;
#define N 30 //种群数目
#define NUM 100 //城市数目
#define CRS 0.898
#define CHG 0.9
#define RE 0.9
typ
www.eeworm.com/read/281527/9151387
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t
www.eeworm.com/read/380268/9155184
cpp 0.cpp
// 设计三--活动安排.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
const int num=20;
typedef int KeyType;
using namespace std;
struct DataTy
www.eeworm.com/read/380114/9162088
txt xuanze.txt
//通用选择排序法xuanze.cpp
#include
#include
#define N 10
typedef int(*isgreat)(void *this_num,void *next_num);
void gensort(void *base,int n,int elemsize,isgreat great)
{int i,j
www.eeworm.com/read/380114/9162169
cpp xuanze.cpp
//通用选择排序法xuanze.cpp
#include
#include
#define N 10
typedef int(*isgreat)(void *this_num,void *next_num);
void gensort(void *base,int n,int elemsize,isgreat great)
{int i,j
www.eeworm.com/read/380070/9166678
m exa120501.m
%--------------------------------------------------------------------------
% exa120501.m, for example 12.5.1 and fig12.5.3
%-----------------------------------------------------------------------