This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
標(biāo)簽: implementing Reqursive directory algorithm
上傳時(shí)間: 2014-01-06
上傳用戶:gtf1207
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.
標(biāo)簽: introduce Overview Borland Builder
上傳時(shí)間: 2014-01-04
上傳用戶:小鵬
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** RELEASE NOTES *** *** *** *** ***** *** *** *** *** *** *** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- --- ---- The release notes are now provided in PDF format in the file: \SOFTWARE\uCOS-II\DOC\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- --- ----- All the features added since V2.00 are described in the PDF file: \SOFTWARE\uCOS-II\DOC\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.
上傳時(shí)間: 2015-04-06
上傳用戶:zq70996813
A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
標(biāo)簽: communications applications framework creating
上傳時(shí)間: 2014-01-11
上傳用戶:mhp0114
1. 汽車輪渡口,過(guò)江渡船每次能載10輛車過(guò)江,過(guò)江車輛分為客車類和貨車類,上渡船有如下規(guī)定:同類車先到先上船,客車先于貨車上渡船,且每上4輛客車,才允許上一輛貨車。若等待客車不足4輛,則從貨車代替,若無(wú)貨車等待允許客車上船。試寫一個(gè)算法模擬渡口管理。 算法設(shè)計(jì): 1客車和貨車均建立一個(gè)鏈?zhǔn)疥?duì)列,初始均為空。以后來(lái)一輛車不是貨車就是客車,因此可以說(shuō)整個(gè)程序的事件驅(qū)動(dòng)event就是這兩個(gè),客車表示1,貨車表示0. 2輪船還沒(méi)有到達(dá)時(shí)客車和貨車均按次序排在各自隊(duì)列中。 3輪船到達(dá)時(shí),根據(jù)兩個(gè)隊(duì)列的情況,分別處理。處理如下: a 客車數(shù)不滿4輛,則將排在前面的貨車上船,但總數(shù)不能超過(guò)10,若沒(méi)有貨車等待,客車直接上船。 b 客車數(shù)滿4,但不滿8輛,客車先上,排在前面的只有一輛貨車可以上船,若沒(méi)有貨車等待則貨車不上。 c 客車滿8輛但不滿10,客車上船,排在前面的貨車最多可以上2輛,但總數(shù)不能超過(guò)10。 d 客車滿10,則全上客車,但總數(shù)不能超過(guò)10。
標(biāo)簽: 汽車
上傳時(shí)間: 2015-04-25
上傳用戶:CHENKAI
Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course, altitude, and dozens of other datasets) can be accessed through GPS ToolKit s properties, and GPS ToolKit s multithreaded event-based architecture notifies your application when data has been updated, saving you from having to write messy polling routines.
標(biāo)簽: ToolKit Introduction GPS Pro
上傳時(shí)間: 2015-04-28
上傳用戶:zhuoying119
IBM MQ Introduction and overview This chapter describes the scope of this book and introduces WebSphere Business Integration Message Broker, WebSphere Business Integration Event Broker, and their main components.
標(biāo)簽: Introduction and describes overview
上傳時(shí)間: 2015-05-13
上傳用戶:xuanjie
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.
標(biāo)簽: signal Modulated analog create
上傳時(shí)間: 2015-05-14
上傳用戶:CHINA526
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes
標(biāo)簽: location location-allocation Continuous alternate
上傳時(shí)間: 2015-05-17
上傳用戶:kikye
一般會(huì)使用WINDOW API的情況,實(shí)在是因?yàn)閂B本身不提供某些功能,但是,程式所 需又不得不然,例如:讀取Registry內(nèi)的資料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能讀取特定地區(qū)的值,要讀、刪、更動(dòng)其他區(qū)域的值時(shí),就無(wú)法 使用。再如:仔細(xì)看一看Combo Box的Events,其中沒(méi)有MouseMove,但這是我們經(jīng)常用 上的一個(gè)Event,那該如何呢?是的,那只有透過(guò)Winodow API。而VB呼叫Window API一 般不都使用API檢視員,直接將相對(duì)應(yīng)的API COPY到我們的程式中就好,那還用什麼技 巧嗎?其實(shí)不然,因?yàn)閂B資料格式的問(wèn)題,又加上VB本身沒(méi)有指標(biāo),在許多地方需要一 些小技巧才能解決,而且我們經(jīng)常因應(yīng)不同的需求,將API 檢視員的宣告COPY過(guò)來(lái)後再 做一些修改,最重要的,如果有一個(gè).DLL檔,它不在API 檢視員中定義,那時(shí),就只有 自己想辦法啦。
上傳時(shí)間: 2014-01-18
上傳用戶:sclyutian
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1