代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/113030/6142347
cpp pc8_9.cpp
// Chapter 8 of C++ How to Program
// Programming Challenge 9
// pc8_9.cpp
#include
using std::cout;
using std::endl;
#include "calloperator.h"
int main()
{
CallOpera
www.eeworm.com/read/113030/6142349
cpp pc8_10.cpp
// Chapter 8 of C++ How to Program
// Programming Challenge 10
// P8_10.cpp
#include
using std::cout;
using std::cin;
#include "complex.h"
int main()
{
Complex x;
www.eeworm.com/read/113030/6142379
cpp pc1-09.cpp
// Chapter 1 of C++ How to Program
// Programming Challenge number 9 (Solution)
#include
using std::cout;
using std::endl;
int main ()
{
// Part A
cout
www.eeworm.com/read/113030/6142382
cpp pc2_13a.cpp
// Chapter 2 of C++ How to Program
// Programming Challenge 13a (Solution)
#include
using std::cout;
using std::cin;
using std::endl;
int main()
{
int input;
int factor
www.eeworm.com/read/113030/6142383
cpp pc2_13b.cpp
// Chapter 2 of C++ How to Program
// Programming Challenge 13b (Solution)
#include
using std::cout;
using std::cin;
using std::endl;
int main()
{
double e = 1;
double
www.eeworm.com/read/110972/6161143
readme
Simple DirectMedia Layer
(SDL)
Version 1.2
---
http://www.libsdl.org/
This is the Simple Direc
www.eeworm.com/read/102935/6228304
help config.help
CONFIG_RADIO_RTRACK
Choose Y here if you have one of these FM radio cards, and then fill
in the port address below.
Note that newer AIMSlab RadioTrack cards have a different chipset
and are n
www.eeworm.com/read/101986/6235005
readme
openCryptoki Test Programs
This directory contains programs designed to test the functionality of
openCryptoki and PKCS#11. The rely on STDLL's installed to the standard system
location (usually /us
www.eeworm.com/read/101135/6238740
1 rz.1
RZ(1) Minix Programmer's Manual RZ(1)
NAME
rz - receive a file using the zmodem protocol
SYNOPSIS
rz [-abepqvy] [-t timeout]
OPTIONS
www.eeworm.com/read/101042/6259320
readme
From Maurice Gittens
--
Example programs, demonstrating some basic SSLeay crypto library
operations, to help you not to make the same mistakes I did.
The following files are pr