代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/432906/1886562
py 02_save_badparm_neg.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Li Ge
# Test description:
# Negative Test:
# Test for saving domain with non existent option
www.eeworm.com/read/430506/1929370
m fig2eps.m
function []=fig2eps(fig)
%
% FIG2EPS Exports the figure to a file in the EPS format.
% Before saving, the standard save window is invoked
% to obtain output file name.
%
% Statistical Patter
www.eeworm.com/read/385462/2588765
py 02_save_badparm_neg.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Li Ge
# Test description:
# Negative Test:
# Test for saving domain with non existent option
www.eeworm.com/read/373460/2761804
m fig2eps.m
function []=fig2eps(fig)
%
% FIG2EPS Exports the figure to a file in the EPS format.
% Before saving, the standard save window is invoked
% to obtain output file name.
%
% Statistical Patter
www.eeworm.com/read/351636/3100498
cmake wrap_itkimagetoimagefiltera.cmake
WRAP_CLASS("itk::ImageToImageFilter" POINTER)
# Wrap from each scalar type to each other, and also to uchar (for 8-bit saving)
# and to ulong (for watershed).
UNIQUE(from_types "UC;${WRAP_ITK
www.eeworm.com/read/267439/4267273
s alloca.s
#
! alloca() - allocate space on the stack Author: Kees J. Bot
! 26 Jan 1994
#if __ACK__ /* BCC can't do alloca(), register saving is wrong. */
.text
.define _alloca
_alloca:
pop c
www.eeworm.com/read/259903/4336631
x11-overlays readme.x11-overlays
HOW TO USE X11 OVERLAYS WITH THE QT OPENGL EXTENSION
X11 overlays is a powerful mechanism that allows one to draw
annotations etc. on top of an image without destroying it, thus saving
much image
www.eeworm.com/read/252366/4408115
s alloca.s
#
! alloca() - allocate space on the stack Author: Kees J. Bot
! 26 Jan 1994
#if __ACK__ /* BCC can't do alloca(), register saving is wrong. */
.text
.define _alloca
_alloca:
pop c
www.eeworm.com/read/367442/9747773
m fig2eps.m
function []=fig2eps(fig)
%
% FIG2EPS Exports the figure to a file in the EPS format.
% Before saving, the standard save window is invoked
% to obtain output file name.
%
% Statistical Patter
www.eeworm.com/read/200237/15437105
m do_clustering.m
% PROGRAM Do_clustering.
% Does clustering on all files in Files.txt
% Runs after Get_spikes.
print2file =1; %for saving printouts.
%print2file =0;