代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/203858/15350804
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/112003/15496223
c custom.c
//
// User preferences saving/loading
// All settings are stored in ~/.anfyrc
//
#include
#include
#include
static char *conv_table[][2] = {
{ "Width", "width" },
www.eeworm.com/read/106648/15631441
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.3 2003/09/11 09:05:44 jarmo Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/104342/15697943
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/100079/15885964
c d_revise.c
/*
* The revise option of the dialing directory. A non-zero return code
* means that something was updated. Prompts for saving changes to disk.
*/
#include
#include
#include
www.eeworm.com/read/390106/8484873
htm basicgetset.htm
Saving and Retrieving a Preference Value (Java Developers Almanac Example)
www.eeworm.com/read/381363/9096133
hlp file_menu.hlp
File menu
The file menu deals with image file operations. Opening, closing,
saving, and exporting images in different formats can all be done
through items in this menu.
{Open.hlp}
{Close.hlp
www.eeworm.com/read/184524/9097349
cpp audit.cpp
// Functions for saving the task transition information
// to a file. Written for Borland C++ 4.5 based control programs
// File: audit.cpp
// Created 8/15/95 by Jason Jones
#include "tasks.hpp"
www.eeworm.com/read/377468/9275175
changelog
2007-03-14 tim
- Added a lot of decoded entities.
- Fixed incorrect saving of the settings file which result of this file not being loaded.
- Added FAQ.
- Added
www.eeworm.com/read/159921/10587731
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