代码搜索:ReadMe
找到约 10,000 项符合「ReadMe」的源代码
代码结果 10,000
www.eeworm.com/read/373012/9478854
readme
This is GetDP, a General environment for the treatment of Discrete
Problems.
To install GetDP, type
./configure
make
make install
This requires the GNU Scientific Library 1.2 or higher (freely
avai
www.eeworm.com/read/373012/9478882
readme
This directory contains the Texinfo source files for the GetDP
documentation. Various output formats can be created:
To produce: Type: Requirements:
------------------
www.eeworm.com/read/373012/9479429
readme
This is a very simple 2D example. See 'test.pro' for details.
For more examples, check the documentation (http://www.geuz.org/getdp/).
www.eeworm.com/read/176907/9479836
readme
Run testrtrl and type a number between 1 and 6 to select a demo. The
top plot is the error per sample. The rest of the plots
show the inputs, targets, and outputs.
Consider the first choice, 1.
www.eeworm.com/read/176906/9479871
readme
AntNet was proposed by Gianni Di Caro & Marco Dorigo in [1] . In AntNet the network state is monitored through two
ant agents: Forward_Ant and Backwar_Ant. A Forward_Ant agent is launched at regular
www.eeworm.com/read/176730/9485890
readme
Chapter 5 - Terminals.
menu1.c - A simple menu routine.
menu2.c - A version of menu1.c that checks for output redirection.
menu3.c - A version of menu2.c that uses the /dev/tty
www.eeworm.com/read/176730/9485915
readme
Chapter 9 - Debugging.
debug1.c - A bugged bubble sort program.
debug2.c - The same program with additional instrumentation code.
debug3.c - The same program again, with the bug amplified.
www.eeworm.com/read/176730/9486122
readme
Chapter 8 - Development Tools.
Makefile1 - A first attempt at a makefile.
a.h, b.h, c.h - Three empty header files.
main.c, 2.c, 3.c - Three very simple C program files.
Makefile2 - Mak
www.eeworm.com/read/176730/9486408
readme
Chapter 10 - Processes and Signals.
system1.c - A program that calls another program using the system command.
system2.c - system1.c revised so that the other program is run in the backgrou
www.eeworm.com/read/176730/9486448
readme
Chapter 2 - Shell Programming.
first - A shell script that searches for files containing the word, "POSIX", and prints these files to screen.
variable - A script that demonstrates the quoting r