ArcGIS Engine的初级例子,vb编写,适应于初学者,对于想学习esri产品的初学者很有用处。
上传时间: 2014-12-05
上传用户:zgu489
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(
上传时间: 2014-08-07
上传用户:1159797854
LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。
上传时间: 2015-03-23
上传用户:linlin
EasyARM2131开发板源码之一-----------6.GPIO输出实验-LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值
上传时间: 2015-04-03
上传用户:hewenzhi
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources
标签: Borland light-weight replacement SQLDirect
上传时间: 2013-12-10
上传用户:cuibaigao
MSP430f449实时时钟及LCD/LED显示
标签: 实时时钟
上传时间: 2015-04-09
上传用户:D&L37
占领日本80%的实时嵌入式系统t-engine下的信号量编程
上传时间: 2015-04-10
上传用户:685
Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
标签: archiver Contains complete Haruhiko
上传时间: 2014-01-17
上传用户:himbly
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。
上传时间: 2015-04-13
上传用户:zhanditian
利用串行驱动数码显示每位从0显示到F,到灭循环显示,要求1秒更新一次。
上传时间: 2015-04-14
上传用户:从此走出阴霾