代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/119154/14838292
upp bjc610b8.upp
-supModel="Canon BJC 610, 720x720DpI, high resolution paper, color, rendered"
-sDEVICE=uniprint
-dNOPAUSE
-dSAFER
-dupColorModel=/DeviceCMYKgenerate
-dupRendering=/FSCMYK32
-dupOutputFormat=/Can
www.eeworm.com/read/212602/15152393
m sizefig.m
function pos = sizefig(dx,dy)
% FIGSIZE determine the figure size for the current screen resolution
%
% SIZES = SIZEFIG(DX,DY)
% DX = normalized width for a 1024x768 screen
% DY = normal
www.eeworm.com/read/14961/427448
rte bestsave.rte
(routes
(resolution mm 100000)
(parser
)
(parser
)
(structure_out
(layer TOP (type signal)
)
(layer I1 (type signal)
)
(layer I2 (type signal)
)
(layer
www.eeworm.com/read/19141/813020
rte bestsave.rte
(routes
(resolution mm 100000)
(parser
)
(parser
)
(structure_out
(layer TOP (type signal)
)
(layer I1 (type signal)
)
(layer I2 (type signal)
)
(layer
www.eeworm.com/read/27837/867915
rte bestsave.rte
(routes
(resolution mm 100000)
(parser
)
(parser
)
(structure_out
(layer TOP (type signal)
)
(layer I1 (type signal)
)
(layer I2 (type signal)
)
(layer
www.eeworm.com/read/38039/1095029
mnu renderoptions.mnu
RenderOptions
# remove the # sign and enter foreign help string in this line
High#Res
Enable/disable high resolution rendering
# remove the # sign and enter foreign help string in this line
Floor#Ref
www.eeworm.com/read/478549/1351647
bas bigimage.bas
Sub Command3_Click () ' "CREATE A BIG BITMAP" BUTTON
' Creates a bitmap that is allegedly 12 x 12 inches.
' But Windows Paintbrush can "use printer resolution"
' and make it 300 dpi,
www.eeworm.com/read/470720/1447871
c overload36.c
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/470720/1448072
c template6.c
// PRMS Id: 4656
// Testcase for use of member pointers in template resolution
template class A {
public:
A() : a(1) {}
T a;
};
template
int foo (T A::*p)
{
return 0;
www.eeworm.com/read/470693/1459817
c overload36.c
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator