代码搜索:wanted
找到约 570 项符合「wanted」的源代码
代码结果 570
www.eeworm.com/read/466099/7044556
java binarysearch.java
//------------------------------------------------------------------------------
//Programmer: Jun Cui
//Date: 08.05.2008
//Assignment: IT214 Java Lab 6
//Software: Netbeans IDE 6.0
//
www.eeworm.com/read/243677/12926056
c encoder.c
#include "io.h"
/* Test data */
char data[] = "\nFrom \"The Cathedral and the Bazaar\"\n\n" \
"Linux is subversive. Who would have thought even five years ago (1991)\n" \
"that a world-class operat
www.eeworm.com/read/144216/5751616
pl mktables.pl
#!../../miniperl
use bytes;
$UnicodeData = "Unicode.301";
$SyllableData = "syllables.txt";
$PropData = "PropList.txt";
# Note: we try to keep filenames unique within first 8 chars. Using
# subdir
www.eeworm.com/read/131315/5935965
myrup
#!/usr/bin/perl
# $Header: myrup,v 4.0 91/03/20 01:11:16 lwall Locked $
# This was a customization of ruptime requested by someone here who wanted
# to be able to find the least loaded machine easil
www.eeworm.com/read/112162/6150542
c filestat.c
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserve
www.eeworm.com/read/194581/8190166
c audio_macosx.c
/*
audio_macosx: audio output on MacOS X
copyright ?-2006 by the mpg123 project - free software under the terms of the GPL 2
see COPYING and AUTHORS files in distribution or http://mpg123.de
init
www.eeworm.com/read/291235/8433275
cpp tred2.cpp
#include
#include "nr.h"
using namespace std;
void NR::tred2(Mat_IO_DP &a, Vec_O_DP &d, Vec_O_DP &e)
{
int l,k,j,i;
DP scale,hh,h,g,f;
int n=d.size();
for (i=n-1;i>0;i--) {