This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
標簽: demonstrates application Foundation Microsoft
上傳時間: 2013-12-18
上傳用戶:klin3139
MIDlet通過藍牙與電腦通信的案例,This resource demonstrates how to create Java™ 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 JSR-82-based solutions. The package includes several code examples both for PC and mobile devices.
標簽: demonstrates applications resource Bluetoo
上傳時間: 2014-01-18
上傳用戶:xiaoyunyun
消息中間件(Message—OrientedMiddleware,簡稱MOM)提供客戶和服務器的同步和異步連接,并且在任意的時刻對消息進行傳送和存儲轉發。消息的傳輸一般都支持Point—to—Point模式和Publish/Subscribe模式。消息中間件為大規模分布式環境下應用程序的集成提供了一種有力的集成工具。越來越多的分布式應用采用消息中間件,通過消息中間件把應用擴展到不同的操作系統和不同的網絡環境。
標簽: OrientedMiddleware Message
上傳時間: 2013-12-20
上傳用戶:天誠24
// // 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 // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.
標簽: Sample Histogram Grabber sample
上傳時間: 2013-12-15
上傳用戶:ryb
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 point at which a local minimum is achieved is returned as CENTRES.
標簽: CENTRES KMEANS OPTIONS cluster
上傳時間: 2014-01-07
上傳用戶:zhouli
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.
標簽: Carlo Monte algorithm sampling
上傳時間: 2013-12-02
上傳用戶:jkhjkh1982
遺傳算法和“貨郎擔” 問題: "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."
標簽: traveling salesman problem finite
上傳時間: 2013-12-24
上傳用戶:watch100
New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
標簽: classification algorithm for training
上傳時間: 2014-12-20
上傳用戶:stvnash
“手機銀行”也稱為移動銀行,它是通過移動通信網絡將客戶的手機連接至銀行,實現利用手機界面完成各種金融理財業務的服務系統。“手機銀行”服務的推出,使得手機不再只是一個通信工具,還能進行金融理財,同時也成為了一個移動POS(point of sales)機,使其成為繼銀行柜臺、自助銀行、電話銀行、網上銀行之后的新的服務渠道。
上傳時間: 2014-01-03
上傳用戶:frank1234
Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of these algorithms and knowledge of when to apply them is essential to producing software that not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-today software development, while remaining at all times practical, concise, and to the point, with little or no verbiage to distract from the core concepts and examples.
標簽: step-by-step introduction Algorithms algorithms
上傳時間: 2016-05-08
上傳用戶:wlcaption