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

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

Project-management

  • 先編寫MFC DLL

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

    標(biāo)簽: MFC DLL 編寫

    上傳時(shí)間: 2013-12-21

    上傳用戶:13681659100

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標(biāo)簽: command-line application Addfilter drivers

    上傳時(shí)間: 2013-12-30

    上傳用戶:天誠(chéng)24

  • The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the re

    The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.

    標(biāo)簽: intercepting operations non-SCSI support

    上傳時(shí)間: 2014-01-03

    上傳用戶:ls530720646

  • Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po

    Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows 95/98 and Windows NT/2000. Bochs was written by Kevin Lawton and is currently maintained by the Bochs project at "http://bochs.sourceforge.net".

    標(biāo)簽: emulator portable written highly

    上傳時(shí)間: 2015-04-06

    上傳用戶:FreeSky

  • Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), port

    Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/

    標(biāo)簽: developers widespread netwide respect

    上傳時(shí)間: 2014-01-20

    上傳用戶:2404

  • 關(guān)于tts語音引擎的使用方法!很多軟件具有英文發(fā)音和朗讀功能

    關(guān)于tts語音引擎的使用方法!很多軟件具有英文發(fā)音和朗讀功能,它們都使用了MSTTS(Microsoft Text To Speech)技術(shù)。微軟遵照COM的標(biāo)準(zhǔn),提供了一套Speech API來對(duì)MSTTS進(jìn)行編程。要在程序中使用這套API,必須確保系統(tǒng)已經(jīng)安裝了MSTTS和Spchapi軟件包。   Speech API可以作為類型庫(kù)引用到Delphi中,方法是:打開Project選單下的Import Type Litrary,點(diǎn)擊“Add”加入Windows\Speech目錄下的Vtxauto.tlb文件,在Delphi的Import目錄中就會(huì)生成VTxtAuto—TLB.pas文件,其中定義了VTxtAuto—TLB單元,把它加到Uses成員中來。設(shè)計(jì)如圖2所示的窗口,定義全局變量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注冊(cè)}   “Read”按鈕代碼為:   VoTxt.Speak(Memo1.Lines.Text,10) {朗讀}   “Stop”按鈕代碼為:   VoTxt.StopSpeaking {停止朗讀}   至此,應(yīng)用程序已具有朗讀功能,10表示使用普通語氣。借住VoTxt的屬性和方法,我們還可以控制閱讀速度和語氣,實(shí)現(xiàn)暫停、跳句等功能,Speech API編程就這么簡(jiǎn)單。

    標(biāo)簽: tts 語音 引擎 多軟件

    上傳時(shí)間: 2014-01-21

    上傳用戶:13681659100

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

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

    標(biāo)簽: 程序開發(fā)

    上傳時(shí)間: 2014-01-02

    上傳用戶:wpt

  • 用LPC213X系列的PWM來產(chǎn)生語音。語音數(shù)據(jù)來源于PC機(jī)轉(zhuǎn)換后得到的。最大可以是16位的。 由于是PWM所以輸出端口需要低通濾波才能夠得到比較干凈的聲音。 可以經(jīng)過修改使用LPC2132以上的

    用LPC213X系列的PWM來產(chǎn)生語音。語音數(shù)據(jù)來源于PC機(jī)轉(zhuǎn)換后得到的。最大可以是16位的。 由于是PWM所以輸出端口需要低通濾波才能夠得到比較干凈的聲音。 可以經(jīng)過修改使用LPC2132以上的ARM的D/A來產(chǎn)生。 This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.

    標(biāo)簽: LPC PWM 213X 2132

    上傳時(shí)間: 2014-11-07

    上傳用戶:zhanditian

  • 項(xiàng)目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface t

    項(xiàng)目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended. Trickster Streaming Server是一個(gè)具有簡(jiǎn)單 Web接口的純 Perl MP3流服務(wù)器,它讓你操作并瀏覽隊(duì)列。這個(gè)隊(duì)列管理 API 用一種相當(dāng)簡(jiǎn)單的UNIX方式來做,并能被容易的擴(kuò)展。

    標(biāo)簽: Trickster Streaming interface streaming

    上傳時(shí)間: 2013-12-13

    上傳用戶:lz4v4

  • this is a trade sale system realized by java. It can run some easy functions and has a good design p

    this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.

    標(biāo)簽: functions realized design system

    上傳時(shí)間: 2015-04-17

    上傳用戶:sz_hjbf

主站蜘蛛池模板: 镇原县| 通海县| 沙雅县| 从化市| 策勒县| 望都县| 八宿县| 兴山县| 泰安市| 贞丰县| 富锦市| 弋阳县| 剑阁县| 道孚县| 北票市| 禹城市| 武定县| 固镇县| 靖远县| 辽宁省| 左贡县| 同江市| 丰台区| 林州市| 徐汇区| 京山县| 于田县| 沧州市| 监利县| 东海县| 宁国市| 盱眙县| 嘉善县| 连城县| 黄梅县| 昌平区| 东明县| 天津市| 盖州市| 禄劝| 文登市|