代码搜索:saving

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

代码结果 1,242
www.eeworm.com/read/243981/12902127

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/243813/12914933

java filedialogdemo.java

// FileDialogDemo.java: Demonstrate using JFileDialog to display // file dialog boxes for opening and saving files import java.awt.*; import java.awt.event.*; import java.io.*; import javax.swing.*;
www.eeworm.com/read/139294/13164264

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/325151/13223051

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/325023/13230185

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
www.eeworm.com/read/136565/13301243

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/137612/13309033

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/320714/13419446

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/147422/5729371

m mgif_as_save.m

cwd=pwd; [fname pathname]=uiputfile('*.dat','Save file (ASCII)'); S=sprintf('cd %s',cwd); eval(S); if fname ~= 0 S=sprintf('Saving data into %s (ASCII format)',fname); disp(S); S=s
www.eeworm.com/read/127781/5996953

s copy_page.s

#include #include #ifdef CONFIG_PREEMPT #warning "check your fpu context saving!" #endif /* * Copy a page. * * rdi destination page * rsi source page *