代码搜索:Generating

找到约 2,801 项符合「Generating」的源代码

代码结果 2,801
www.eeworm.com/read/235248/14079917

h xml.h

// C++ By Example, Chapter 9 // Generating XML/HTML #ifndef __XML_H #define __XML_H #include #include #include "tag.h" class XMLDoc { TagList m_tstack; std::ofstream
www.eeworm.com/read/463919/7172924

m receiver4.m

clear all FFTSize = 64 % for each symbol bits 1 to 52 are assigned to subcarrier subIndex = [-26:-1 1:26]; n = 2548; ip = rand(1,n); % generating 1's and 0's BitPerSymbol = 52; x1 = ceil(
www.eeworm.com/read/449369/7507714

am makefile.am

## Process this file with automake to produce Makefile.in # Makefile for generating plot data from LK output. # $Id: Makefile.am,v 1.9 1998/07/31 17:28:51 neto Exp neto $ # Requires GNU make (pattern
www.eeworm.com/read/323119/13350413

0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase insert-db2_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase

Testing server 'IBM DB2 5' at 1999-02-02 0:15:24 Testing the speed of inserting data into 1 table and do some selects on it. The tests are done with a table that has 100000 rows. Generating random
www.eeworm.com/read/304336/13796460

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 stolen from
www.eeworm.com/read/147142/5733451

run

#! /bin/bash echo Generating dataset ../Generator 1000 > d awk '{if ($2 != 2) print $0}' < d > data awk '{if ($2 == 2) print $0}' < d > queries rm -rf d echo Creating new MVR-Tree ../MVRTreeLoad dat
www.eeworm.com/read/147142/5733456

run

#! /bin/bash echo Generating dataset ../Generator 300000 0 > d awk '{if ($1 == 1) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeBulkLoad
www.eeworm.com/read/126641/6015660

pod spkac.pod

=pod =head1 NAME spkac - SPKAC printing and generating utility =head1 SYNOPSIS B B [B] [B] [B] [B] [B] [B
www.eeworm.com/read/101042/6259109

pod spkac.pod

=pod =head1 NAME spkac - SPKAC printing and generating utility =head1 SYNOPSIS B B [B] [B] [B] [B] [B] [B
www.eeworm.com/read/172424/6301749

c demo.c

// DEMO.C : demonstrates implemented features #pragma chip PIC18C242 // select device // OTHER SAMPLE CODE: // demo-ins.c : generating single instructions using C code // demo-mat.c : integer