代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/259673/11774038
m crc_code_n1.m
function C = CRC_code_n1(M,n,G)
%CRC code (n,k) function,每k个bit编成nbit。
%Input:
% M:(1,x*k) input data
% n:
% G:generating polynomial.(1,n-k+1)
%Output:
% C:(1,n) coded data;
len1=lengt
www.eeworm.com/read/124118/14593320
makefile
L2HUTILS=../../../l2h-utils
NAVBUTTONS=$(L2HUTILS)/contents.gif $(L2HUTILS)/next.gif $(L2HUTILS)/prev.gif \
$(L2HUTILS)/contents.png $(L2HUTILS)/next.png $(L2HUTILS)/prev.png
POSTL2H = $(L2HUTIL
www.eeworm.com/read/168239/5447368
txt logfile.txt
Class documentation
c:\program files\java\jdk1.5.0\bin\javadoc.exe
-author
-version
-nodeprecated
-package
-source
1.5
-noindex
-notree
-nohelp
-nonavbar
-d
www.eeworm.com/read/162614/5518252
c array3.c
// PR c++/6331
// Bug: we were generating a badly cv-qualified ARRAY_TYPE in the
// synthesized copy constructor for A, which then became the canonical
// version, confusing later uses.
struct A {
www.eeworm.com/read/368572/9685964
gen-7b
#!/bin/sh
echo
echo Generating Unicode2ascii translation table.
(
cat 7bitrepl.lnx | awk -f tr7bit.awk >tmp
N=`cat tmp | wc -l`
echo '/* Automatically generated by gen-7b */'
echo
echo 'struct { int x
www.eeworm.com/read/287580/8680523
plg atl_oledb_consumer.plg
Build Log
--------------------Configuration: ATL_OLEDB_Consumer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\TEM
www.eeworm.com/read/103309/9359316
bat makedocdist.bat
echo Windows NT/2000 only script...
SET CPPUNIT_DIR=G:\prg\vc\Lib\cppunit
SET CPPUNIT_VER=1_9_4
SET DIST_NAME=CppUnitMsdnDoc-%CPPUNIT_VER%
SET HELPWORKSHOP=D:\wut\prg\HTML-Help-Workshop\hhw.exe
www.eeworm.com/read/164099/10129310
m impls_fn.m
% A function generating a rectangular approximation for
% the unit impulse function; width is delta
%
function imp = impls_fn(t, delta)
imp = zeros(size(t));
imp = (stp_fn(t+delta/2)-stp_fn(t-delta/2)
www.eeworm.com/read/356274/10232788
plg atl_oledb_consumer.plg
Build Log
--------------------Configuration: ATL_OLEDB_Consumer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\TEM
www.eeworm.com/read/352324/10563781
bat makedoxygendoku.bat
@ECHO OFF
REM ========================================
REM Name : MakeDoxygenDoku.bat
REM Description : Windows Batch-File
REM Purpose : Start automatic Source-Code Dokumentation Genera