This book manage to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth.
标签: methodically techniques different you
上传时间: 2017-03-22
上传用户:xyipie
Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.
标签: applications Foundation Microsoft Windows
上传时间: 2013-12-19
上传用户:wpt
Real-Time Design Patterns: Robust Scalable Architecture for Real-Time Systems. In this book, Bruce Douglass illustrates for the first time how two important contemporary software engineering advances鈥攑atterns and the UML鈥攃an be applied advantageously to the concepts and techniques traditionally used in mainstream real-time software.
标签: Real-Time Architecture Patterns Scalable
上传时间: 2013-12-13
上传用户:6546544
使用FPGA/CPLD设置语音AD、DA转换芯片AIC23,FPGA/CPLD系统时钟为24.576MHz 1、AIC系统时钟为12.288MHz,SPI时钟为6.144MHz 2、AIC处于主控模式 3、input bit length 16bit output bit length 16bit MSB first 4、帧同步在96KHz
上传时间: 2013-12-20
上传用户:二驱蚊器
使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据, FIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
上传时间: 2017-04-08
上传用户:离殇
This is a PHP search engine. It searches for text and then displays results. At the time I completed it it was the first of its kind. I spent many hours looking for something like it, but could not find anything. It searches the directory you put it in.
标签: displays searches complet results
上传时间: 2013-12-25
上传用户:dave520l
Airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy
标签: Reservations automated purchased computer
上传时间: 2017-04-14
上传用户:lizhizheng88
Your application should never assign a seat that has already been assigned. When the economy section is full, your application should ask the person if it is acceptable to be placed in the first-class section (and vice versa). If yes, make the appropriate seat assignment.
标签: application assigned already economy
上传时间: 2014-10-25
上传用户:zhichenglu
Recovering 3-D structure from motion in noisy 2-D images is a problem addressed by many vision system researchers. By consistently tracking feature points of interest across multiple images using a methodology first described by Lucas-Kanade, a 3-D shape of the scene can be reconstructed using these features points using the factorization method developed by Tomasi-Kanade.
标签: Recovering structure addressed problem
上传时间: 2017-04-17
上传用户:xiaoxiang
This paper presents a novel technique to increase the quality of medical images based on Histogram Equalization. In the proposed method first we have applied a noise reduction method and then we apply some suitable preprocessing on histogram of the medical images and after that histogram equalization has been applied on the new histogram. Our proposed method in despite of its simplicity has better results in compare to other usual methods based on histogram equalization. The quality of resulted images after applying our proposed methods has been tested on a database (medical images) with a confirmed criterion by viewer. Also we have considered a mathematical criterion for comparing our proposed algorithm with other available methods for contrast enhancement. Results show the better efficiency of the proposed method.
标签: Histogram technique increase presents
上传时间: 2017-04-20
上传用户:VRMMO