我的文件管理設(shè)計(jì)中對(duì)于文件管理的功能主要有以下幾個(gè):輸入文件(input), 從文件列表中刪除一個(gè)記錄(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
上傳時(shí)間: 2013-12-10
上傳用戶:zxc23456789
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
上傳用戶:wfl_yy
一個(gè)簡(jiǎn)單的隊(duì)列類(lèi),采用stl中的list實(shí)現(xiàn)
標(biāo)簽: 隊(duì)列
上傳時(shí)間: 2016-03-25
上傳用戶:c12228
VisualC++通信編程工程實(shí)例精解 \Chapter 2 \Example 1 MSCOMM控件編程實(shí)例 \Example 2 基于Windows API的虛擬終端實(shí)現(xiàn) \Example 3 基于CSerialPort的串口多線程通信框架 \調(diào)試工具\(yùn)串口調(diào)試助手 \Chapter 3 \Example 4 Winsock API編程技術(shù)——基于Winsock的聊天室程序 \Example 5 CAsyncSocket編程技術(shù)——基于CAsyncSocket的局域網(wǎng)通信程序 \Example 6 CSocket編程技術(shù)——基于CSocket的局域網(wǎng)聊天室程序 \擴(kuò)充實(shí)例 基于CSocket的網(wǎng)絡(luò)版中國(guó)象棋 \調(diào)試工具\(yùn)TCPUDP調(diào)試助手 \Chapter 4 \Example 7 訪問(wèn)遠(yuǎn)程數(shù)據(jù)庫(kù)MS SQLServer實(shí)例 \Chapter 5 \Example 8 以RS View32為服務(wù)器的OPC客戶端編程 \Example 9 一個(gè)OPC客戶端監(jiān)視程序 \Chapter 6 \Example 10 一個(gè)封裝的Modem AT命令操作類(lèi)的快速撥號(hào)程序 \Chapter 7 \Example 11 GSM和GPRS應(yīng)用實(shí)例 \擴(kuò)充實(shí)例 基于CSocket的GPRS數(shù)據(jù)中心程序 \調(diào)試工具和文檔\TCPUDP調(diào)試助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一覽表.pdf
標(biāo)簽: Example VisualC Chapter Windows
上傳時(shí)間: 2016-03-25
上傳用戶:趙云興
這是非常簡(jiǎn)單的例子,叫做“PushRegistry和短信聯(lián)動(dòng)演示”。她提供了兩個(gè)命令“注冊(cè)短信監(jiān)聽(tīng)”和“取消短信監(jiān)聽(tīng)”。 注冊(cè)短信監(jiān)聽(tīng),則調(diào)用 PushRegistry.registerConnection(connURL, MIDletStr, FilterStr) 來(lái)向手機(jī)申請(qǐng)專(zhuān)門(mén)監(jiān)聽(tīng)某一個(gè)端口,這個(gè)端口可以是各種協(xié)議, 可以是藍(lán)牙的btspp://:, 也可以是短信的sms://:, 還可以是套接字的socket://:,
標(biāo)簽:
上傳時(shí)間: 2013-12-22
上傳用戶:colinal
軟件介紹: 編程環(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ù) 訪問(wèn)本地?cái)?shù)據(jù)庫(kù)服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫(kù)的用戶名和密碼相同 主要用ADO訪問(wèn)數(shù)據(jù)庫(kù),和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等 程序中有幾個(gè)BUG還沒(méi)解決, 實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來(lái)顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 //====================================================================== 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚
標(biāo)簽: windows visual stdio 2003
上傳時(shí)間: 2013-12-18
上傳用戶:er1219
Wiley出版,共20章,大小為12M 1.Introduction to the Series 60 Platform 2.Overview of the Series 60 Platform 3.Design Patterns for Application Development 4.Software Development on the Series 60 Platform 5.Platform Architecture 6.User-centered Design for Series 60 Applications 7.Testing Software 8.Application Framework 9.Standard Panes and Application Windows 10.Lists and List Types 11.Other User Interface Components 12.View Architecture 13.Audio 14.Customizing the Series 60 Platform 15.Communications Architecture 16.Communications Application Programming Interface 17.Messaging 18.Connectivity 19.Programming in Java for Smartphones 20.Midlet User Interface Framework
標(biāo)簽: Wiley
上傳時(shí)間: 2013-12-23
上傳用戶:zgu489
本文從英文C–FAQ (2004 年7 月3 日修訂版) 翻譯而來(lái)。本文的中文版權(quán)為 朱群英和孫云所有。本文的內(nèi)容可以自由用于個(gè)人目的,但是不可以未經(jīng)許可出 版發(fā)行。英文版權(quán)為Steve Summit 所有,詳情見(jiàn)下面的英文版權(quán)說(shuō)明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. Content from the book 《C Programming FAQs: Frequently Asked Questions》is made available here by permission of the author and the publisher as a service to the community. It is intended to complement the use of the published text and is protected by international copyright laws. The on-line content may be accessed freely for personal use but may not be republished without permission.
上傳時(shí)間: 2013-12-19
上傳用戶:LouieWu
在這份文件里, 我們說(shuō)明如何安裝, 設(shè)定及使用唯讀光碟機(jī)(CD-ROM)的方法. 我們也列出支援的硬體, 并回答一些常見(jiàn)的問(wèn)題. 我們希望它能幫助新手快快上手, 并且因此有助於讓 usenet 及通信論壇 (mailing-list) 上的常問(wèn)問(wèn)題少一點(diǎn).
標(biāo)簽: CD-ROM usenet 如何安裝 設(shè)定
上傳時(shí)間: 2016-04-05
上傳用戶:gaome
模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) list of references is geared to provide a useful overview of this field for both specialists and nonspecialists.
標(biāo)簽: statistical Classical Abstract pattern
上傳時(shí)間: 2013-11-25
上傳用戶:www240697738
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1