emacs.d/clones/lisp/www.cliki.net/Electronics.html

76 lines
4.5 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: Electronics</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=Electronics">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - Electronics</span>
<div id="content"><div id="content-area"><div id="article-title">Electronics</div><div id="article">Tools for electronics design and signal processing.<p><ul>
<li>
<a href="CIRCUIT-SIM.html" class="internal">CIRCUIT-SIM</a> -
CIRCUIT-SIM implements a relatively simple digital <a href="electronics.html" class="category">electronics</a> circuit simulator similar to that described in Abelson &amp; Sussman's <a href="SICP.html" class="internal">Structure and Interpretation of Computer Programs</a>
</li>
<li>
<a href="cl-cudd.html" class="internal">cl-cudd</a> -
CL-CUDD is a <a href="swig.html" class="internal">swig</a>/<a href="cffi.html" class="internal">cffi</a> wrapper around the University of Colorado Decision Diagram library <a href="http://web.mit.edu/sage/export/tmp/y/usr/share/doc/polybori/cudd/cuddIntro.html">CUDD-2.4.2</a>
</li>
<li>
<a href="cl-magic-cad.html" class="internal">cl-magic-cad</a> -
cl-magic-cad is a set of tools to generate files in Calma GDS-II and MAGIC VLSI <a href="CAD.html" class="category">CAD</a> design programs
</li>
<li>
<a href="common-db.html" class="internal">common-db</a> -
common-db is a programmable <a href="debugging.html" class="category">debugging</a> substrate, mostly geared to driving target devices by establishing control via on-chip debugging machinery through a JTAG (IEEE 1149.1) external port
</li>
<li>
<a href="ICanCAD.html" class="internal">ICanCAD</a> -
ICanCAD is a <a href="CAD.html" class="category">CAD</a> <a href="application.html" class="category">application</a> for analog and mixed-signal (analog and digital signals on the same chip) <a href="electronics.html" class="category">electronics</a> circuit design
</li>
<li>
<a href="rlc.html" class="internal">rlc</a> -
RLC is an <a href="electronics.html" class="category">electronics</a> library which graphs solutions to RLC (resistance, inductance, and capacitance) circuits: <a href="http://rlc.kpe.io/">http://rlc.kpe.io/</a>
</li>
</ul></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="Electronics.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=Electronics">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=Electronics">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Electronics&amp;from-revision=3639089634">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>