代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/404558/11482747
txt regular_express.txt
"Open Source" is a good mechanism to develop programs.
apple is my favorite food.
Football game is not use feet only.
this dress doesn't fit me.
However, this dress is about $ 3183 dollars.
GNU
www.eeworm.com/read/156892/11755889
txt 说明.txt
README.TXT for Internet Programming
============================================================
See Appendix B for a description of the programs included
on this companion disk. RESOURCE.WRI ident
www.eeworm.com/read/154878/11921011
readme
This directory contains some useful files and code.
Unlike the code in ../src, everything here is in the public domain.
bin2c.c
This program converts files to byte arrays that are automatically run
www.eeworm.com/read/256102/12027896
cpp fig10_06.cpp
// Fig. 10.6: fig10_06.cpp
// Program to test class Increment.
#include
using std::cout;
#include "Increment.h" // include definition of class Increment
int main()
{
Increment
www.eeworm.com/read/256102/12027950
cpp fig10_09.cpp
// Fig. 10.9: fig10_09.cpp
// Program to test class Increment.
#include
using std::cout;
#include "Increment.h" // include definition of class Increment
int main()
{
Increment
www.eeworm.com/read/256102/12028132
h date.h
// Fig. 9.17: Date.h
// Declaration of class Date.
// Member functions are defined in Date.cpp
// prevent multiple inclusions of header file
#ifndef DATE_H
#define DATE_H
// class Date defin
www.eeworm.com/read/256102/12028133
h time.h
// Fig. 9.14: Time.h
// Declaration of class Time.
// Member functions defined in Time.cpp
// prevent multiple inclusions of header file
#ifndef TIME_H
#define TIME_H
class Time
{
publ
www.eeworm.com/read/256102/12028139
h createanddestroy.h
// Fig. 9.11: CreateAndDestroy.h
// Definition of class CreateAndDestroy.
// Member functions defined in CreateAndDestroy.cpp.
#include
using std::string;
#ifndef CREATE_H
#define CRE
www.eeworm.com/read/256102/12028148
cpp fig09_07.cpp
// Fig. 9.7: fig09_07.cpp
// Demonstrating a utility function.
// Compile this program with SalesPerson.cpp
// include SalesPerson class definition from SalesPerson.h
#include "SalesPerson.h"