代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/256195/4370447
h a.out.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"/opt/hardhat/devkit/arm/xscale_be/target/usr/include/linux/a.out.h"
This had to be done to correct non-standard usa
www.eeworm.com/read/253932/4391807
c out.c
#include
#include
#include
void ti_print_err(const char *fmt, ...) {
va_list ap;
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
}
www.eeworm.com/read/253603/4393971
out bochsdbg.out
E:>D:\Progra~1\Bochs-~1.1\bochsdbg.exe -q -f bochsrc.bxrc
========================================================================
Bochs x86 Emulator 2.1.1
www.eeworm.com/read/252364/4409076
out bitmanipulation.out
-1, int: -1, binary:
11111111111111111111111111111111
+1, int: 1, binary:
00000000000000000000000000000001
maxpos, int: 2147483647, binary:
01111111111111111111111111111111
maxneg, i
www.eeworm.com/read/252364/4409117
out references.out
Just created: Soft 0
Just created: Soft 1
Just created: Soft 2
Just created: Soft 3
Just created: Soft 4
Just created: Soft 5
Just created: Soft 6
Just created: Soft 7
Just created: Soft 8
Ju
www.eeworm.com/read/252364/4409215
out cleanup.out
1: //: c10:Cleanup.java
2: // Paying attention to exceptions in constructors.
3: // {CustomTesting}
4: import com.bruceeckel.simpletest.*;
5: import java.io.*;
6:
7: class InputFile {
8: pri
www.eeworm.com/read/252364/4409238
out iostreamdemo.out
%% Enter a line:.*
//: c12:IOStreamDemo.java
// Typical I/O stream configurations.
// {Clean: IODemo.out,Data.txt,rtest.dat}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceE
www.eeworm.com/read/252364/4409265
out testeof.out
//: c12:TestEOF.java
// Testing for the end of file
// while reading a byte at a time.
import com.bruceeckel.simpletest.*;
import java.io.*;
public class TestEOF {
private static Test monito