代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/100861/15863484
cpp mesh.cpp
#include "framework.h"
#include "mesh.h"
#include "binary_file_stuff.h"
/*
This file contains support functions for the Triangle_List_Mesh:
initialization, loading/saving, etc.
*/
const i
www.eeworm.com/read/100079/15885938
c d_delete.c
/*
* The delete option of the dialing directory. Prompts for saving
* changes to disk. A non-zero return code means that entries were deleted.
*/
#include
#include
#include
www.eeworm.com/read/291779/8396615
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, and
* all i
www.eeworm.com/read/390106/8483174
htm graphic2file.htm
Saving a Generated Graphic to a PNG or JPEG File (Java Developers Almanac Example)
www.eeworm.com/read/188386/8544480
m output.m
#import "Output.h"
#include // stdio, time
/*"
To show the possible data output tools, I have 3
different ways of saving the output time streams from the model. All
three should
www.eeworm.com/read/187912/8591568
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
www.eeworm.com/read/288458/8630992
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
#in
www.eeworm.com/read/186023/8965874
c printk.c
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, and
* all is well.
*/
#include
#include
#in
www.eeworm.com/read/375500/9358500
m output.m
#import "Output.h"
#include // stdio, time
/*"
To show the possible data output tools, I have 3
different ways of saving the output time streams from the model. All
three should
www.eeworm.com/read/373369/9459885
java storecadstate.java
//: io/StoreCADState.java
// Saving the state of a pretend CAD system.
import java.io.*;
import java.util.*;
abstract class Shape implements Serializable {
public static final int RED = 1, BL