代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/432139/1896659
sh extractcity.sh
#!/bin/sh
# =========== MUNICH TEST POINTS ===========
batch/extract.sh CITY_704x576_60_2048 CITY_704x576_30_1024 -e 704x576@30:1024
batch/extract.sh CITY_704x576_30_1024 CITY_352x288_30
www.eeworm.com/read/432139/1896709
sh extractcrew.sh
#!/bin/sh
# =========== MUNICH TEST POINTS ===========
batch/extract.sh CREW_704x576_60_3072 CREW_704x576_30_1536 -e 704x576@30:1536
batch/extract.sh CREW_704x576_30_1536 CREW_352x288_30
www.eeworm.com/read/432139/1896725
sh extractmobile.sh
#!/bin/sh
# =========== MUNICH TEST POINTS ===========
batch/extract.sh MOBILE_352x288_30_384 MOBILE_352x288_15_256 -e 352x288@15:256
batch/extract.sh MOBILE_352x288_15_256 MOBILE_352x2
www.eeworm.com/read/432139/1896727
bat extractbus.bat
@REM =========== MUNICH TEST POINTS ===========
@CALL batch\extract Bus_CIF30-512 Bus_CIF15-384 -e 352x288@15:384
@CALL batch\extract Bus_CIF15-384 Bus_CIF15-192 -e 352x288@15:192
@CALL b
www.eeworm.com/read/432139/1896734
bat extractcity.bat
@REM =========== MUNICH TEST POINTS ===========
@CALL batch\extract City_4CIF60-2048 City_4CIF30-1024 -e 704x576@30:1024
@CALL batch\extract City_4CIF30-1024 City_CIF30-512 -e 352x288@30
www.eeworm.com/read/279967/10373881
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PrivateBatch.rc
//
#define IDC_MYICON 2
#define IDD_MYPRIVATEBATCH_DIALOG 102
#define
www.eeworm.com/read/182632/7122702
h sybase_common.h
#ifndef SYBASE_COMMON_H
#define SYBASE_COMMON_H
#define SYBASE_MAXSTRINGLEN 255
#define SYBASE_MAX_TABLE_COLUMNS 256
#define SYBASE_MAX_COLUMN_LENGTH 256
#define SYBASE_BUFSIZE 1024
#define SYBASE_
www.eeworm.com/read/299957/7818545
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PrivateBatch.rc
//
#define IDC_MYICON 2
#define IDD_MYPRIVATEBATCH_DIALOG 102
#define
www.eeworm.com/read/389953/8491499
txt log011082001.txt
Altium Limited - Protel
Protel Footprints
Batch Number 011082001
Publication History
~~~~~~~~~~~~~~~~~~~
14 May 2001
24 Aug 2001
Record of Additions
~~~~~~~~~~~~~~~~~~~
Date:
www.eeworm.com/read/428698/8851727
cpp graham.cpp
//
// This program uses the Graham scan algorithm to calculate the convex
// hull of a batch of points
//
#include
#include
#include
#include
#include