「使えるサイトのリンク集4」の編集履歴(バックアップ)一覧に戻る
使えるサイトのリンク集4」を以下のとおり復元します。
*使えるサイトのリンク集4(癖のあるサイト)
# リンク切れてたら、勝手に探して直して
#contents(fromhere)

**理系に有用なフリーソフトおよびその解説
# 明らかに偏ってます…
# 使い勝手がよいのがいけないんです…

Cygwin Information and Installation
http://www.cygwin.com/

Cygwin + X + 日本語アプリケーション
http://www.eaflux.com/cygwin-xfree-jp-supplement/

W32TeX
http://www.fsci.fuk.kindai.ac.jp/kakuto/win32-ptex/web2c75.html

Don Knuth's Home Page
http://www-cs-faculty.stanford.edu/~knuth/

TeX Wiki
http://oku.edu.mie-u.ac.jp/~okumura/texwiki/

Scribus :: Open Source Desktop Publishing for Linux, Mac OS? X and Windows?
http://www.scribus.net/

KompoZer
http://kompozer.net/
# ダウンロード | KompoZer 0.77 - ホームページ作成ソフト
# http://cowscorpion.com/WEB/KompoZer.html

Development of gnuplot 4.3
http://gnuplot.sourceforge.net/development/

gnuplot tips (not so Frequently Asked Questions)
http://t16web.lanl.gov/Kawano/gnuplot/

Maxima - A GPL CAS based on DOE-MACSYMA
http://maxima.sourceforge.net/

The R Project for Statistical Computing
http://www.r-project.org/

SciCraft
http://www.scicraft.org/

ja: Japanese Native language Project/OpenOffice.org日本ユーザー会
http://ja.openoffice.org/

Inkscape. Draw Freely.
http://www.inkscape.org/

Xara Xtreme for Linux
http://www.xaraxtreme.org/
# Windowsユーザは使いたいなら普通に買いましょう

Sodipodi
http://www.sodipodi.com/index.php3

GIMP - The GNU Image Manipulation Program
http://www.gimp.org/

Dia a drawing program
http://www.gnome.org/projects/dia/

BRL-CAD Home Page
http://www.brlcad.org/

**物理なプログラミング
# とりあえずCだけ
# お勉強したい方はどうぞ

計算物理のためのC/C++言語入門
渡辺尚貴
http://www-cms.phys.s.u-tokyo.ac.jp/~naoki/CIPINTRO/

数値計算入門
倉澤治樹
http://physics.s.chiba-u.ac.jp/~kurasawa/compute.pdf

サンプル・プログラム
吉岡諭
http://www.tosho-u.ac.jp/~yoshioka/lecture/comp_phys/sample/sample.html

Numerial Computation
平井慎一
http://www.ritsumei.ac.jp/~hirai/edu/2004/algorithm/

計算物理学入門
溜渕継博
http://spdg1.sci.shizuoka.ac.jp/sip/japanese/

2006年度 数理解析・計算機数学I
http://www.math.nagoya-u.ac.jp/~kubo/comp1-2006/

2006年度 後期 数値処理・計算物理学
押川正毅
http://oshikawa.issp.u-tokyo.ac.jp/lectures/comp2006/index.html

C言語で数値計算プログラミング
桂田祐史
http://www.math.meiji.ac.jp/~mk/labo/studying-C/Programing-in-C.pdf

みその計算物理学
http://www.geocities.jp/supermisosan/

GSL - GNU Scientific Library
http://www.gnu.org/software/gsl/

Graphic functions for postscript
http://tama.green.gifu-u.ac.jp/~tama/soft/graphic/
# C 言語から使用するポストスクリプトを出力する関数集

Home Page for John Brand Schneider
Fall 2007 EE 535 Home Page
http://www.eecs.wsu.edu/~schneidj/ee535/
# なんかマニアック…
# Appendicesの方がおもしろいかも

***Exact Diagonalization
- TITPACK Ver. 2
http://www.stat.phys.titech.ac.jp/nishimori/titpack2/index-e.html

-Kobe Pack
http://quattro.phys.sci.kobe-u.ac.jp/Kobe_Pack/Kobe_Pack.html
http://quattro.phys.sci.kobe-u.ac.jp/Kobe_Pack/Kobe_Pack_J.html

-SPINPACK
http://www-e.uni-magdeburg.de/jschulen/spin/index.html

-ALPS
http://alps.comp-phys.org/mediawiki/index.php/Main_Page

**院試

Tokyo
http://www.phys.s.u-tokyo.ac.jp/stud/nyushi/kakomon.html

Kyoto
http://www.scphys.kyoto-u.ac.jp/education/inshi/

Titech
http://www.phys.titech.ac.jp/inshi/

**活躍する同年代の人々

On Lisp
http://user.ecc.u-tokyo.ac.jp/~tt076524/onlispjhtml/
# 野田 開のウェブ・サイト
# http://user.ecc.u-tokyo.ac.jp/~tt076524/
## Paul Graham著, On Lispを訳した方。

Geckoタブブラウザ「Bagel」(厨房向け)
http://ipt.sakura.ne.jp/gecko/bagel/index_old.html
# 変曲点
# http://ipt.sakura.ne.jp/
## Geckoタブブラウザつくった方。

