To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.
標(biāo)簽: Debug the ATLTrace project
上傳時(shí)間: 2014-01-15
上傳用戶(hù):wfl_yy
軟件介紹: 編程環(huán)境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫(kù) 導(dǎo)入數(shù)據(jù)文件 導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫(kù)備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫(kù)來(lái)導(dǎo)入數(shù)據(jù) 訪(fǎng)問(wèn)本地?cái)?shù)據(jù)庫(kù)服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫(kù)的用戶(hù)名和密碼相同 主要用ADO訪(fǎng)問(wèn)數(shù)據(jù)庫(kù),和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等 程序中有幾個(gè)BUG還沒(méi)解決, 實(shí)現(xiàn)功能: 操作:在選擇查詢(xún)條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來(lái)顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢(xún),添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 //====================================================================== 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚
標(biāo)簽: windows visual stdio 2003
上傳時(shí)間: 2013-12-18
上傳用戶(hù):er1219
法國(guó)cromda編寫(xiě)的新版本MATRICE 2(矩陣和矢量運(yùn)算單元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (suppressed) : // - the routines detect automaticaly the dimensions of matrix and vector // - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur) // - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result // - // The result matrix is dimensioned automaticaly
標(biāo)簽: MATRICE cromda 法國(guó) 編寫(xiě)
上傳時(shí)間: 2014-01-23
上傳用戶(hù):sy_jiadeyi
The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorithms are included in the library: Base64 encoding/decoding Binary tree Random number HMAC authentication MD5 DES RTP MBus SAP
標(biāo)簽: number algorithms multimedia implements
上傳時(shí)間: 2014-11-16
上傳用戶(hù):hoperingcong
高效的k-means算法實(shí)現(xiàn),使用了k-d樹(shù)與局部搜索等提高k-means算法的執(zhí)行效率,同時(shí)包含示例代碼,用c++代碼實(shí)現(xiàn)。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented in C++.
上傳時(shí)間: 2016-03-28
上傳用戶(hù):yulg
赫夫曼編譯碼器: 用哈夫曼編碼進(jìn)行通信可以大大提高信道利用率,縮短信息傳輸時(shí)間,降低傳輸成本。但是,這要求在發(fā)送端通過(guò)一個(gè)編碼系統(tǒng)對(duì)待傳數(shù)據(jù)預(yù)先編碼,在接收端將傳來(lái)的數(shù)據(jù)進(jìn)行譯碼(復(fù)原)。對(duì)于雙工信道(即可以雙向傳輸信息的信道),每端都需要一個(gè)完整的編/譯碼系統(tǒng)。試為這樣的信息收發(fā)站寫(xiě)一個(gè)哈夫曼碼的編/譯碼系統(tǒng)。 [基本要求]一個(gè)完整的系統(tǒng)應(yīng)具有以下功能: (1)I:初始化(Initialization)。從終端讀入字符集大小n,以及n個(gè)字符和n個(gè)權(quán)值,建立哈夫曼樹(shù),并將它存于文件hfmTree中。 (2)E:編碼(Encoding)。利用已建好的哈夫曼樹(shù)(如不在內(nèi)存,則從文件hfmTree中讀入),對(duì)文件ToBeTran中的正文進(jìn)行編碼,然后將結(jié)果存入文件CodeFile中。 (3)D:譯碼(Decoding)。利用已建好的哈夫曼樹(shù)將文件CodeFile中的代碼進(jìn)行譯碼,結(jié)果存入文件TextFile中。 (4)P:印代碼文件(Print)。將文件CodeFile以緊湊格式顯示在終端上,每行50個(gè)代碼。同時(shí)將此字符形式的編碼文件寫(xiě)入文件CodePrin中。 (5)T:印哈夫曼樹(shù)(Tree printing)。將已在內(nèi)存中的哈夫曼樹(shù)以直觀的方式(樹(shù)或凹入表形式)顯示出,同時(shí)將此字符形式的哈夫曼樹(shù)寫(xiě)入文件TreePrint中。
上傳時(shí)間: 2016-04-17
上傳用戶(hù):zaizaibang
--- --- --- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nieka@daansystems.com (C)2001 DaanSystems Homepage: http://www.daansystems.com ------------------------------------ Use with care and on your own risk! Make backups before you use this program. Do a rebuild all on your renamed project. Usage: vsrename <oldname> <newname> <dir> Where: oldname : The old name of your project (typically the xxx from xxx.dsw) newname : The new name for your project dir : The directory tree that holds the project. The program will replace all occurences of oldname to newname in all files and rename all filenames that have the old name in it. It will walk subdirectories.
標(biāo)簽: Project Renamer Visual Studio
上傳時(shí)間: 2013-12-15
上傳用戶(hù):13517191407
:介紹了一種基于數(shù)字信號(hào)處理器(DSP)的移相調(diào)頻(Phase-Shifted and Frequency-Varied,PSFV)PWM控制 逆變電源,給出了主電路拓?fù)浣Y(jié)構(gòu),分析了其控制原理并設(shè)計(jì)了其控制程序流程圖。新穎的PSFV 控制能夠?qū)崿F(xiàn)輸出 電壓90%的調(diào)整率,輸出電流波動(dòng)小于單純移相調(diào)功PWM方式,并在輕載時(shí)保持連續(xù)。功率開(kāi)關(guān)器件零電壓零電流 通斷(Zero-Voltage-Zero-Current Switching,ZVZCS)軟開(kāi)關(guān)的實(shí)現(xiàn),有利于進(jìn)一步提高開(kāi)關(guān)頻率和降低開(kāi)關(guān)損耗。采用 高性能的專(zhuān)用DSP 芯片TMS320F2812 實(shí)現(xiàn)了系統(tǒng)的數(shù)字控制,滿(mǎn)足了系統(tǒng)控制的靈活性和實(shí)時(shí)性,減小了系統(tǒng)的 體積和生產(chǎn)成本。仿真分析和實(shí)驗(yàn)結(jié)果證明了此控制模式的可行性與合理性。
標(biāo)簽: Frequency-Varied Phase-Shifted DSP and
上傳時(shí)間: 2013-12-04
上傳用戶(hù):kristycreasy
Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
標(biāo)簽: and encoding decoding Library
上傳時(shí)間: 2016-06-01
上傳用戶(hù):zhaiye
將在SQL2000下建立schooldata數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)文件 操作:在選擇查詢(xún)條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來(lái)顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢(xún),添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚!!
標(biāo)簽: schooldata 2000 SQL 數(shù)據(jù)庫(kù)
上傳時(shí)間: 2014-12-07
上傳用戶(hù):集美慧
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1