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

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

Workspace

  • 先編寫MFC DLL

    先編寫MFC DLL,打開VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里輸入Calc =>Next => Finish. 好了,現在你打開Workspace的FileView就可以看到已經有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp這4個文件了.

    標簽: MFC DLL 編寫

    上傳時間: 2013-12-21

    上傳用戶:13681659100

  • The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ wo

    The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ Workspace. You can compile and link your driver in IDE. If you have SoftICE, it can generate .nms file.

    標簽: create C. framework program

    上傳時間: 2013-12-03

    上傳用戶:silenthink

  • 1 程序開發步驟如下 (1) 打開vc

    1 程序開發步驟如下 (1) 打開vc,選擇菜單項file->new,選擇projects選項并建立一個名為"floppy"的win32 console applicatoin工程;創建時注意指定創建該工程的目錄; (2) 在工程中創建源文件"floppy.cpp":選擇菜單項project->add to project->files,在選擇框中輸入自己想要創建的文件名,這里是"floppy.cpp";在接下來詢問是否創建新文件時回答"yes";然后通過Workspace->FileView->Source Files打開該文件,在其中編輯本程序的源代碼;編輯結束后通過菜單項File->Save進行保存; (3) 同(2)步驟再加入文件"floppy.h"; (4) 通過調用菜單命令項build->build all進行編譯連接,可以在指定的工程目錄下得到debug->floppy.exe程序;現在即可以運行該程序;由于沒有命令行參數,故不必在控制臺下來運行,直接運行即可; 2 補充說明 這里僅僅給出了編譯結果和源程序,沒有所創建工程的其他文件。

    標簽: 程序開發

    上傳時間: 2014-01-02

    上傳用戶:wpt

  • 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB mode

    基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure containing system parameters ( uwb in Workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).

    標簽: mdl UWB uwb simulink

    上傳時間: 2013-12-22

    上傳用戶:gengxiaochao

  • 驅動開發向導 I came across an article QuickSYS which implements an NT driver framework. That article demo

    驅動開發向導 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

  • VC 源代碼 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip   一個可

    VC 源代碼 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip   一個可以重命名Workspace的程序。 simplecomserver_src.zip   演示了如何生成一個COM組件。 consolePipe_src.zip consolePipe_demo.zip   用圖形界面的程序裝載控制臺程序并接收控制臺程序的輸出。 TiffToPDF_src.zip sampleimage.zip   將tiff轉換成PDF的源程序。 SimpleWordPad.zip   簡單字處理程序。 Gamma_Manager_src.zip Gamma_Manager_demo.zip   調節灰度的滑動條的類。 smpplib.zip   一個SMPP類庫可以用來連接SMPP網關來發送和接收SMS消息。 ColorFont_src.zip   使用CColorDialog類輕松改變對話框背景顏色和字體。 benBro107.zip benbro.zip   一個基于IE的瀏覽器,使用了多文檔界面的標簽,IE界面和XP的工具條等。 PictureZoom_src.zip PictureZoom_demo.zip    一個C++ OCX控件可以在你應用程序的窗口上繪制圖片。

    標簽: dswRename_src zip VC 源代碼

    上傳時間: 2016-01-08

    上傳用戶:eclipse

  • CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The

    CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ Workspace file for the program. CHAPT12\Chapt12.h The header file for the app s application class CHAPT12\Chapt12.ico The icon used in Chapt12.exe CHAPT12\Chapt12.rc The resource file use in the test program. CHAPT12\Chapt12Dlg.cpp The implementation of the dialog class CHAPT12\Chapt12Dlg.h The declarations of the dialog class CHAPT12\MyWin32Port.h Definition for a class derived from Win32Port. CHAPT12\resource.h The resource IDs

    標簽: CHAPT Chapt 12 the

    上傳時間: 2013-12-17

    上傳用戶:yan2267246

  • CHAPT13AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13AnsiWinTerm.h Header file for

    CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation CHAPT13\Chapt13.dsp Visual C++ project file CHAPT13\Chapt13.dsw Visual C++ Workspace file CHAPT13\Chapt13.rc The resource file used in the test program CHAPT13\resource.h IDs defined in the resource file CHAPT13\Win32Term.cpp The Win32 general purpose terminal class CHAPT13\Win32Term.h Definition of the class CHAPT13\Debug\Chapt13.exe 32-bit executable of the test program.

    標簽: AnsiWinTerm CHAPT emulation terminal

    上傳時間: 2016-02-03

    上傳用戶:秦莞爾w

  • Visual C++開發環境是一個基于Windows 操作系統的可視化、面向對象的集成開發環 境(Integrated Development Environment

    Visual C++開發環境是一個基于Windows 操作系統的可視化、面向對象的集成開發環 境(Integrated Development Environment,IDE)。在該環境下用戶可以開發有關C 和C++ 的各種應用程序,應用程序包括建立、編輯、瀏覽、保存、編譯、鏈接和調試等操作,這 些操作都可以通過單擊菜單選項或工具欄按鈕來完成,使用方便、快捷。它還提供了項目 工作區(Workspace)、應用程序向導(AppWizard)、類操作向導(ClassWizard)和WizardBar 等實用編程工具。

    標簽: Development Environment Integrated Windows

    上傳時間: 2014-07-29

    上傳用戶:dianxin61

  • cost存放了一個強連通圖的邊權矩陣

    cost存放了一個強連通圖的邊權矩陣,作為一個實例。 可在Workspace中加載 運用此算法要注意多次試驗。 bianquan.m文件給出了一個參數實例,可在命令窗口中輸入bianquan,得到鄰接矩陣C和節點個數N以及一個任意給出的路徑R,,回車后再輸入jiaohuan3,得到了最優解。 由于沒有經過大量的實驗,又是近似算法,對于網絡比較復雜的情況,可以嘗試多運行幾次jiaohuan3,看是否能到進一步的優化結果。

    標簽: cost 矩陣

    上傳時間: 2014-01-14

    上傳用戶:qlpqlq

主站蜘蛛池模板: 邹城市| 航空| 榆中县| 思南县| 法库县| 镇原县| 唐河县| 勐海县| 余庆县| 安多县| 嘉善县| 新巴尔虎左旗| 眉山市| 牙克石市| 丘北县| 阳谷县| 宁武县| 上蔡县| 定襄县| 姜堰市| 木里| 盐山县| 汤阴县| 团风县| 宝丰县| 清镇市| 丁青县| 鹤庆县| 安化县| 益阳市| 洪洞县| 馆陶县| 柳州市| 东丽区| 高要市| 清徐县| 东台市| 洛宁县| 义马市| 宜兴市| 九龙县|