代码搜索:saving

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

代码结果 1,242
www.eeworm.com/read/103011/15749437

java projecthandler.java

package piy; import java.io.*; import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.util.*; import java.lang.reflect.*; /** * Handles project loading/saving. Only
www.eeworm.com/read/475946/1375104

pl search.pl

#!c:\perl\bin\perl.exe print "content_type:text/html \n\n"; print ""; $buffer=$ENV{"QUERY_STRING"}; #open(OUTF,">>data.txt"); #print OUTF "$buffer"; #put "saving done"; #close (OUTF
www.eeworm.com/read/242732/4540752

h panel.h

#ifndef __PANEL_H #define __PANEL_H #include "dir.h" /* file_entry */ #include "dlg.h" #include "widget.h" /* for history loading and saving */ #define LIST_TYPES 5 enum list_types {
www.eeworm.com/read/216502/4891152

c sp.c

/* * Print horizontally as possible, thus saving paper */ #include int tab[8] = {8,7,6,5,4,3,2,1}; int next; /*next output position on line*/ int slen; /*length at start of line*/ int alen
www.eeworm.com/read/273525/4206084

ado shewhart_7.ado

*! version 2.1.5 28sep2004 program define shewhart_7 version 6, missing syntax varlist(min=2) [if] [in] [, SAVing(passthru) BATCH * ] tempfile shew1 shew2 shew3 local wasgr : set graphics
www.eeworm.com/read/273525/4208270

hlp y_dmexport.hlp

{smcl} {p 0 4} {help contents:Top} > {help y_dm:Data management} > {help y_dmsaving:Saving and reusing data} {bind:> {bf:Exporting}} {p_end} {hline} {title:Help file listings} {p 4 8 4}
www.eeworm.com/read/409921/2223288

h panel.h

#ifndef __PANEL_H #define __PANEL_H #include "dir.h" /* file_entry */ #include "dlg.h" #include "widget.h" /* for history loading and saving */ #define LIST_TYPES 5 enum list_types {
www.eeworm.com/read/265944/11248182

py launcher.py

from zeroinstall.injector import policy, namespaces import os, shutil, sys import rox from rox import saving from xml.dom import minidom import urllib2 import tempfile, shutil addapp_uri = "http://ro
www.eeworm.com/read/235820/14051089

c mailsnarf.c

/* mailsnarf.c Sniff mail on a network, saving messages in Berkeley mbox format. Copyright (c) 1999 Dug Song $Id: mailsnarf.c,v 1.37 2000/11/19 19:39:41 dugsong Exp $
www.eeworm.com/read/140894/13053816

java cadstate.java

//: c12:CADState.java // Saving and restoring the state of a pretend CAD system. // {Clean: CADState.out} //package c12; // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel