代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/304489/13792696
c c4.5.c
/*************************************************************************/
/* */
/* Main routine, c4.5 */
/* ------------------ */
/* */
/**************************
www.eeworm.com/read/303234/13819933
m newaas.m
function[AA,S,Dim]=NewAAS(Dim,Best,AA,S)
l=0;
for i = 1:Dim
if Best(i) == 1
l = l + 1;
Label(l) = i;
end
end
Best
Label
AA(:,Label)=[];
AA(Label
www.eeworm.com/read/302283/13838203
cpp i.cpp
// Problem I
// http://acm.zju.edu.cn/show_problem.php?pid=2704
// Solution by semiconductor
#include
#include
#include
using namespace std;
const char NUL = '\0'
www.eeworm.com/read/301701/13852085
txt finalists announced for javaworld editors' choice awards.txt
作者:梦
email: mfgqd@263.net
日期:2001-5-23 18:02:50
And the finalists are:
Best Java Virtual Machine
Blackdown 1.3 Linux, Blackdown.org
Java HotSpot Server VM 2.0, Solaris, Sun Microsystems
www.eeworm.com/read/143434/5757843
c vq.c
/* Copyright (C) 2002 Jean-Marc Valin
File: vq.c
Vector quantization
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the follo
www.eeworm.com/read/137626/5823164
c stub.c
/* Libc stub functions */
/* $Id: stub.c,v 1.18.4.2 2005/02/28 01:31:50 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include
#incl
www.eeworm.com/read/133885/5898897
java gclustvec.java
package tclass.clusteralg;
import tclass.*;
public class GClustVec implements ClusterVecI {
EventDescI eventDesc;
GClust[] clusters;
float[] sds;
int pepIndex;
int numParams
www.eeworm.com/read/113071/6141994
java evalservlet.java
package jabadot;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class EvalServlet extends HttpServlet {
public static String EVALS_FILE = "/home/ian/evals.txt";
Pri
www.eeworm.com/read/107543/6188991
c c4.5.c
/*************************************************************************/
/* */
/* Main routine, c4.5 */
/* ------------------ */
/* */
/*******************************
www.eeworm.com/read/107009/6190811
java main.java
import org.coinor.opents.*;
public class Main
{
public static void main (String args[])
{
// Initialize our objects
java.util.Random r = new java.util.Random( 12345 );