亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Project-management

  • 驅(qū)動開發(fā)向?qū)? I came across an article QuickSYS which implements an NT driver framework. That article demo

    驅(qū)動開發(fā)向?qū)? I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decided to copy the NT driver framework source and to put it in the Visual Studio project wizard as seen above. This is simpler rather than running an external executable application that generates the code for you.

    標簽: article implements framework QuickSYS

    上傳時間: 2014-01-07

    上傳用戶:2467478207

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    標簽: well-documented well-designed Programming Language

    上傳時間: 2015-08-16

    上傳用戶:yuchunhai1990

  • 圖形學(xué)消隱實驗

    圖形學(xué)消隱實驗,*方案1上下旋轉(zhuǎn),只顯示可見面,函數(shù)說明:void Project(float X,float Y,float Z) 功能:根據(jù)透視或平行投影將三維點進行投影變換 入口參數(shù):float X,float Y,float Z 返回參數(shù):無(void)

    標簽: 圖形 實驗

    上傳時間: 2013-12-22

    上傳用戶:liuchee

  • 引言 1.1 編寫目的 編寫本測試計劃的目的是為整個測試階段的管理工作和技術(shù)工作提供指南;同時確定測試的內(nèi)容和范圍

    引言 1.1 編寫目的 編寫本測試計劃的目的是為整個測試階段的管理工作和技術(shù)工作提供指南;同時確定測試的內(nèi)容和范圍,為評價系統(tǒng)提供依據(jù);此外還幫助用戶安排測試活動,說明對設(shè)備器材和機構(gòu)人員的資源需求;說明測試結(jié)果的評價指標。 1.2 背景 說明本測試計劃所屬軟件系統(tǒng)的名稱、特征、要求和難點,以及在開始執(zhí)行本測試計劃之前必須完成的各項任務(wù)。 1.3 參考資料 《XX電子運行維護系統(tǒng)省內(nèi)系統(tǒng)需求規(guī)范 V2.0》 《XX省EOMS系統(tǒng)需求規(guī)范 V1.5》 《概要設(shè)計說明書》 《軟件需求規(guī)格說明書》 1.4 術(shù)語和縮寫詞 縮略語 EOMS:electronic operation and management system 2 任務(wù)概述

    標簽: 測試 1.1 編寫 管理工作

    上傳時間: 2013-12-10

    上傳用戶:頂?shù)弥?/p>

  • 員工培訓(xùn)系統(tǒng),首先確認您的機器上已經(jīng)安裝了VC6.0以上版本

    員工培訓(xùn)系統(tǒng),首先確認您的機器上已經(jīng)安裝了VC6.0以上版本,要編譯生成可執(zhí)行文件,需打開后綴名為dsw的文件,系統(tǒng)會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執(zhí)行文件。連接數(shù)據(jù)庫請參照第2章的方法,在ODBC數(shù)據(jù)源內(nèi)添加Microsoft Access數(shù)據(jù)庫train.mdb,并將數(shù)據(jù)源名設(shè)定為train即可實現(xiàn)數(shù)據(jù)庫和應(yīng)用程序的正常連接,程序才能正常實現(xiàn)數(shù)據(jù)庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執(zhí)行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應(yīng)的.h和.cpp文件,本實例使用的命名規(guī)則基本是:DIALOG_***** 為管理對話框資源, *****Info為數(shù)據(jù)輸入窗口資源, *****Set為結(jié)果集對應(yīng)的類

    標簽: 6.0 VC 機器

    上傳時間: 2015-08-26

    上傳用戶:wmwai1314

  • 中文名:Windows Forms 程序設(shè)計 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻譯: 榮耀 蔣賢哲 出版社:人民

    中文名:Windows Forms 程序設(shè)計 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻譯: 榮耀 蔣賢哲 出版社:人民郵電出版社 代碼內(nèi)容: The Table of Contents * Foreword * Preface * Chapter 1 Hello, Windows Forms * Chapter 2 Forms * Chapter 3 Dialogs * Chapter 4 Layout * Chapter 5 Drawing Basics * Chapter 6 Drawing Text * Chapter 7 Advanced Drawing * Chapter 8 Printing * Chapter 9 Components * Chapter 10 Controls * Chapter 11 Design-Time Integration: The Properties Window * Chapter 12 Design-Time Integration: Designers and Smart Tags * Chapter 13 Resources * Chapter 14 Applications * Chapter 15 Settings * Chapter 16 Data Binding Basics * Chapter 17 Applied Data Binding * Chapter 18 Multithreaded User Interfaces * Chapter 19 ClickOnce Deployment * Appendix A Whats New in Windows Forms 2.0 * Appendix C Delegates and Events * Appendix D Component and Control Survey * Appendix E Drag and Drop * Appendix F Document Management * Bibliography * Index

    標簽: Windows Forms Programming Chris

    上傳時間: 2013-12-03

    上傳用戶:啊颯颯大師的

  • When created, this DLL does not export any symbols. As a result, it will not produce a .lib file

    When created, this DLL does not export any symbols. As a result, it will not produce a .lib file when it is built. If you wish this project to be a project dependency of some other project, you will either need to add code to export some symbols from the DLL so that an export library will be produced, or you can check the "doesn t produce lib" checkbox in the Linker settings page for this project.

    標簽: not created symbols produce

    上傳時間: 2015-09-01

    上傳用戶:asdkin

  • 一個開源heml語意分析器 ekhtml: The El-Kabong HTML parser SUMMARY: El-Kabong: A speedy, yet forgiving,

    一個開源heml語意分析器 ekhtml: The El-Kabong HTML parser SUMMARY: El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser. PROJECT INFORMATION: Web Site: ekhtml.sourceforge.net The web site contains links to locations where one can: - file bugs - join mailing lists - download the latest release - browse documentation - get CVS information BUILDING: See the file INSTALL for information、目標代碼生成、符號表的構(gòu)造和運行時存儲空間的組織等8部分組成。

    標簽: El-Kabong forgiving SUMMARY ekhtml

    上傳時間: 2014-12-08

    上傳用戶:dapangxie

  • JavaGPS is a Java-only base library that enables access to GPS devices from within any Java applicat

    JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map..

    標簽: Java-only applicat JavaGPS enables

    上傳時間: 2013-12-26

    上傳用戶:aeiouetla

  • Package of C library extensions for Windows CE operating system. It is a supplement to C library ava

    Package of C library extensions for Windows CE operating system. It is a supplement to C library available on Windows CE platform. The main objective of the project is to provide helper utilities for porting applications from Unix and Windows.

    標簽: library extensions supplement operating

    上傳時間: 2015-09-02

    上傳用戶:冇尾飛鉈

主站蜘蛛池模板: 永川市| 蓝田县| 崇礼县| 城口县| 左贡县| 乌苏市| 化隆| 万年县| 花莲县| 隆德县| 屏东市| 大关县| 连平县| 柯坪县| 象州县| 莱阳市| 吕梁市| 潮安县| 维西| 绍兴县| 莲花县| 泾阳县| 改则县| 永丰县| 高州市| 夹江县| 上林县| 平乐县| 大城县| 西安市| 和龙市| 林甸县| 进贤县| 娄烦县| 淳化县| 青海省| 额济纳旗| 铅山县| 华宁县| 湘西| 扶余县|