代码搜索:Writing
找到约 5,778 项符合「Writing」的源代码
代码结果 5,778
www.eeworm.com/read/184417/9102416
html fglstencilmask.html
NAME
fglStencilMask - control the writing of individual bits in
the stencil planes
FORTRAN SPECIFICATIO
www.eeworm.com/read/184417/9102642
html fglindexmask.html
NAME
fglIndexMask - control the writing of individual bits in the
color index buffers
FORTRAN SPECIFICA
www.eeworm.com/read/380126/9161410
control
Source: udftools
Section: otherosfs
Priority: extra
Maintainer: Ben Fennema
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.6
Package: udftools
Architectu
www.eeworm.com/read/361375/10056419
txt readme.txt
This sample should be used only as reference.
It demonstrates how to call some of the native APIs
(system services).
This can be used as a reference for writing native
applications.
www.eeworm.com/read/277854/10598304
readme
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or
streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143,
2312).
Read the test/*.c files as examples.
www.eeworm.com/read/277854/10598878
readme
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or
streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143,
2312).
Read the test/*.c files as examples.
www.eeworm.com/read/460707/7242683
c test.c
#include
#define LINE_LEN 1728
#define NUM(p) sizeof(p)/sizeof(cbak)
typedef struct whiterl
{int wnum;
char *wcode;
} cbak;
char *wc[64]={
"00110101", //0
"000111", //1
www.eeworm.com/read/435150/7796293
cpp ex1_01.cpp
// Exercise 1.1 Writing the line "Hello World" to the screen.
#include
using std::cout;
using std::endl;
int main() {
cout
www.eeworm.com/read/435150/7796295
cpp ex1_02.cpp
// Exercise 1.2 Writing the line "Hello World" to the screen using hexadecimal escape sequences.
#include
using std::cout;
using std::endl;
int main() {
cout
www.eeworm.com/read/298853/7930332
readme
A template for driver writers to use as a starting point for writing Comm API
drivers.