abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.
標(biāo)簽: MapObjects Requires Redlands redlands
上傳時(shí)間: 2013-12-17
上傳用戶:sunjet
一般會(huì)使用WINDOW API的情況,實(shí)在是因?yàn)閂B本身不提供某些功能,但是,程式所 需又不得不然,例如:讀取Registry內(nèi)的資料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能讀取特定地區(qū)的值,要讀、刪、更動(dòng)其他區(qū)域的值時(shí),就無法 使用。再如:仔細(xì)看一看Combo Box的Events,其中沒有MouseMove,但這是我們經(jīng)常用 上的一個(gè)Event,那該如何呢?是的,那只有透過Winodow API。而VB呼叫Window API一 般不都使用API檢視員,直接將相對(duì)應(yīng)的API COPY到我們的程式中就好,那還用什麼技 巧嗎?其實(shí)不然,因?yàn)閂B資料格式的問題,又加上VB本身沒有指標(biāo),在許多地方需要一 些小技巧才能解決,而且我們經(jīng)常因應(yīng)不同的需求,將API 檢視員的宣告COPY過來後再 做一些修改,最重要的,如果有一個(gè).DLL檔,它不在API 檢視員中定義,那時(shí),就只有 自己想辦法啦。
上傳時(shí)間: 2014-01-18
上傳用戶:sclyutian
解決時(shí)鐘問題,acm競(jìng)賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.
標(biāo)簽: 時(shí)鐘
上傳時(shí)間: 2015-05-21
上傳用戶:rishian
Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of power spectral density values psdi : Real work array in chapter 12
標(biāo)簽: parameters AR-model Routine mar1psd
上傳時(shí)間: 2015-06-09
上傳用戶:playboys0
Symbian手機(jī)編程,Setting List Box, 源代碼。
上傳時(shí)間: 2013-12-26
上傳用戶:weiwolkt
XMathLib是一個(gè)通用的3D圖形數(shù)學(xué)庫(kù)。 其中包含兩個(gè)部分: XMathLib和XGeomLib。分別處理數(shù)學(xué)和幾何運(yùn)算。 數(shù)學(xué)部分包含向量、矩陣、四元數(shù)的運(yùn)算。以及其它的運(yùn)算。 幾何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的運(yùn)算。
標(biāo)簽: XMathLib XGeomLib 分 運(yùn)算
上傳時(shí)間: 2013-12-14
上傳用戶:hfmm633
用win32匯編編寫的類木馬的東西,運(yùn)行后在機(jī)子上打開23端口,用telnet登陸,可以運(yùn)行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM drive door bye - terminate connection, handles one user at a time kill - terminate sparczerver
上傳時(shí)間: 2013-12-12
上傳用戶:wcl168881111111
This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the channel, then it run the decoder, and compute the error rate.
標(biāo)簽: simulation the software channel
上傳時(shí)間: 2015-08-06
上傳用戶:
一.“ZHG_C”(ZHG自定義C函數(shù)包)中為ZHG本人創(chuàng)作的自定義C函數(shù)集,現(xiàn)共包含8個(gè)C文件,分別是: BMP16.C——DOS圖形模式下顯示16色位圖的函數(shù)。 BMP24.C——DOS圖形模式下顯示24位位圖的函數(shù)。 BMP256.C——DOS圖形模式下顯示256色位圖的函數(shù)。 BOX.C——DOS字符模式下畫矩形框(單、雙)。 HZK.C——DOS圖形模式下顯示漢字或英文(16×16、24×24、12×12、ASC8×16)。INFORMATION.C——DOS字符模式下以統(tǒng)一格式顯示作者信息。 MOUSE.C——DOS圖形模式下使用鼠標(biāo)所需的一系列函數(shù)。 PLAY.C——C語言中用鍵盤播放音樂的函數(shù)。 二.它們所包含的函數(shù)的作用及用法分別在相應(yīng)的文件中有說明,在C/C++程序中直接調(diào)用這些函數(shù),可以極大地提高編程效率,事半功倍。 三.該函數(shù)包將會(huì)隨著本人學(xué)習(xí)的發(fā)展而繼續(xù)改進(jìn)、補(bǔ)充以及增加新的實(shí)用的文件。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com All Rights Reserved
標(biāo)簽: ZHG ZHG_C 自定義 函數(shù)
上傳時(shí)間: 2015-08-14
上傳用戶:talenthn
追加最小化按鈕: 利用JNI,給Java Dialog追加最小化按鈕。 Add Minimize box to java dialog。
上傳時(shí)間: 2013-12-06
上傳用戶:dragonhaixm
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1