代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/128030/14318769
cpp strimem.cpp
// strimem.cpp
// memory-saving String class
// overloaded assignment and copy constructor
#include
#include //for strcpy(), etc.
using namespace std;
///////
www.eeworm.com/read/206302/15296917
java user.java
// This class stores all user information
// Used for getting / saving / changing user information
class User
{
public String userName;
public String parameter;
public String exten
www.eeworm.com/read/286067/4042686
java pmpeiomanager.java
package com.swtSample.text;
import java.io.*;
/**
* This class handles loading and saving files
*/
public class PmpeIoManager {
/**
* Gets a file (loads it) from the filesystem
*
www.eeworm.com/read/376189/2712136
changes
Here is an overview of changes for each releases:
Release 0.7.7 (2007-02-06)
--------------------------
- Fix: Upon saving, the last tree selection is kept (the tree is otherwise
redrawn, whic
www.eeworm.com/read/100412/15874273
c pref.c
/*
* gsms - global preferences - loading & saving configuration data
*
* Authors: Michael Jochum
*
* TODO:
*
* Fixes:
*
* For license terms, see the
www.eeworm.com/read/179973/9325951
pas clserializers.pas
unit clSerializers;
{
clSerializers
Author: Chris Lichti
Updated: 4/8/2002
First version: February 28, 2001
This unit provides simple functions for saving and loading objects to/from
www.eeworm.com/read/356534/10225130
h alloc_save_load_field_thread.h
//interface for parallel data saving with threads
#include //for threads
#include
#include "Load_Save_File_Data.h"
#ifndef _Struct1_
////////////////////////////////////
www.eeworm.com/read/460998/7236023
cpp gplib_loadsave.cpp
// *****************
// loadsave.cpp
// Loading / Saving of files
// Colin Frayn
// December 2006
// *****************
// GPLib v2.0, A Genetic programming Library for C++
// Copyright (C) 2006 Co
www.eeworm.com/read/136959/13351328
c vioimage.c
/*
* VIOIMAGE.C; VidMgr routines for saving and restoring text images.
* Release 1.2.
*
* This module written in May 1996 by Andrew Clarke and released to the
* public domain.
*/
www.eeworm.com/read/136959/13351728
h vioimage.h
/*
* VIOIMAGE.H; VidMgr routines for saving and restoring text images.
* Release 1.2.
*
* This module written in May 1996 by Andrew Clarke and released to the
* public domain.
*/