代码搜索:Programs

找到约 10,000 项符合「Programs」的源代码

代码结果 10,000
www.eeworm.com/read/159772/5581708

readme

This directory contains a collection of programs to demonstrate the features of the Tk toolkit. The programs are all scripts for "wish", a windowing shell. If wish has been installed in /usr/local t
www.eeworm.com/read/415528/11066529

txt readme.txt

Introduction ------------ This package contains a collection of geometry filters-- programs that are for manipulating polgonal representations for 3D graphical objects. This source code is undergoin
www.eeworm.com/read/268798/11121030

readme

This distribution is a collection of programs that are generally unrelated, except in that they all deal with the ELF file format. The main purpose of these programs is to be illustrative and educati
www.eeworm.com/read/238004/13912892

copying

Quadtree Based Fractal Image Compressor. ----------------------------------------- Written by: Yuval Fisher INLS 0402 UCSD La Jolla, CA 92093 email: yfisher@ucsd.edu TERMS AND CONDITIONS FOR COPY
www.eeworm.com/read/236166/14029886

h poly.h

/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved. * * Usage Restrictions * * License is granted to copy, to use, and to make and to use derivative * works for research and evaluation p
www.eeworm.com/read/202293/15386944

readme

This is the GNU file manipulation utilities package. Most of these programs have significant advantages over their Unix counterparts, such as greater speed, additional options, and fewer arbitrary
www.eeworm.com/read/200944/15419849

m contents.m

%Contents of the three-way chemometrics toolbox, %Foodtechnology, Copenhagen, Rel. 10-06-95 % % PROGRAMS FOR SOLVING MODELS -------------------------------------- % % These programs are used for
www.eeworm.com/read/113863/15446323

readme

Not all of the tests in this directory run on all systems. First execute "make clean" and then build all the programs that will compile: "make -i". You will get an error for every program that w
www.eeworm.com/read/113029/15472042

cpp fig18_38.cpp

// Fig. 18.38: fig18_38.cpp // Using memchr. #include using std::cout; using std::endl; #include // memchr prototype int main() { char s[] = "This is a string";
www.eeworm.com/read/113029/15472045

cpp fig18_36.cpp

// Fig. 18.36: fig18_36.cpp // Using memmove. #include using std::cout; using std::endl; #include // memmove prototype int main() { char x[] = "Home Sweet Home";