Extension for LockBox for Delphi 7. This pack help for install the previous version of the LockBox for Delphi 2007.
上传时间: 2013-12-11
上传用户:dapangxie
非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1
上传时间: 2013-12-08
上传用户:youmo81
为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48 单片机的PD端口刚好可以驱动数码管的8个段。 这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16个字符,为显示十六进制数做好技术准备。
上传时间: 2017-09-13
上传用户:498732662
针对一维,二维函数个g(x),设计一个模糊系统f(x),使之一致的逼近定义在某区间上的连续函数并且满足所需精度
上传时间: 2014-01-01
上传用户:gououo
I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.
标签: implement algorithm Dijkstra Shortest
上传时间: 2014-01-01
上传用户:BIBI
LED显示,查表读码值。B、F、A、E、 D、dp、C、G为读码顺序
标签: LED
上传时间: 2017-09-17
上传用户:坏坏的华仔
LAND COVER CLASSIFICATION OF RURAL AREAS USING LIDAR DATA: A COMPARATIVE STUDY IN THE CONTEXT OF FIRE RISK
标签: CLASSIFICATION COMPARATIVE CONTEXT COVER
上传时间: 2017-09-17
上传用户:小宝爱考拉
This book is intended to be a complete and useful reference to the unified modeling language (UML) for the developer,architect,project manager,sysetem engineer,programmer,analyst,contracting officer,customer,and anyone else who needs to specify,design,build,or understand complex software system.
标签: reference intended complete modeling
上传时间: 2017-09-24
上传用户:eclipse
This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
标签: algorithm implement referent details
上传时间: 2014-02-25
上传用户:yulg
用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。
上传时间: 2014-12-22
上传用户:zhuyibin