mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Grammar, spelling, and usage police. This commit brought to you by
the letters "B" and "C". And some Chinese symbols as well.
This commit is contained in:
parent
ee6be707fb
commit
c90bb39b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12291
30 changed files with 115 additions and 112 deletions
|
@ -5,9 +5,11 @@ It does reads and writes of blocks, testing for the limit of sustained
|
|||
data rate (usually limited by the drive or controller) and updates on
|
||||
a file (better simulating normal operating conditions and quite dependent
|
||||
on drive and OS optimisations).
|
||||
The per character read and write tests are generally limited by CPU speed
|
||||
only on current generation hardware. It takes some 35 SPECint92 to read
|
||||
|
||||
The per-character read and write tests are generally limited by CPU speed
|
||||
only on current-generation hardware. It takes some 35 SPECint92 to read
|
||||
or write a file at a rate of 1MB/s using getc() and putc().
|
||||
|
||||
The seek tests are dependent on the buffer cache size, since the fraction
|
||||
of disk blocks that fits into the buffer cache will be found without any
|
||||
disk operation and will contribute zero seek time readings. I.e. if the
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
The BYTE benchmark suite tests several aspects of system performance.
|
||||
|
||||
An article, which describes the concepts and helps understand the results
|
||||
An article which describes the concepts and helps understand the results
|
||||
can be found in the doc directory (/usr/local/lib/bytebench/doc if you use
|
||||
a PREFIX of /usr/local).
|
||||
|
||||
This benchmark is quite prominent among Linux users, and there is a patched
|
||||
version available from some web suite, from where results are made available,
|
||||
version available from some web suite from where results are made available,
|
||||
too.
|
||||
|
||||
Since they offer some results of non-Linux systems for comparison, they might
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Iozone: 'IO Zone' Benchmark Program
|
||||
|
||||
Iozone tests the speed of sequential I/O to actual files. Therefore,
|
||||
this measurement factors in the efficiency of you machines file
|
||||
this measurement factors in the efficiency of your machine's file
|
||||
system, operating system, C compiler, and C runtime library. It
|
||||
produces a measurement which is the number of bytes per second that
|
||||
your system can read or write to a file.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Iozone: 'IO Zone' Benchmark Program
|
||||
|
||||
Iozone tests the speed of sequential I/O to actual files. Therefore,
|
||||
this measurement factors in the efficiency of you machines file
|
||||
this measurement factors in the efficiency of your machine's file
|
||||
system, operating system, C compiler, and C runtime library. It
|
||||
produces a measurement which is the number of bytes per second that
|
||||
your system can read or write to a file.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
BYTE Magazine's native benchmarks (also called BYTEmark)
|
||||
designed to expose the capabilities of a system's CPU, FPU,
|
||||
and memory system.
|
||||
BYTE Magazine's native benchmarks (also called BYTEmark), which are
|
||||
designed to expose the capabilities of a system's CPU, FPU, and memory
|
||||
system.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TCPBLAST measures the throughput of a tcp connection
|
||||
It was written by Daniel Karrenberg <dfk@nic.eu.net>
|
||||
TCPBLAST measures the throughput of a tcp connection.
|
||||
It was written by Daniel Karrenberg <dfk@nic.eu.net>.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
The BYTE benchmark suite tests several aspects of system performance.
|
||||
|
||||
An article, which describes the concepts and helps understand the results
|
||||
An article which describes the concepts and helps understand the results
|
||||
can be found in the doc directory (/usr/local/lib/bytebench/doc if you use
|
||||
a PREFIX of /usr/local).
|
||||
|
||||
This benchmark is quite prominent among Linux users, and there is a patched
|
||||
version available from some web suite, from where results are made available,
|
||||
version available from some web suite from where results are made available,
|
||||
too.
|
||||
|
||||
Since they offer some results of non-Linux systems for comparison, they might
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
ACS is a general purpose circuit simulator. It performs nonlinear
|
||||
dc and transient analyses, fourier analysis, and ac analysis
|
||||
ACS is a general-purpose circuit simulator. It performs nonlinear
|
||||
DC and transient analyses, Fourier analysis, and AC analysis
|
||||
linearized at an operating point. It is fully interactive and
|
||||
command driven. It can also be run in batch mode or as a server.
|
||||
The output is produced as it simulates. Spice compatible models
|
||||
The output is produced as it simulates. Spice-compatible models
|
||||
for the MOSFET (level 1 and 2) and diode are included in this
|
||||
release.
|
||||
|
||||
Since it is fully interactive, it is possible to make changes and
|
||||
re-simulate quickly. The interactive design makes it well suited
|
||||
to the typical iterative design process used it optimizing a circuit
|
||||
to the typical iterative design process used in optimizing a circuit
|
||||
design. It is also well suited to undergraduate teaching where
|
||||
Spice in batch mode can be quite intimidating. This version, while
|
||||
still officially in beta test, should be stable enough for basic
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
The KASKADE 3.1 software package solves linear scalar elliptic and
|
||||
parabolic problems in 1, 2, 3 space dimensions with adaptive finite
|
||||
element methods.
|
||||
|
||||
Furthermore, the toolbox includes extensions for handling systems of
|
||||
equations and example algorithms for nonlinear methods used in obstacle,
|
||||
porous media or Stefan problems.
|
||||
Core of the program is a variety og multilevel/multigrid preconditioners
|
||||
for the arising linear systems.
|
||||
|
||||
The code, a programmer's manual describing the software design,
|
||||
and a user's guide are available by anonymous ftp
|
||||
The core of the program is a variety of multilevel/multigrid
|
||||
preconditioners for the arising linear systems.
|
||||
|
||||
from the MGNet or from the eLib at the Konrad-Zuse-Zentrum in Berlin.
|
||||
The code, a programmer's manual describing the software design, and a
|
||||
user's guide are available by anonymous ftp from the MGNet or from the
|
||||
eLib at the Konrad-Zuse-Zentrum in Berlin.
|
||||
|
||||
elib:
|
||||
=====
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Pcb - X11 interactive printed circuit board layout system.
|
||||
Pcb is a handy tool for the X Window Systemm build to
|
||||
design printed circuit boards. All coordinate units are
|
||||
1/1000 inch.
|
||||
|
||||
Pcb is a handy tool for the X Window System to design printed
|
||||
circuit boards. All coordinate units are 1/1000 inch.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SPICE is a general-purpose circuit simulation program for nonlinear dc,
|
||||
nonlinear transient, and linear ac analyses. Circuits may contain resistors,
|
||||
SPICE is a general-purpose circuit simulation program for nonlinear DC,
|
||||
nonlinear transient, and linear AC analyses. Circuits may contain resistors,
|
||||
capacitors, inductors, mutual inductors, independent voltage and current
|
||||
sources, four types of dependent sources, lossless and lossy transmission
|
||||
lines (two separate implementations), switches, uniform distributed RC
|
||||
|
|
|
@ -2,7 +2,7 @@ This is Wnn4.2, a Japanese/Chinese/Korean input method. It is
|
|||
included primarily so that we can compile mule-2.1, a multilingual
|
||||
emacs.
|
||||
|
||||
Only the Chinese version is build for this port.
|
||||
Only the Chinese version is built for this port.
|
||||
|
||||
Note that binaries and libraries go to /usr/local, while man pages and
|
||||
includes go to /usr/X11R6. That's the way it was designed, I don't
|
||||
|
@ -13,24 +13,24 @@ know why.
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
This also include some patches for FreeBSD or bugfix.
|
||||
If use this patches, you can compile Wnn-4.2 under XFree86 3.1.2E
|
||||
or later(X11Release6.1).
|
||||
If there are any problem in this patches, please know me via E-mail.
|
||||
This also include some patches for FreeBSD or bugfixes.
|
||||
If use these patches, you can compile Wnn-4.2 under XFree86 3.1.2E
|
||||
or later (X11Release6.1).
|
||||
If there are any problem in these patches, please tell me via E-mail.
|
||||
|
||||
Hidekazu Kuroki
|
||||
(hidekazu@cs.titech.ac.jp)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> make a patch for
|
||||
Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> made a patch for
|
||||
Xsi/jserver/b_index.c. This code is only used in a Chinese method
|
||||
'cWnn'. But you are not able to use 'Qianma' very well.
|
||||
|
||||
That bug is cuased by what cWnn has codes depend on architectures
|
||||
That bug is caused by what cWnn has codes depend on architectures
|
||||
about small-endian and big-endian machines.
|
||||
|
||||
If there are any problem in this patch, please know Mr. Ito via
|
||||
If there are any problem in this patch, please tell Mr. Ito via
|
||||
E-mail.
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ Patches for those are in 'Wnn4.2.patch.tar.gz' and are applied in this
|
|||
port.
|
||||
|
||||
[Notice]
|
||||
When compiling by this ports, if $LOCALBASE is not '/usr/local' and/or
|
||||
When compiling this port, if $LOCALBASE is not '/usr/local' and/or
|
||||
$X11BASE is not '/usr/X11R6' then you should properly change two lines
|
||||
'@cwd /usr/local' and '@cwd /usr/X11R6' in
|
||||
$PORTSDIR/chinese/Wnn/pkg/PLIST.
|
||||
|
|
|
@ -2,7 +2,7 @@ This is Wnn4.2, a Japanese/Chinese/Korean input method. It is
|
|||
included primarily so that we can compile mule-2.1, a multilingual
|
||||
emacs.
|
||||
|
||||
Only the Chinese version is build for this port.
|
||||
Only the Chinese version is built for this port.
|
||||
|
||||
Note that binaries and libraries go to /usr/local, while man pages and
|
||||
includes go to /usr/X11R6. That's the way it was designed, I don't
|
||||
|
@ -13,24 +13,24 @@ know why.
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
This also include some patches for FreeBSD or bugfix.
|
||||
If use this patches, you can compile Wnn-4.2 under XFree86 3.1.2E
|
||||
or later(X11Release6.1).
|
||||
If there are any problem in this patches, please know me via E-mail.
|
||||
This also include some patches for FreeBSD or bugfixes.
|
||||
If use these patches, you can compile Wnn-4.2 under XFree86 3.1.2E
|
||||
or later (X11Release6.1).
|
||||
If there are any problem in these patches, please tell me via E-mail.
|
||||
|
||||
Hidekazu Kuroki
|
||||
(hidekazu@cs.titech.ac.jp)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> make a patch for
|
||||
Hisashi ITO <his@kuro.is.sci.toho-u.ac.jp> made a patch for
|
||||
Xsi/jserver/b_index.c. This code is only used in a Chinese method
|
||||
'cWnn'. But you are not able to use 'Qianma' very well.
|
||||
|
||||
That bug is cuased by what cWnn has codes depend on architectures
|
||||
That bug is caused by what cWnn has codes depend on architectures
|
||||
about small-endian and big-endian machines.
|
||||
|
||||
If there are any problem in this patch, please know Mr. Ito via
|
||||
If there are any problem in this patch, please tell Mr. Ito via
|
||||
E-mail.
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ Patches for those are in 'Wnn4.2.patch.tar.gz' and are applied in this
|
|||
port.
|
||||
|
||||
[Notice]
|
||||
When compiling by this ports, if $LOCALBASE is not '/usr/local' and/or
|
||||
When compiling this port, if $LOCALBASE is not '/usr/local' and/or
|
||||
$X11BASE is not '/usr/X11R6' then you should properly change two lines
|
||||
'@cwd /usr/local' and '@cwd /usr/X11R6' in
|
||||
$PORTSDIR/chinese/Wnn/pkg/PLIST.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bg5ps is a Python script that generates Postscript from Chinese Big5 encoded
|
||||
file. You have to specify the TTF font path (default: ~/.bg5ps.conf).
|
||||
bg5ps is a Python script that generates Postscript from a Chinese Big5
|
||||
encoded file. You have to specify the TTF font path (default: ~/.bg5ps.conf).
|
||||
|
||||
bg5ps -fp fontpath -fn fontname
|
||||
-o [1|0] -e [1|0]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Kon is a kanji console. This is an alpha version. Supported video card is
|
||||
VGA only, and, supported font are Minix/V and BDF. This program requires
|
||||
VGA only, and, supported fonts are Minix/V and BDF. This program requires
|
||||
shared memory.
|
||||
|
||||
This version supports ja_JP.ujis ja_JP.sjis zh_TW.big5 zh_CN.ugb ko_KR.euc.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
cxterm is a xterm replacement with Chinese (Simple/GB and Complex/Big5)
|
||||
support. This version of cxterm is derived from the X11R6 xterm, and thus
|
||||
has simular capabilities.
|
||||
has similar capabilities.
|
||||
|
||||
Note, if you are a new user, or not quite understand X resources or X font
|
||||
Note, if you are a new user, or do not quite understand X resources or X font
|
||||
paths, etc., simply use the command "CXterm".
|
||||
|
||||
|
||||
|
|
|
@ -13,5 +13,5 @@ Examples:
|
|||
input: gb2ps -b 3 -e 5 cm9208a.hz cm
|
||||
output: PS program cm from page 3 to page 5.
|
||||
|
||||
then you can print out the chinese document by sending the PS output
|
||||
then you can print out the Chinese document by sending the PS output
|
||||
to your PS printer.
|
||||
|
|
|
@ -19,11 +19,11 @@ Chinese bitmap fonts, which are:
|
|||
NOTE:
|
||||
o cclib.j24, cclib.f24, cclib.k24, cclib.h24 and cclib.n24
|
||||
are a different set of font files (although derived from
|
||||
same origins), they cannot be used with GBscript.
|
||||
same origins); they cannot be used with GBscript.
|
||||
o some fonts do not include those zones for special symbols
|
||||
(in order to save some disk space), thus they are not
|
||||
continuous in zone and there exist 'zone gaps', GBscript
|
||||
currently cannot handle this type of fonts.
|
||||
continuous in zone and there exist 'zone gaps'. GBscript
|
||||
currently cannot handle this type of font.
|
||||
|
||||
Location: Chinese bitmap fonts can be found in
|
||||
/ftp@ifcss.org:/software/fonts/
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
For example, running hztty on cxterm can allow you to read/write
|
||||
Chinese in HZ format, which was not supported by cxterm.
|
||||
If you have many applications in different encodings but your
|
||||
favor terminal program only supports one, hztty can make life easy.
|
||||
favorite terminal program only supports one, hztty can make life easy.
|
||||
For example, hztty can your GB cxterm into a HZ terminal, a
|
||||
Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal.
|
||||
|
||||
The idea is to open a new shell session on top of the current one
|
||||
and to translate the encoding between the new tty and the orignal.
|
||||
For example, if your application uses encoding A and your terminal
|
||||
supports encoding B. Hztty catches the output of the application
|
||||
supports encoding B, hztty catches the output of the application
|
||||
and converts them from A to B before sending to the terminal.
|
||||
Similarly, hztty converts all the terminal input from B to A before
|
||||
sending to the application.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
kcfonts is a suit of chinese Ming Fanti fonts for X-window
|
||||
|
||||
kcfonts' fonts are contributed by Kau Chauo Information CO. to all TANet
|
||||
users running on PC. thanks Chin-Hao Tsai <c-tsai@uiuc.edu> converted it to
|
||||
the style of ETen's fonts. Now you can use kcfonts & crxvt to view
|
||||
chinese by BIG5 encoding.
|
||||
kcfonts' fonts are contributed by Kau Chauo Information CO. to all
|
||||
TANet users running on PC. Thanks Chin-Hao Tsai <c-tsai@uiuc.edu>, who
|
||||
converted it to the style of ETen's fonts. Now you can use kcfonts &
|
||||
crxvt to view Chinese by BIG5 encoding.
|
||||
|
||||
-- Pa <Pa@FreeBSD.ee.ntu.edu.tw>
|
||||
|
|
|
@ -7,7 +7,7 @@ Given a date in either calendar, the program also outputs the corresponding
|
|||
The date range currently covered is from about 1900 A.D. to 2049 A.D.
|
||||
|
||||
The standard time of the Lunar Calendar is Beijing (Hong Kong) Standard Time,
|
||||
not GMT. Be sure to adjust appropriately for other time zones and "Day-light
|
||||
not GMT. Be sure to adjust appropriately for other time zones and "Daylight
|
||||
Saving Time".
|
||||
|
||||
-- David O'Brien
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Ted is a small and powerful Text editor for X Window,
|
||||
the interface is like PE2 on DOS
|
||||
Ted is a small and powerful Text editor for the X Window System.
|
||||
The interface is like PE2 on DOS.
|
||||
|
||||
- Vanilla
|
||||
vanilla@MinJe.com.TW
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
Thanks to Mr. Edward Der-Hua Liu and others who developed the xcin
|
||||
system. With the wonderful program, we can do a lot of operation with
|
||||
Chinese under X-window in the UN*X world. As time goes on, more and
|
||||
more people use it, and more and more comments appear. The package
|
||||
upgraded with time but it seems that the install process is not
|
||||
convenient and self-consistent. These confuse a lot of people,
|
||||
especially for new users in the UN*X world. We often see the `Big FAQs'
|
||||
about xcin such as `how can I install the Chinese fonts' or `the
|
||||
cj2cin command not found' or `the crxvt terminal is too big!!' or
|
||||
something appears in the newsgroup again and again. In fact, such
|
||||
problems are easy to modify. Beasuse I really like this program and
|
||||
feel that I may do something to improve this package, so I try my best
|
||||
to re-write the Makefiles and auto-configuration programs of this
|
||||
package to try to solve these troubles. This comes the `xcin-2.3'
|
||||
project.
|
||||
Thanks to Mr. Edward Der-Hua Liu and others who developed the xcin
|
||||
system. With the wonderful program, we can do a lot of operations with
|
||||
Chinese under the X Window System in the UN*X world. As time goes on,
|
||||
more and more people use it, and more and more comments appear. The
|
||||
package hs been upgraded with time but it seems that the install process
|
||||
is not convenient and self-consistent. These confuse a lot of people,
|
||||
especially for new users in the UN*X world. We often see the `Big FAQs'
|
||||
about xcin such as `how can I install the Chinese fonts' or `the cj2cin
|
||||
command not found' or `the crxvt terminal is too big!!' or something
|
||||
appears in the newsgroup again and again. In fact, such problems are
|
||||
easy to remedy. Because I really like this program and feel that I may
|
||||
do something to improve this package, I try my best to re-write the
|
||||
Makefiles and auto-configuration programs of this package to try to
|
||||
solve these troubles. This comes the `xcin-2.3' project.
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
Thanks to Mr. Edward Der-Hua Liu and others who developed the xcin
|
||||
system. With the wonderful program, we can do a lot of operation with
|
||||
Chinese under X-window in the UN*X world. As time goes on, more and
|
||||
more people use it, and more and more comments appear. The package
|
||||
upgraded with time but it seems that the install process is not
|
||||
convenient and self-consistent. These confuse a lot of people,
|
||||
especially for new users in the UN*X world. We often see the `Big FAQs'
|
||||
about xcin such as `how can I install the Chinese fonts' or `the
|
||||
cj2cin command not found' or `the crxvt terminal is too big!!' or
|
||||
something appears in the newsgroup again and again. In fact, such
|
||||
problems are easy to modify. Beasuse I really like this program and
|
||||
feel that I may do something to improve this package, so I try my best
|
||||
to re-write the Makefiles and auto-configuration programs of this
|
||||
package to try to solve these troubles. This comes the `xcin-2.3'
|
||||
project.
|
||||
Thanks to Mr. Edward Der-Hua Liu and others who developed the xcin
|
||||
system. With the wonderful program, we can do a lot of operations with
|
||||
Chinese under the X Window System in the UN*X world. As time goes on,
|
||||
more and more people use it, and more and more comments appear. The
|
||||
package hs been upgraded with time but it seems that the install process
|
||||
is not convenient and self-consistent. These confuse a lot of people,
|
||||
especially for new users in the UN*X world. We often see the `Big FAQs'
|
||||
about xcin such as `how can I install the Chinese fonts' or `the cj2cin
|
||||
command not found' or `the crxvt terminal is too big!!' or something
|
||||
appears in the newsgroup again and again. In fact, such problems are
|
||||
easy to remedy. Because I really like this program and feel that I may
|
||||
do something to improve this package, I try my best to re-write the
|
||||
Makefiles and auto-configuration programs of this package to try to
|
||||
solve these troubles. This comes the `xcin-2.3' project.
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
Mgetty is a ``smart'' getty replacement, designed to be used with hayes
|
||||
Mgetty is a ``smart'' getty replacement, designed to be used with Hayes
|
||||
compatible data and data/fax modems.
|
||||
|
||||
Mgetty knows about modem initialization, manual modem answering (so your
|
||||
modem doesn't answer if the machine isn't ready), UUCP locking (so you can
|
||||
use the same device for dial-in and dial-out).
|
||||
|
||||
Mgetty provides very extensive logging facilities.
|
||||
|
||||
Sendfax send the named g3 fax files to the fax machine at "phone number".
|
||||
Sendfax sends the named g3 fax files to the fax machine at "phone number".
|
||||
The g3 files can be created with pbmtog3(1) or GNU's GhostScript with the
|
||||
"digifax" driver.
|
||||
|
||||
|
|
|
@ -8,16 +8,15 @@ the X Window System. Its features include:
|
|||
remote hosts.
|
||||
- Unlimited number of slots for external file transfer protocols.
|
||||
- Support for zmodem auto-download.
|
||||
- Translation modes. Seyon can perfrom useful trasnlations on the
|
||||
- Translation modes. Seyon can perform useful translations on the
|
||||
user's input.
|
||||
- interactive setting of program parameters
|
||||
- on-line help
|
||||
- modem speeds up to 115200 bps
|
||||
- software (XON/XOFF) and hardware (RTS/CTS) flow control
|
||||
- session capture to a file
|
||||
- temporary running of a local shell in the terminal emulation window.
|
||||
- Interactive setting of program parameters.
|
||||
- On-line help.
|
||||
- Modem speeds up to 115200 bps.
|
||||
- Software (XON/XOFF) and hardware (RTS/CTS) flow control.
|
||||
- Session capture to a file.
|
||||
- Temporary running of a local shell in the terminal emulation window.
|
||||
|
||||
Seyon is intended to be both simple and extensively configurable.
|
||||
Almost every aspect of Seyon can be configured via the resources
|
||||
to suit the user's taste.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ tkhylafax is a tcl/tk interface to Sam Leffler's HYLAFAX package
|
|||
|
||||
features:
|
||||
o Batching fax destinations
|
||||
o Builtin faxnumber database
|
||||
o Built-in fax number database
|
||||
o Fast cover sheet generation
|
||||
o Cover sheet preview
|
||||
o Cover sheet ONLY transmission option
|
||||
|
|
|
@ -5,5 +5,5 @@ they don't do remote commands, or any of that other stuff.
|
|||
|
||||
Note, zmtx-zmrx is not derived from Chuck Forsberg's rzsz package.
|
||||
The only restriction is that you will not use this software for
|
||||
commercial purposes. (commercial licenses are available contact the
|
||||
author for info)
|
||||
commercial purposes. (Commercial licenses are available; contact the
|
||||
author for info.)
|
||||
|
|
|
@ -20,4 +20,4 @@ character sets:
|
|||
http://www.niso.org/pccodes.htm
|
||||
|
||||
See http://www.freebsd.org/~wosch/src/recode-3.4-bib.tar.gz
|
||||
Extract the archive and follow the instructions in REDAME.bib.
|
||||
Extract the archive and follow the instructions in README.bib.
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
The KASKADE 3.1 software package solves linear scalar elliptic and
|
||||
parabolic problems in 1, 2, 3 space dimensions with adaptive finite
|
||||
element methods.
|
||||
|
||||
Furthermore, the toolbox includes extensions for handling systems of
|
||||
equations and example algorithms for nonlinear methods used in obstacle,
|
||||
porous media or Stefan problems.
|
||||
Core of the program is a variety og multilevel/multigrid preconditioners
|
||||
for the arising linear systems.
|
||||
|
||||
The code, a programmer's manual describing the software design,
|
||||
and a user's guide are available by anonymous ftp
|
||||
The core of the program is a variety of multilevel/multigrid
|
||||
preconditioners for the arising linear systems.
|
||||
|
||||
from the MGNet or from the eLib at the Konrad-Zuse-Zentrum in Berlin.
|
||||
The code, a programmer's manual describing the software design, and a
|
||||
user's guide are available by anonymous ftp from the MGNet or from the
|
||||
eLib at the Konrad-Zuse-Zentrum in Berlin.
|
||||
|
||||
elib:
|
||||
=====
|
||||
|
|
Loading…
Add table
Reference in a new issue