DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP
標簽: Applications Components Multimedia and
上傳時間: 2015-07-20
上傳用戶:hanli8870
法:1:將類文件加入到你的項目中 2:在你的對話框中加入一個按紐(button),設置其文本和大小。 3:利用classwizard為按紐設置一個CButten類的值m_3dtext,然后編緝對話框的頭文件,將CButten m_3dtext 改為CMyTextButton m_3dtex 在 對話框的.CPP文件中加入#include "CMyTextButton.h"
上傳時間: 2013-12-03
上傳用戶:yyq123456789
員工培訓系統,首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.CPP文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****Info為數據輸入窗口資源, *****Set為結果集對應的類
上傳時間: 2015-08-26
上傳用戶:wmwai1314
王小平《遺傳算法——理論、應用與軟件實現》隨書光盤,內容有: \GA 本書中所附源程序C或C++代碼文件及其可執行文件 Scs.CPP 基本分類算法源程序,輸入數據文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遺傳算法源程序, 輸入數據文件input,輸出文件output A_life.c 基于遺傳算法的人工生命模擬源程序, 輸入數據文件world GA_nn.c 基于遺傳算法優化神經網絡結構源程序,輸入數據文件sample Patmat.c 基于遺傳算法提取基元圖形源程序 \Sources 遺傳算法相關自由軟件及代碼
上傳時間: 2013-12-14
上傳用戶:sz_hjbf
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.CPP Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
程序功能: 1 管理員開設課程; 2 學生可以選擇課程; 3 學生注冊; 4 教師注冊; 5 教師給選自己課程的學生給成績; 6 管理員對學生成績進行管理; 7 學生能夠查詢通過密碼自己的成績; CPP9.CPP 主函數控制程序運行 teacher.CPP 教師類 course.CPP 課程類 Administrator.CPP 管理員類 delete_record.CPP 刪除記錄 save_lord.CPP 文件存取操作 short_record.CPP 生成簡明文件 bad.CPP 生成均不及格的學生文件 find.CPP 查找學生信息 input_disp.CPP 輸入、顯示信息 Graph1.CPP 圖形顯示 學生成績管理系統簡介.doc 程序說明
上傳時間: 2014-11-07
上傳用戶:shanml
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.CPP和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.CPP
標簽: options other Predefined setting
上傳時間: 2014-12-21
上傳用戶:zhangliming420
基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.CPP, 在LINUX下可以用 g++ tt.CPP -o tt -O3進行編繹, 而且最后的結果也可以在MATLAB下顯示出來, This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.
上傳時間: 2013-12-23
上傳用戶:redmoons
本文件概要介紹組成 Example 應用程序的每個文件的內容。 Example.vcproj 這是使用應用程序向導生成的 VC++ 項目的主項目文件。 它包含生成該文件的 Visual C++ 的版本信息,以及有關使用應用程序向導選擇的 平臺、配置和項目功能的信息。 Example.CPP 這是主應用程序源文件。 包含用于顯示窗體的代碼。 Form1.h 包含窗體類的實現和 InitializeComponent() 函數。 AssemblyInfo.CPP 包含用于修改程序集元數據的自定義屬性。
標簽: Example vcproj Visual 應用程序
上傳時間: 2013-12-17
上傳用戶:上善若水