搜索结果

找到约 482 项符合 fixed-point 的查询结果

数值算法/人工智能 In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit

In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
https://www.eeworm.com/dl/518/257306.html
下载: 57
查看: 1060

驱动编程 This application not only demonstrates the basics of using the Microsoft Foundation classes but is

This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
https://www.eeworm.com/dl/618/257530.html
下载: 71
查看: 1045

Java编程 MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java&#8482 applications that use Bluetoo

MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java&#8482 applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configure and use two alternative PC-side solutions: COM-based and J ...
https://www.eeworm.com/dl/633/261041.html
下载: 54
查看: 1084

系统设计方案 === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =

=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t appear to exsist) Linux source code Test ...
https://www.eeworm.com/dl/678/263157.html
下载: 121
查看: 1071

软件设计/软件工程 消息中间件(Message—OrientedMiddleware

消息中间件(Message—OrientedMiddleware,简称MOM)提供客户和服务器的同步和异步连接,并且在任意的时刻对消息进行传送和存储转发。消息的传输一般都支持Point—to—Point模式和Publish/Subscribe模式。消息中间件为大规模分布式环境下应用程序的集成提供了一种有力的集成工具。越来越多的分布式应用采用消息中间件,通过 ...
https://www.eeworm.com/dl/684/280916.html
下载: 72
查看: 1026

单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

// // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image ...
https://www.eeworm.com/dl/648/283388.html
下载: 27
查看: 1102

数值算法/人工智能 北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of

北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and both of its radial lines are specified by the input. The sizes of the squares are also s ...
https://www.eeworm.com/dl/518/286891.html
下载: 55
查看: 1063

数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1071

数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm

Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.
https://www.eeworm.com/dl/641/289151.html
下载: 138
查看: 1190

数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of

遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
https://www.eeworm.com/dl/518/289394.html
下载: 111
查看: 1034