代码搜索:saving

找到约 1,242 项符合「saving」的源代码

代码结果 1,242
www.eeworm.com/read/166513/10017228

m gui_s.m

function gui_s (x, y) % % This file is used by FASTICAG % The save dialog for saving the results % @(#)$Id: gui_s.m,v 1.4 2004/07/27 13:09:26 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/354342/10362661

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, an
www.eeworm.com/read/159625/10632604

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, an
www.eeworm.com/read/273025/10931209

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, an
www.eeworm.com/read/309840/6956585

m gui_s.m

function gui_s (x, y) % % This file is used by FASTICAG % The save dialog for saving the results % @(#)$Id: gui_s.m,v 1.4 2004/07/27 13:09:26 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/466142/7039583

m genfilenames.m

function FNs = genFileNames (subdirs,frames,root_dir,tag,ext,num_zeros) %%% Simple routine that creates full absolute path of files for loading %%% or saving. Returns a cell array of strings, each on
www.eeworm.com/read/465763/7045265

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, an
www.eeworm.com/read/286802/7107663

m gui_s.m

function gui_s (x, y) % % This file is used by FASTICAG % The save dialog for saving the results % @(#)$Id: gui_s.m,v 1.4 2004/07/27 13:09:26 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/459616/7270584

cpp hanoi2.cpp

// Towers of Hanoi with state saving in stacks #include #include "stack.h" class Hanoi { friend void TowersOfHanoi(int); public: void TowersOfHanoi(int n, int x, int y, in
www.eeworm.com/read/454644/7386224

h main.h

#pragma once #include "resource.h" struct AppOption { // global flags saving in registry BOOL m_bCheckDebugger ; BOOL m_bHookExplicit ; BOOL m_bGetRegister ; BOOL m_bRecordDebugMsg ;