搜索结果

找到约 1,024 项符合 Ctrl-F 的查询结果

matlab例程 In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots

In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
https://www.eeworm.com/dl/665/480842.html
下载: 86
查看: 1041

Delphi控件源码 Extension for LockBox for Delphi 7. This pack help for install the previous version of the LockBox f

Extension for LockBox for Delphi 7. This pack help for install the previous version of the LockBox for Delphi 2007.
https://www.eeworm.com/dl/666/485168.html
下载: 158
查看: 1151

数学计算 非线性方程求根的各种算法的比较

非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1 ...
https://www.eeworm.com/dl/641/487792.html
下载: 127
查看: 1127

嵌入式/单片机编程 为了实现让单片机显示阿拉伯数字的功能

为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48 单片机的PD端口刚好可以驱动数码管的8个段。 这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16 ...
https://www.eeworm.com/dl/647/489244.html
下载: 189
查看: 1069

matlab例程 针对一维,二维函数个g(x)

针对一维,二维函数个g(x),设计一个模糊系统f(x),使之一致的逼近定义在某区间上的连续函数并且满足所需精度
https://www.eeworm.com/dl/665/489834.html
下载: 175
查看: 1066

数据结构 I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s

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.
https://www.eeworm.com/dl/654/490559.html
下载: 35
查看: 1049

单片机开发 LED显示

LED显示,查表读码值。B、F、A、E、 D、dp、C、G为读码顺序
https://www.eeworm.com/dl/648/490960.html
下载: 53
查看: 1065

通讯编程文档 LAND COVER CLASSIFICATION OF RURAL AREAS USING LIDAR DATA: A COMPARATIVE STUDY IN THE CONTEXT OF F

LAND COVER CLASSIFICATION OF RURAL AREAS USING LIDAR DATA: A COMPARATIVE STUDY IN THE CONTEXT OF FIRE RISK
https://www.eeworm.com/dl/646/491242.html
下载: 68
查看: 1053

软件工程 This book is intended to be a complete and useful reference to the unified modeling language (UML) f

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.
https://www.eeworm.com/dl/540/492967.html
下载: 41
查看: 1069

数学计算 This source code show you how to implement the FFT algorithm in c.details please referent my fft.c f

This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
https://www.eeworm.com/dl/641/493661.html
下载: 180
查看: 1151