代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/212047/15167911
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/168081/5449364
txt tred2.txt
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
var
I,J,K,L:integer; H,F,G,SCALE1,ZZ,HH:real;
begin
If N > 1 Then
begin
www.eeworm.com/read/195441/8155619
m edu_imgcrop.m
function bw2 = edu_imgcrop(bw)
% Find the boundary of the image
[y2temp x2temp] = size(bw);
x1=1;
y1=1;
x2=x2temp;
y2=y2temp;
% Finding left side blank spaces
cntB=1;
while (sum(bw(:,cntB
www.eeworm.com/read/334876/12565498
m edu_imgcrop.m
function bw2 = edu_imgcrop(bw)
% Find the boundary of the image
[y2temp x2temp] = size(bw);
x1=1;
y1=1;
x2=x2temp;
y2=y2temp;
% Finding left side blank spaces
cntB=1;
while (sum(bw(:,cntB
www.eeworm.com/read/135438/13931705
txt tred2.txt
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
var
I,J,K,L:integer; H,F,G,SCALE1,ZZ,HH:real;
begin
If N > 1 Then
begin
www.eeworm.com/read/200189/15438593
lng translate.lng
[About]
Author = ZZ
Font = Tahoma
FontSize = 8
[Language]
Application.Title=BitSpirit
TfrmUPNP=BitSpirit's UPNP Utility
TfrmUPNP.Label1=Welcome to BitSpirit - a powerful and easy-to-use BitTo
www.eeworm.com/read/188811/8514104
html package.html
The classes in this package provide a few utility classes
that I found missing or missed finding elsewhere.
Michael Franken, 2005
www.eeworm.com/read/387200/8699970
cpp command.cpp
// file command.cpp
//created by alpha 2008.11.3
#include "../headers/command.h"
#include "../headers/control.h"
#include "../headers/rbtree.h"
#include "../headers/bstree.h"
#include "../head
www.eeworm.com/read/378913/9213230
f90 tred2.f90
SUBROUTINE tred2(a,n,d,e)
INTEGER n
REAL a(n,n),d(n),e(n)
INTEGER i,j,k,l
REAL f,g,h,hh,scale
do i=n,2,-1
l=i-1
h=0.
scale=0.
if(l>1)then
do k=1,l
scale=scale+abs(a(i,k))
www.eeworm.com/read/378783/9215987
f90 tred2.f90
SUBROUTINE tred2(a,n,d,e)
INTEGER n
REAL a(n,n),d(n),e(n)
INTEGER i,j,k,l
REAL f,g,h,hh,scale
do i=n,2,-1
l=i-1
h=0.
scale=0.
if(l>1)then
do k=1,l
scale=scale+abs(a(i,k))