北川 弘典 のページ
http://www.ms.u-tokyo.ac.jp/~kitagawa/
e-pTeXについてのwiki
http://sourceforge.jp/projects/eptex/wiki/FrontPage
## pTeXにe-TeX機能を取り込み、レジスタを256個から32768個にした上、浮動小数点演算もつけた方。
## 例:
 %#! eplatex
 \documentclass[twocolumn,a4j]{jsarticle}
 \begin{document}\narrowbaselines
 \fpinit\makeatletter\noindent\leavevmode
 %
 \def\outc{{\@tempcnta=\fpexpr\skip301\relax
 \iffp\skip301<0-\fi
 \ifnum\@tempcnta=0 \iffp\skip301=0 0.000000\else1.000000\fi\else
 \ifnum\@tempcnta<-5\relax0.000000\else
 \@out{\fpfrac\skip301 0000000A}{-\@tempcnta}\fi\fi}}%
 %
 \def\@out#1#2{0.\@tempcntb=1%
 \loop\ifnum\@tempcntb<#2\relax0\relax
 \advance\@tempcntb by1\repeat
 \expandafter\@@out#1}%
 %
 \def\@@out#1{\let\next=\@@out%
 \ifx#1A\let\next=\@@outs\else
   \ifx#1.\else\ifx#1-\else 
       #1\advance\@tempcntb1\ifnum\@tempcntb=6\let\next=\@@outs\fi
     \fi\fi\fi\next}%
 %
 \def\@@outs#1{\let\next=\@@outs\ifx#1A\let\next=\relax\fi\next}%
 %
 \skip300=\real0
 \loop\iffp\skip300<90.1\relax
   \skip301=\skip300\fpmul\skip301by3.141592653589793238462643383279
   \fpdiv\skip301by180\fpsin\skip301
   \hbox to 8zw{$\sin(\strip@pt\fptodim\skip300^\circ)=$\hss}\hbox to 5zw{\hfil$\outc$},\\
   \fpadd\skip300by0.25
 \repeat
 \end{document}

**おまけ

Internet Archive: Wayback Machine
http://www.archive.org/web/web.php
# 1996年以降に掲載された100億ページものWebページが保管されている。
# つまり、過去のサイトを検索できる。

SEO診断ツール『サーチファインダー』の実行
http://www.webanalysis.ga-pro.com/SearchFinder/index.html
# 本来の使用方法ではないが、隠しサイトを探せるときがある。

Google ブック検索
http://books.google.co.jp/
# 洋書の名前を入れると、その本の一部を見られることが多い。
# amazonでも似たようなことはできるが…。

使えるサイト
http://www.wikihouse.com/tukaeru3110/

大学の教科書の解説
http://www.geocities.jp/mathematical_star/0syoukai.html
# 誰が調べたんだろう…。

米村明芳のhomepageです
http://hw001.gate01.com/akiyoshi/index.html
# 京大・東大入試数学ARCHIVES

EUCLID’S ELEMENTS IN GREEK
http://farside.ph.utexas.edu/euclid/euclid.pdf
# ギリシャ語と英語によるユークリッド原論

Neural Computation and Self-Organizing Maps: An Introduction. Addison-Wesley, New York, revised English edition, 1992.
Helge Ritter, Thomas Martinetz, and Klaus Schulten.
http://www.ks.uiuc.edu/Publications/Papers/PDF/RITT92/RITT92.pdf
# 神経とかのモデル
# アマゾンだとこの値段…
# http://www.amazon.co.jp/Neural-Computation-Self-Organizing-Maps-Introduction/dp/0201554437/ref=sr_1_4/249-4572413-7174740?ie=UTF8&s=english-books&qid=1173360543&sr=1-4
# 13.7MBって何考えてんだろ…

Group Theoretical Methods in Image Processing
Reiner Lenz
http://staffwww.itn.liu.se/~reile/LNCS413/index.htm

TeXbook
Donald E. Knuth
http://net.ytu.edu.cn/share/%D7%CA%C1%CF/texbook.pdf
http://www.ring.gr.jp/pub/text/CTAN/systems/knuth/tex/texbook.tex
# 上はリンク切れないとはいえない
# むしろhttp://www-cs-faculty.stanford.edu/~knuth/abcde.htmlに
 Copyright Infringement
 
 The source file texbook.tex for The TeXbook has been available for many years, and it begins with the following lines:
 
    % This manual is copyright (C) 1984 by the American Mathematical Society.
    % All rights are reserved!
    % The file is distributed only for people to see its examples of TeX input,
    % not for use in the preparation of books like The TeXbook.
    % Permission for any other use of this file must be obtained in writing
    % from the copyright holder and also from the publisher (Addison-Wesley).
    \loop\iftrue
    \errmessage{This manual is copyrighted and should not be TeXed}\repeat
 
 From time to time, however, people have flagrantly violated these instructions, and posted PDF files of The TeXbook on the Internet.
 
 Which of the words in those perfectly clear instructions do the people who do such things fail to understand? Please, if you happen to see illicit copies of these books, send a note to board@tug.org so that our user community can apply peer pressure and/or legal action to those who are unfairly exploiting our open-TeX approach. 
# ってあるように、こんなpdfが落ちてること自体まずいんだが…
# 下はソースいじるとコンパイルできるけど…

TeXclip
http://maru.bonyari.jp/texclip/
# PowerPointに貼り付けるTeXの数式をWebで生成

シュレーディンガー音頭解説
http://schrodinger.haun.org/kaisetu.html

微分幾何体操で数学を体感しよう
http://www.asahi.com/ad/clients/waseda/opinion/opinion204.html
# 海外版(?)はこちら
# http://www.openendedgroup.com/ideas/pdf/forsythe.pdf

MuPAD で作るミスタードーナツ
http://www.geocities.jp/ryoryomomo/

信じようと、信じまいと―
http://ende.s53.xrea.com/netlore/
# 物理っぽくないもの

M & H Typefaces for letterpress printing - Hot metal fonts
http://www.arionpress.com/mandh/letterpress-type-fonts.html
http://www.arionpress.com/mandh/docs/MHcatalogue.pdf
# Computer Modernのモデルである
# Monotype Modern No. 8aはpdfの27枚目

----

復元してよろしいですか?