📄 index-11.htm
字号:
<!-- Resource Management -->
<table cellspacing="0" cellpadding="5">
<tr>
<td width=120 align=right>
<p class="margin"> New: Completely reorganized, with <font color="Red">source code</font>
</td>
<td>
<table bgcolor="#ffffcc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<p class="heading">
The Official Resource Management Page.
<hr>
<em>Losing memory?</em> Dropping objects? Leaking resources? <a href="index-12.htm" tppabs="http://www.relisoft.com/resource/index.htm">Resource Management</a> is a new methodology that is a C++ response to Java's garbage collection <i>without the overhead</i>. You can start using it today.
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<!-- Telecommuting -->
<table cellspacing="0" cellpadding="5">
<tr>
<td width=120>
<p class="margin"><b>Be one of us.</b> Telecommuting programmers.
</td>
<td>
<table bgcolor="#ffccff" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<p class="heading">
World Wide Programmers' Web.
<hr>
<em>Have computer, will telecommute.</em> Would you like to work with other programmers like you? Visit the <a href="index-16.htm" tppabs="http://www.relisoft.com/wwpw/index.htm">World Wide Programmer' Web</a> and become a WW Programmer. It's that simple, in this Internet Village of ours!
<p><em>Have a great product idea?</em> Start your own virtual company. It's easy. Send e-mail to a few WW Programmers and convince them to work with you on a cool project. If you have questions, <a href="mailto:feedback@relisoft.com">ask us</a>--we have some experience in this area.
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<!-- Free applets -->
<table cellspacing="0" cellpadding="5">
<tr>
<td width="120" align="center">
<a href="battle.zip" tppabs="http://www.relisoft.com/battle.zip">
<img src="battle.gif" tppabs="http://www.relisoft.com/images/battle.gif" alt="download" border=0 width=32 height=32>
</a>
<p class="margin">Look Ma! No MFC!
<br>Over <b>600</b> downloads every day!
</td>
<td>
<table bgcolor="#ffcccc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<p class="heading">
<a name="freebie"> Download Free Software Here.</a>
<div align="center">
<small>For Windows 95/98/2000 and Windows NT</small></div>
<hr>
<em>The game of </em><a href="battle.zip" tppabs="http://www.relisoft.com/battle.zip">Sea Battle</a> is just an exercise in Windows32 programming and a welcome diversion while compiling large projects. We used to play this game at school. You'd position your ships on a 10 by 10 grid. Your opponent would do the same. Then you'd start exchanging shots: "B-5," "missed!" "E-1," "hit!" until one of you would lose all the ships to enemy fire, or until the math teacher would notice. Now you can play the same game against the computer (just make sure your boss doesn't catch you). The size of the program is <i>only</i> 200k (most of it bitmaps and sound effects) due to the absence of MFC in its diet.
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="5">
<tr>
<td width="120" align="center">
<img src="devpad.gif" tppabs="http://www.relisoft.com/images/devpad.gif" width=24 height=31 border=0 alt="DevPad">
<p class="margin"><a href="javascript:if(confirm('ftp://ftp.relisoft.com/DNSetup.exe \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='ftp://ftp.relisoft.com/DNSetup.exe'" tppabs="ftp://ftp.relisoft.com/DNSetup.exe">Developer's Notepad</a>.
</td>
<td>
<table bgcolor="#ffcccc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<em>For programmers</em> using Microsoft Developer Studio™ 97 (e.g., VC++). A notepad that lets you jot down notes and insert <b>hot links to source code</b>.
<p>Double-click on a link and Microsoft Developer Studio™ 97 opens the source file and positions the cursor at the exact spot you linked it to. Send these notes to your co-workers. It's great for making notes while browsing through source code. You can outline the changes you want to make, code-review somebody else's sources, write notes to yourself while you're developing.
<p><a href="javascript:if(confirm('ftp://ftp.relisoft.com/DNSetup.exe \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='ftp://ftp.relisoft.com/DNSetup.exe'" tppabs="ftp://ftp.relisoft.com/DNSetup.exe">Download</a> free Developer's Notepad (<200k). Comes with HTML help.
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="5">
<tr>
<td width=120>
<center><a href="freq.zip" tppabs="http://www.relisoft.com/freq.zip">
<img src="freq.gif" tppabs="http://www.relisoft.com/images/freq.gif" alt="download" border=0 width=32 height=32>
</a></center>
<p class="margin">Zip: only 32k!
<p class="margin">Complete Source in C++
</td>
<td>
<table bgcolor="#ffcccc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<em>Whistle a melody</em> and watch this program graph the pitch in real time. The <a href="freq.zip" tppabs="http://www.relisoft.com/freq.zip">Frequency Analyzer</a> technically speaking performs a Fast Fourier Transform of the sound (you need a sound card and a microphone to use this program). What it means is that it analyzes your voice and splits it into its component frequencies. Watch patterns of speech, the harmonics of vowels and the noise of sibilants. The size of the program is <i>only</i> 64k! (zipped 32k) Can you believe that?! There are web pages that make you download more than that just to be able to <i>look</i> at them.
<p>You can also <a href="freq.html" tppabs="http://www.relisoft.com/freq.html">learn more</a> about the Frequency Analyzer and download the C++ code that performs the FFT. By popular demand we are also including a <a href="recorder.html" tppabs="http://www.relisoft.com/recorder.html">C++ tutorial</a> on how to sample sound in Win32. Finally, we caved in to the demands to publish the <a href="source.zip" tppabs="http://www.relisoft.com/source.zip">complete source code</a> (26 KB zipped).
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<!-- Java and HTML -->
<table cellspacing="0" cellpadding="5">
<tr>
<td width=120>
<p class="margin">HTML tutorial
<br>Ray tracing: Java and <font color="red">C++ source</font> code.
<br>New: Physics simulation.
</td>
<td>
<table bgcolor="#ffffcc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<p class="heading">
<a name="javaHTML">Java Page. HTML tutorial.</a>
<hr>
<em>Whether you program in Java</em> or not, we hope you'll find something interesting in our official (a bit gaudy) <a href="index-19.htm" tppabs="http://www.relisoft.com/java/index.htm">Java page</a>. For instance, the Java and <font color="red">C++ source code</font> for a simple <b>Ray Tracer</b>. Compare the performace of interpreted Java, compiled Java and compiled C++ for the same program.
<p>Have a look at our beginners' <a href="html.html" tppabs="http://www.relisoft.com/java/html.html">HTML tutorial</a>.
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<!-- Feedback -->
<table cellspacing="0" cellpadding="5">
<tr>
<td width="120" align="RIGHT" valign="TOP">
<!-- Address Plaque -->
<table border="1" cellpadding="4" bgcolor="White" style="font-family: Arial; font-size: 8pt;">
<tr>
<td>
<img src="rs64.gif" tppabs="http://www.relisoft.com/images/rs64.gif" alt="RS" border=0 width=64 height=64 align="top" hspace=17>
<a name="feedback">
<br>Reliable Software</a>
<br>PMB 206
<br>1011 Boren Avenue
<br>Seattle, WA 98104
<br>fax: 206-367-6085
</td>
</tr>
</table><!-- End Address Plaque -->
</td>
<td>
<table bgcolor="#ffffcc" cellpadding=5 border=0 width="500" style="font-size: 10pt">
<tr>
<td>
<img src="rsbanner.gif" tppabs="http://www.relisoft.com/images/rsbanner.gif" width=300 height=100 border=0 alt="Reliable Software" hspace=5 vspace= 5 align="left">
We will not have any ads here. We want to keep this site plain and simple. For those interested, we have a page with links to some <a href="links.html" tppabs="http://www.relisoft.com/links.html">sites of interest</a>. We do our own graphics and layouts. We decided to remove the counter to speed up loading (besides, it wasn't reliable!). For the curious, we get <b> 50,000 user sessions</b> (1/4 million page hits) per month. We are rated among the 25,000 most popular web sites in the world. That's not bad, considering that we cater to a very specific audience.
<p> <img src="rs_ani.gif" tppabs="http://www.relisoft.com/images/rs_ani.gif" width=32 height=32 border=0 alt="Reliable Software" align="left" hspace=10 vspace=5>
Send <a href="mailto:feedback@relisoft.com">e-mail</a> to <i>Reliable Software</i> if you think we are doing the right thing. See some of the <a href="feedback.html" tppabs="http://www.relisoft.com/feedback.html">mail we are getting</a> (lots of MFC bashing). Tell your friends about us or <b>post a link</b> to our site on your homepage. Feel free to use any of the banners presented in this box for a hot link. (Hint: copy one of the html tags below and paste it in your page). Our site is also accessible through two other domains, whose names might be easier to remember:
<ul>
<li><a href="javascript:if(confirm('http://www.r-sft.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.r-sft.com/'" tppabs="http://www.r-sft.com/">www.<b>R-Sft</b>.com</a>
<li><a href="javascript:if(confirm('http://www.rs-ware.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.rs-ware.com/'" tppabs="http://www.rs-ware.com/">www.<b>RS-Ware</b>.com</a>
</ul>
<hr>
<div style="font-family: Arial; color: #cc3333; font-size: 9pt;">
<a href="http://www.relisoft.com" target="new window">
<img src="http://www.relisoft.com/images/rsbanner.gif" width=300 height=100 border=1 alt="Click here!">
</a>
</div>
<p>
<div style="font-family: Arial; color: #33cc33; font-size: 9pt;">
<a href="http://www.relisoft.com" target="new window">
<img src="http://www.relisoft.com/images/rs_ani.gif" width=32 height=32 border=0 alt="Reliable Software">
</a>
</div>
</td>
</tr>
</table>
<!-- filler at the bottom of the page -->
<img src="transpix-1.gif" tppabs="http://www.relisoft.com/Images/transpix.gif" width=1 height=400 border=0>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -