代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/113666/15451626
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/113579/15453004
m rbf_rr_2.m
function [C, R, w, info, conf] = rbf_rr_2(X, y, conf)
%
% Ridge regression using radial basis functions.
%
% Solves a regression problem with inputs X and outputs y using ridge
% regression (weight de
www.eeworm.com/read/108756/15576040
txt psoutfil.txt
Iter: 134 Best val: 9.79533469386637E-06 1/4/00 3:44:50 PM
Neighd. size (0=global): 0 Fnctn# 5 #Dims 2
Dim. 1 Pos. -1.491387E-04
Dim. 2 Pos. -5.451324E-04
Iter
www.eeworm.com/read/108554/15584278
c virtualplayer.c
/* Code for exercise 15.3.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to u
www.eeworm.com/read/105943/15652317
url 北极星个人主页-源码下载.url
[DEFAULT]
BASEURL=http://best.163.com/~yzr1976/yml.html
[InternetShortcut]
URL=http://best.163.com/~yzr1976/yml.html
Modified=F0FCA700A364C0015B
www.eeworm.com/read/105943/15653252
url pb华方编程世界--首页欢迎.url
[InternetShortcut]
URL=http://best.163.com/~lzhjy/
Modified=C01FE57DBD1BBF01D9
www.eeworm.com/read/104632/15686561
txt aamathbook.txt
Reference Mathematic books :
==========================
I give these books for help.
The student solutions manuals, are indispensable.
These books are not the b
www.eeworm.com/read/104413/15694788
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/103264/15738338
cpp diaodu.cpp
#include "stdio.h"
#include "stdlib.h"
#include
void CopyL(int Sour[],int Dist[] ,int x);
void SetDI(int DiscL[]);
void Print(int Pri[],int x);
void DelInq(int Sour[],int x,int y);
www.eeworm.com/read/129048/14268824
s match.s
/* match.s -- optional optimized asm version of longest match in deflate.c
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* t