File: kforth4.html

package info (click to toggle)
kforth 20010227-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 508 kB
  • ctags: 652
  • sloc: asm: 2,026; cpp: 1,795; ansic: 575; makefile: 64
file content (100 lines) | stat: -rw-r--r-- 2,907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<title>kForth Programming Examples</title>
</head>
<body bgcolor=white>
<h2><img src="kforth.gif"> Programming Examples</h2>
<br>
<table>
<tr><td width="25%">
  <a href="primes.4th">
  primes.4th</a></td><td>Prime Numbers</td>
<tr><td>
  <a href="matrix.4th">
  matrix.4th</a></td><td>Matrix Words</td>
<tr><td>
  <a href="polyfit.4th">
  polyfit.4th</a></td><td>Least-Squares Polynomial Fitting</td>
<tr><td>
  <a href="pfex.4th">
  pfex.4th</a></td><td>Polynomial Fitting Example</td>
<tr><td>
  <a href="curvefit.4th">
  curvefit.4th</a></td><td>Non-linear Curve Fitting</td>
<tr><td>
  <a href="gfit.4th">
  gfit.4th</a></td><td>Non-linear Curve Fitting Example</td>
<tr><td>
  <a href="func_2gauss.4th">
  func_2gauss.4th</a></td><td>Double Gaussian Function for Curve Fitting Example</td>
<tr><td>
  <a href="wfms01-1.dat">
  wfms01-1.dat</a></td><td>Sample Data File for Curve Fitting Example</td>
<tr><td>
  <a href="stats.4th">
  stats.4th</a></td><td>Statistics</td>
<tr><td>
  <a href="histogram.4th">
  histogram.4th</a></td><td>Binning Data</td>
<tr><td>
  <a href="noise.4th">
  noise.4th</a></td><td>Random Number Generation</td>
<tr><td>
  <a href="fft.4th">
  fft.4th</a></td><td>Fast Fourier Transform</td>
<tr><td>
  <a href="stepfft.4th">
  stepfft.4th</a></td><td>FFT Example of Step Function</td>
<tr><td>
  <a href="strings.4th">
  strings.4th</a></td><td>String Manipulation/Number Conversion</td>
<tr><td>
  <a href="dump.4th">
  dump.4th</a></td><td>Memory Display</td>
<tr><td>
  <a href="files.4th">
  files.4th</a></td><td>File Access (Linux version)</td>
<tr><td>
  <a href="filesw.4th">
  filesw.4th</a></td><td>File Access (Windows version)</td>
<tr><td>
  <a href="ftest.4th">
  ftest.4th</a></td><td>File i/o Example</td>
<tr><td>
  <a href="matfiles.4th">
  matfiles.4th</a></td><td>Write and Read Matrix Files</td>
<tr><td>
  <a href="dos2unix.4th">
  dos2unix.4th</a></td><td>DOS Text to Unix Text File Conversion</td>
<tr><td>
  <a href="scr2txt.4th">
  scr2txt.4th</a></td><td>Block File to Text File Conversion</td>
<tr><td>
  <a href="ansi.4th">
  ansi.4th</a></td><td>ANSI Terminal Control</td>
<tr><td>
  <a href="ipsubnet.4th">
  ipsubnet.4th</a></td><td>IP Subnet Calculation</td>
<tr><td>
  <a href="serial.4th">
  serial.4th</a></td><td>Linux Serial Port Interface</td>
<tr><td>
  <a href="gpib.4th">
  gpib.4th</a></td><td>Linux GPIB Driver Interface</td>
<tr><td>
  <a href="nigpib.4th">
  nigpib.4th</a></td><td>Interface to National Instruments Linux GPIB driver</td>
<tr><td>
  <a href="sl.4th">
  sl.4th</a></td><td>Semiconductor Laser Rate Equation Solver</td>
</table>
<br><hr>
<a href="kforth3.html"><img src="left.gif"></a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="kforth5.html"><img src="right.gif"></a><br><br>
Copyright &copy 1998--2001 
<a href="http://www.ccreweb.org">
Creative Consulting for Research and Education</a>
</body>
</html>