代码搜索:node
找到约 10,000 项符合「node」的源代码
代码结果 10,000
www.eeworm.com/read/442927/7641967
m genbbt.m
function NODE = genbbt(data, clusterNum, levelNum);
% GENBBT Generate BBT (Branch and Bound Tree) for nearest neighbor search
% Usage: NODE = genbbt(data, clusterNum, levelNum)
% data: Data matrix
www.eeworm.com/read/441748/7666030
cpp findpath1.cpp
#include "gengine.h"
#define MSIZE 34
/*
class Path{
BYTE wayPoint[MaxWayLen];
int len;
int head;
public:
Path();
bool IsEmpty( void ){
return head == len;
};
int GetWayPoi
www.eeworm.com/read/441748/7666038
cpp findpath.cpp
#include "gengine.h"
#define MSIZE 34
/*
class Path{
BYTE wayPoint[MaxWayLen];
int len;
int head;
public:
Path();
bool IsEmpty( void ){
return head == len;
};
int GetWayPoi
www.eeworm.com/read/438636/7728795
h dag.h
#ifndef _DAG_H_283609239664239235_
#define _DAG_H_283609239664239235_
/* This file is included in common.h */
/* node is defined in tree.h. */
#if 0
typedef struct _node *Node;
/* node for dag. */
www.eeworm.com/read/438636/7728797
c dag.c
#include "common.h"
#include _YTAB_H_
#define iscall(op) (generic(op) == CALL \
|| IR->mulops_calls \
&& (generic(op)==DIV||generic(op)==MOD||generic(op)==MUL) \
&& ( optype(op)==U || o
www.eeworm.com/read/436341/7771313
cpp biorhythm.cpp
//中国剩余定理的应用
#include
using namespace std;
struct NODE
{
int p;
int e;
int i;
int d;
int days;
};
int getDays(int p, int e, int i, int d)
{
int m, days;
m = 0;
wh
www.eeworm.com/read/434492/7863863
h head.h
//*********************************************
//* 8数码问题的头文件 *
//* 文件名称:head.h *
//* 功 能:定义工程中的所用全局变量 *
//* 参 数:
www.eeworm.com/read/399323/7869718
java huffumancode.java
import java.io.*;
public class Huffumancode {
/**
* @param args
*/
static float sum=0;
static String s;
public static void main(String[] args) {
// TODO Auto-generated method stub
www.eeworm.com/read/398826/7916949
h~ cftree.h~
/****************************************************************
File Name: cftree.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/398826/7917137
h cftree.h
/****************************************************************
File Name: cftree.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zha