<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>小众软件 - Appinn &#187; 函数</title>
	<atom:link href="http://www.appinn.com/tag/%e5%87%bd%e6%95%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appinn.com</link>
	<description>分享免费、小巧、实用、有趣、绿色的软件</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:04:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HashCheck Shell Extension &#8211; 很好用的 Hash 函数校验工具 | 小众软件 &#62; 实用工具</title>
		<link>http://www.appinn.com/hashcheck-shell-extension/</link>
		<comments>http://www.appinn.com/hashcheck-shell-extension/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:41:54 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[实用工具]]></category>
		<category><![CDATA[crc-32]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[md4]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[sha-1]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[校验]]></category>

		<guid isPermaLink="false">http://www.appinn.com/?p=2478</guid>
		<description><![CDATA[HashCheck Shell Extension 是一款校验 Hash 函数的小工具，可创建校验信息文件，可一次校验文件夹内多个文件的 Hash 值。支持 64 位系统。

iLEMONed 特别推荐。
HashCheck Shell Extension 可以进行 CRC-32 循环......<br/>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.kliu.org/hashcheck/">HashCheck Shell Extension</a> 是一款校验 <strong>Hash</strong> 函数的小工具，可<strong>创建校验信息文件</strong>，可一次校验文件夹内多个文件的 <strong>Hash</strong> 值。支持 64 位系统。</p>
<p style="text-align: center;"><a href="http://www.appinn.com/hashcheck-shell-extension/"><img class="aligncenter" src="http://img1.appinn.com/2011/10/666067402513.jpg" alt="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件"  title="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" /></a></p>
<p><strong>iLEMONed</strong> 特别推荐。</p>
<p><strong>HashCheck Shell Extension</strong> 可以进行 <strong>CRC-32</strong> 循环冗余校验以及 <strong>MD4</strong>，<strong>MD5</strong> 和 <strong>SHA-1</strong> 三种算法的校验。<br />
<span id="more-2478"></span><br />
对于多文件校验，在其上级文件夹<strong>右键属性</strong>，从第一张截图中可以看到每个文件的 <strong>CRC-32</strong> ，<strong>MD4</strong>，<strong>MD5</strong> 和 <strong>SHA-1</strong> 值，这是第一种方法。</p>
<p>而另外一种更加方便的方法是 <strong>创建校验信息文件</strong>，可选择创建何种格式的信息文件。</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img1.appinn.com/2009/2724974021bb/medium.jpg" alt="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件"  title="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" /></p>
<p>在得到信息文件 appinn.mp4 后，便可将这个信息文件随原文件一起打包。信息文件内保存着详细的 <strong>Hash</strong> 信息</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img1.appinn.com/2009/301297402513/medium.jpg" alt="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件"  title="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" /></p>
<p>然后我们就可以很容易的发现哪个文件发生的了变化。</p>
<p><strong>HashCheck Shell Extension</strong> 的选项菜单。</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img1.appinn.com/2009/3241174021c2/medium.jpg" alt="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件"  title="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" /></p>
<p>下载(安装版，64KB): <a href="http://code.kliu.org/hashcheck/">官方主页</a> | <a href="http://www.appinn.com/hashcheck-shell-extension/">来自小众软件</a> | </p>
<hr /><strong>Hash 函数是什么？</strong></p>
<p><strong>Hash</strong> 函数 又叫<strong>散列函数</strong>（或散列算法）是一种从任何一种数据中创建小的数字“指纹”的方法。通俗的讲，就是让任何一个文件，通过一种算法，得到一个唯一的不可逆的固定长度的数值。而当文件又任何变化时，<strong>Hash</strong> 值也随之变化。</p>
<p>参考文章:<br />
<a href="http://zh.wikipedia.org/wiki/Hash">维基百科: Hash 散列函数</a><br />
<a href="http://hi.baidu.com/mcxiaoke/blog/item/2d9855e78e8b532eb93820ab.html/cmtid/029337d1befd1d319a502735">Hash函数及校验工具比较和下载</a></p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/hashcheck-shell-extension/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/hashcheck-shell-extension/#comments" title="来小众软件留言" target="_blank" >20 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" width="20" hight="20" border="0" title="HashCheck Shell Extension   很好用的 Hash 函数校验工具[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/filepropsman/" title=".FilePropsMan &#8211; HASH 检测资源里管理器扩展">.FilePropsMan &#8211; HASH 检测资源里管理器扩展</a></li><li><a href="http://www.appinn.com/draw-mathematical-graphs/" title="Graph &#8211; 数学函数图像软件">Graph &#8211; 数学函数图像软件</a></li><li><a href="http://www.appinn.com/speq-mathematics/" title="SpeQ Mathematics &#8211; 数学公式计算和绘制工具">SpeQ Mathematics &#8211; 数学公式计算和绘制工具</a></li><li><a href="http://www.appinn.com/gtalk-shell/" title="Google Talk &#8211; 动态头像">Google Talk &#8211; 动态头像</a></li><li><a href="http://www.appinn.com/hashtab/" title="Hashtab &#8211; 快速查看文件 MD5, SHA1, CRC32 ">Hashtab &#8211; 快速查看文件 MD5, SHA1, CRC32 </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/hashcheck-shell-extension/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Graph &#8211; 数学函数图像软件 | 小众软件 &#62; 办公软件</title>
		<link>http://www.appinn.com/draw-mathematical-graphs/</link>
		<comments>http://www.appinn.com/draw-mathematical-graphs/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 01:04:21 +0000</pubDate>
		<dc:creator>scavin</dc:creator>
				<category><![CDATA[办公软件]]></category>
		<category><![CDATA[实用工具]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[数学]]></category>

		<guid isPermaLink="false">http://soft.lzzxt.com/draw-mathematical-graphs/</guid>
		<description><![CDATA[Graph 是一个数学函数图像软件

Gavinen 的必备软件列表中的学习工具。
相比于强大的 SpeQ Mathematics，Graph 可谓专心许多。专门应对函数图像，就像 Gavinen 说的：
Graph是一个数学函数图像软件,记得......<br/>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.padowan.dk/graph/">Graph</a> 是一个数学函数图像软件</p>
<p><a href="http://photo11.yupoo.com/20070903/132701&#95;812007769&#95;jszlpweo.jpg" title="Graph - 数学函数图像软件" rel="lightbox"><a href="http://www.appinn.com/draw-mathematical-graphs/"><img src="http://photo11.yupoo.com/20070903/132701&#95;812007769&#95;m.jpg" alt="Graph   数学函数图像软件[图] | 小众软件" width="240" height="171" border="0" title="Graph   数学函数图像软件[图] | 小众软件" /></a></a></p>
<p><a href="http://gavinen.yo2.cn/archives/355248">Gavinen</a> 的必备软件列表中的学习工具。</p>
<p>相比于强大的 <a href="http://soft.lzzxt.com/speq-mathematics/">SpeQ Mathematics</a>，Graph 可谓专心许多。专门应对函数图像，就像 Gavinen 说的：</p>
<blockquote><p>Graph是一个数学函数图像软件,记得上高中的时候要记很多函数图像的性质.到了今天还真记不住了,不过有了Graph就不怕了,它可以画多个函数在同一界面,方便比较,速度也极快.</p></blockquote>
<p>下载(3.08MB，安装版)：<a href="http://w14.easy-share.com/4568081.html">easy-share</a>|<a href="http://soft.lzzxt.com/draw-mathematical-graphs" rel="bookmark">来自小众软件</a>|<a href="http://soft.lzzxt.com/down/66">divshare</a>|<a href="http://soft.lzzxt.com/down/67">mediafire</a>|<a href="http://soft.lzzxt.com/down/68">live</a></p>
<p>感谢 blogday 推荐小众软件的 blogger，去年<a href="http://soft.lzzxt.com/blogday-831gday/">推荐过</a>，今年忙着实习就错过了。以下是从<a href="http://jandan.net/2007/09/02/200709.html">煎蛋</a>学来的搜索结果，如有遗漏过来留言吧，哈哈，再次感谢。</p>
<p><a href="http://www.showeb20.com/?p=696">分享网络2.0</a><br />
<a href="http://www.paopao.name/?p=53">A colourful bubble?</a><br />
<a href="http://wlw84.spaces.live.com/Blog/cns!B89CBB6297E86CC3!936.entry">思想混乱时过来转转</a><br />
<a href="http://tony.72pines.com/2007/08/31/happy-blog-day/">海上牧雲記</a><br />
<a href="http://vinta.ws/blog/395">真．他媽的</a><br />
<a href="http://blog.ssfighter.cn/2007/08/31/todayisblogday/">还有一个</a>貌似服务器挂掉了</p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 scavin for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/draw-mathematical-graphs/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/draw-mathematical-graphs/#comments" title="来小众软件留言" target="_blank" >19 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="Graph   数学函数图像软件[图] | 小众软件" width="20" hight="20" border="0" title="Graph   数学函数图像软件[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/sanchan/" title="Sanchan &#8211; 解答/演示四则运算竖式">Sanchan &#8211; 解答/演示四则运算竖式</a></li><li><a href="http://www.appinn.com/speq-mathematics/" title="SpeQ Mathematics &#8211; 数学公式计算和绘制工具">SpeQ Mathematics &#8211; 数学公式计算和绘制工具</a></li><li><a href="http://www.appinn.com/web-equation/" title="Web Equation &#8211; 在线手绘数学公式，生成 LaTeX 和 MathML 代码">Web Equation &#8211; 在线手绘数学公式，生成 LaTeX 和 MathML 代码</a></li><li><a href="http://www.appinn.com/provoc/" title="ProVoc &#8211; 背！单！词！[Mac]">ProVoc &#8211; 背！单！词！[Mac]</a></li><li><a href="http://www.appinn.com/grockit/" title="Grockit &#8211; 英语标准考试在线学习">Grockit &#8211; 英语标准考试在线学习</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/draw-mathematical-graphs/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>SpeQ Mathematics &#8211; 数学公式计算和绘制工具 | 小众软件 &#62; 办公软件</title>
		<link>http://www.appinn.com/speq-mathematics/</link>
		<comments>http://www.appinn.com/speq-mathematics/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 23:47:56 +0000</pubDate>
		<dc:creator>李二嫂的猪</dc:creator>
				<category><![CDATA[办公软件]]></category>
		<category><![CDATA[实用工具]]></category>
		<category><![CDATA[公式]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[数学]]></category>
		<category><![CDATA[计算]]></category>

		<guid isPermaLink="false">http://soft.lzzxt.com/speq-mathematics/</guid>
		<description><![CDATA[SpeQ Mathematics 可以计算任意定义变量、计算机复杂的数学公式、绘图。

SpeQ Mathematics 不到 500K 的小家伙，可以任意定义变量、计算机复杂的数学公式、绘图。不过本人的数学实在是……所以也......<br/>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.speqmath.com/">SpeQ Mathematics</a> 可以计算任意定义变量、计算机复杂的数学公式、绘图。</p>
<p><a href="http://photo6.yupoo.com/20070715/221010&#95;456238740&#95;elgsnrft.jpg" rel="lightbox"><a href="http://www.appinn.com/speq-mathematics/"><img src="http://img1.appinn.com/2009/20070715/221010&#95;456238740&#95;m.jpg" alt="SpeQ Mathematics   数学公式计算和绘制工具[图] | 小众软件"  title="SpeQ Mathematics   数学公式计算和绘制工具[图] | 小众软件" /></a></a></p>
<p>SpeQ Mathematics 不到 500K 的小家伙，可以任意定义变量、计算机复杂的数学公式、绘图。不过本人的数学实在是……所以也只是大略的用了下，现在已经此软件收藏，都来试试吧。</p>
<p>此软件被评为 <a href="http://blog.sina.com.cn/u/46dac66f010007lt">最好的300款免费软件</a></p>
<p>下载(免安装，403kb)：<a href="http://w13.easy-share.com/1861831.html">easy-share</a>|<a href="http://www.divshare.com/download/1269744-a93">divshare</a>|<a href="http://www.mediafire.com/?3yqdtmlq0zn">mediafire</a>|<a href="http://soft.lzzxt.com/SpeQ-Mathematics" rel="bookmark">来自小众软件</a>|<a href="http://www.box.net/shared/kttvvhm9s2">box</a>|<a href="http://www.mybloop.com/scavin/speq.lzzxt.com.7z">mybloop</a>|<a href="http://folders.live.com/self.aspx/I7Xa7QpR0A0/lzzxt.software/speq.lzzxt.com.7z">live</a>(教育网)</p>
<p>延展阅读：<br />
<a href="http://blog.sina.com.cn/u/46dac66f010008zf">SpeQ Mathematics ！136KB 的强大计算软件</a></p>
<p>#scavin：我试了一下，选择提供的函数，符号，然后输入数据即可计算。能保存计算过程，附带了几个实例，看后便可以了解这款软件了。如果熟悉了 SpeQ Mathematics 的格式，便可以直接输入函数符号与数据计算，非常方便。。内容适合专业人员使用，使用适合。我看了比较头痛。</p>
<p>p.s.关于 blog 的内容重复性，比如这个 SpeQ Mathematics，善用佳软介绍过了，而小众是否在介绍呢？总是在避免重复介绍，但似乎又很难避免。。。</p>
<p><ins datetime="2007-07-20T02:21:16+00:00">update:</ins>这里有一篇非常详细的<a href="http://blender.bokee.com/6292696.html">多款计算器软件对比文章</a>，推荐阅读</p>
<hr />
<a href="http://www.appinn.com/copyright/" title="版权声明">&#169;</a>2011 李二嫂的猪 for <a href="http://www.appinn.com" title="本文来自小众软件" >小众软件</a> | <a href="http://www.appinn.com/speq-mathematics/" title="本文原始链接" rel="bookmark" target="_blank" >原文链接</a> | <a href="http://www.appinn.com/speq-mathematics/#comments" title="来小众软件留言" target="_blank" >17 留言</a> | <a href="http://www.appinn.com/join-us/" title="加入小众软件">加入我们</a> | <a href="http://idea.appinn.com/submit.php" title="给小众软件投稿" target="_blank">投稿</a> | <a href="http://www.appinn.com/feeds-subscribe/" title="可以分类订阅小众，Windows/MAC/游戏" target="_blank"><font color="red">订阅指南</font></a><br /> <br />
<img src="http://s33.sitemeter.com/meter.asp?site=s33appinn" alt="SpeQ Mathematics   数学公式计算和绘制工具[图] | 小众软件" width="20" hight="20" border="0" title="SpeQ Mathematics   数学公式计算和绘制工具[图] | 小众软件" />
<h4  class="related_post_title">相关文章</h4><ul class="related_post"><li><a href="http://www.appinn.com/web-equation/" title="Web Equation &#8211; 在线手绘数学公式，生成 LaTeX 和 MathML 代码">Web Equation &#8211; 在线手绘数学公式，生成 LaTeX 和 MathML 代码</a></li><li><a href="http://www.appinn.com/redcrab/" title="RedCrab &#8211; 公式编辑器 + 科学计算器">RedCrab &#8211; 公式编辑器 + 科学计算器</a></li><li><a href="http://www.appinn.com/determinant-calculator/" title="行列式计算器 &#8211; N 阶行列式计算">行列式计算器 &#8211; N 阶行列式计算</a></li><li><a href="http://www.appinn.com/draw-mathematical-graphs/" title="Graph &#8211; 数学函数图像软件">Graph &#8211; 数学函数图像软件</a></li><li><a href="http://www.appinn.com/math-input-panel/" title="Math Input Panel &#8211; 手写数学公式">Math Input Panel &#8211; 手写数学公式</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.appinn.com/speq-mathematics/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

