代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/290325/8489804

h demo.h

// demo.h -- Thatcher Ulrich 2005 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Some helper code for making graphical dem
www.eeworm.com/read/290325/8489831

cpp demo.cpp

// demo.cpp -- Thatcher Ulrich 2005 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Some helper code for making graphical d
www.eeworm.com/read/387762/8655140

makefile

# Standard UNIX CFLAGS= -s -O -DUNIX # Debugging #CFLAGS= -g -DUNIX CC= g++ # Imlicit pattern rule for making .o files from .cpp files %.o: %.cpp $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< #
www.eeworm.com/read/286087/8790789

h backupfile.h

/* backupfile.h -- declarations for making Emacs style backup file names Copyright (C) 1990-1992, 1997-1999 Free Software Foundation, Inc. This program is free software; you can redistribute it
www.eeworm.com/read/285874/8806198

htm mc6.htm

More Effective C++ | Chapter 6: Miscellany Back to Item 31: Making functions virtual with respect to more than one object Continue to Item 32: Program in the future tense. Miscellany We thus arrive a
www.eeworm.com/read/359019/10169704

hfs_boot readme.hfs_boot

Making HFS bootable CDs ******* The HFS boot code in mkisofs/mkhybrid is now very out of date ... it does not support booting from IDE CDROMS, and probably won't work on "newer" Macs. The HFS boot c
www.eeworm.com/read/279032/10479282

htm mc6.htm

More Effective C++ | Chapter 6: Miscellany Back to Item 31: Making functions virtual with respect to more than one object Continue to Item 32: Program in the future tense. Miscellany We thus arrive a
www.eeworm.com/read/421857/10688065

txt how to remove winxp splash and see operations.txt

Are you having boot up problems and would like to know what it going on behind that Windows Loading Logo? To find out, you can disable the splash screen by making a small change to the Boot.ini file.
www.eeworm.com/read/276828/10706191

asm mscoff.asm

; example of making Win32 COFF object file format MS COFF extrn '__imp__MessageBoxA@16' as MessageBox:dword section '.text' code readable executable public _demo _demo: push 0 p
www.eeworm.com/read/276828/10706204

asm pedemo.asm

; Example of making 32-bit PE program as raw code and data format PE GUI entry start section '.code' code readable executable start: push 0 push _caption push _message push 0