代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/147311/12567459
html keyagree.html
Generating a Secret Key Using the Diffie-Hellman Key Agreement Algorithm
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12569620
html emitxml.html
Generating an XML Document from a JSP Page
(Java Developers Almanac Example)
www.eeworm.com/read/135055/13965460
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
#
# Modified from autogen.sh script from Eterm, www.eterm.org
DIE=0
echo "Generating configuration files for bookcase, please wait..
www.eeworm.com/read/202876/15370692
m saving_calib_ascii.m
if ~exist('save_name'),
save_name = 'Calib_Results';
end;
fprintf(1,'Generating the matlab script file %s.m containing the intrinsic and extrinsic parameters...\n',save_name)
fid = fopen
www.eeworm.com/read/103452/15731624
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
#
# Modified from autogen.sh script from Eterm, www.eterm.org
DIE=0
echo "Generating configuration files for bookcase, please wait..
www.eeworm.com/read/100890/15863355
h d3dmacs.h
/*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3dmacs.h
*
* Useful macros for generating execute buffers. Consult the D3D sample
* code for examp
www.eeworm.com/read/430127/8764999
m kpca_test.m
% kpca_test.m is a script that tests
%
% kpca_calc.m
% kpca_map.m
% kpca_plot.m
%
% using the same data as kpca_toy.m by Bernhard Schoelkopf. The
% code generating the data is stol
www.eeworm.com/read/377683/9265706
tcl rtree_perf.tcl
set testdir [file join [file dirname $argv0] .. .. test]
source $testdir/tester.tcl
ifcapable !rtree {
finish_test
return
}
set NROW 10000
set NQUERY 500
puts "Generating $NROW rows of dat
www.eeworm.com/read/161165/10442844
m smo_algorithm.m
function outPutPar = SMO_algorithm(class_one,class_two,kPar,C)
% the function for generating the two_class based classification
% InputPar:
% class_one: the first class data;
% class_two: the second c