代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/279384/10442426
mn orthotest.mn
.TH orthotest 1 "18 Feb 1997"
.SH NAME
orthotest \- see if a set of anisotropic elastic constants are orthorhombic
.SH SYNOPSIS
.BI "orthotest < elastic_constants
.PP
.B orthotest
expects to read from
www.eeworm.com/read/279384/10442436
txt orthotest.txt
orthotest(1) orthotest(1)
NNAAMMEE
orthotest - see if a set of anisotropic elastic constants are
orthorhombic
SSY
www.eeworm.com/read/353409/10449492
txt 使用说明.txt
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...
www.eeworm.com/read/353319/10455306
txt 最速下降法.txt
#include
#include
main()
{
float x1,x2,T1,T2,f,g,M=0.001,t,s,p;
clrscr();
x1=1;
x2=1;
T1=2*x1;
T2=8*x2;
t=(T1*T1+T2*T2)/(2*T1*T1+8*T2*T2);
x1=x1-t*T1;
x2=x2-t*T2;
T1=2*
www.eeworm.com/read/424281/10472213
todo
* Implement more wavelet types:
Check the literature to find out what are commonly used types. Candidates
could be coiflets and symmlets.
** Coefficients for coiflets and symmlets found so far are
www.eeworm.com/read/160583/10516698
py legend_auto.py
"""
This file was written to test matplotlib's autolegend placement
algorithm, but shows lots of different ways to create legends so is
useful as a general examples
Thanks to John Gill and Phil ?? fo
www.eeworm.com/read/278011/10584676
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/351320/10658188
h grouppartial.h
#ifndef _GROUPPARTIAL_H_
#define _GROUPPARTIAL_H_
#pragma once
#include "resource.h"
#include
#include
using namespace std;
struct jobInfoNode
{
int p; //proce
www.eeworm.com/read/421951/10675247
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/276954/10692150
save test0.save
------------------------------------------------------------
kmltest: KMlocal (k-means clustering by local search)
Version: 1.7 (Use at your own risk)
Copyright: David M. Mount.
Latest Rev