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

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

Cpp

  • VC 中音樂最完美的實(shí)現(xiàn) 想在程序中播放mp3

    VC 中音樂最完美的實(shí)現(xiàn) 想在程序中播放mp3,wma,wav等所有格式的音樂文件嗎?網(wǎng)上這樣的介紹真是少!!這是一個(gè)封裝了音樂的各種操作,比如音量調(diào)節(jié),進(jìn)度調(diào)節(jié),的類。包 含兩個(gè)類,CMusic,CSound。分別在文件music.h,music.Cpp,sound.h,sound.Cpp。

    標(biāo)簽: mp3 VC 美的 程序

    上傳時(shí)間: 2014-08-12

    上傳用戶:xiaohuanhuan

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.Cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    標(biāo)簽: implementation Extensions libraries standard

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

    上傳用戶:leehom61

  • 1、簡(jiǎn)介 此代碼是IS0 13818-5 MPEG2系統(tǒng)層協(xié)議分析代碼

    1、簡(jiǎn)介 此代碼是IS0 13818-5 MPEG2系統(tǒng)層協(xié)議分析代碼,經(jīng)過我的一點(diǎn)修改,現(xiàn)在終于可以在VC++ 6.0下編譯運(yùn)行, 發(fā)布上來獻(xiàn)給那些為了理解MPEG2系統(tǒng)層協(xié)議而苦苦加班的程序員。為了可以在windows下編譯,我修改了部分操作系統(tǒng)相關(guān)代碼,注解掉了一些main函數(shù),只留下decode.Cpp中的main函數(shù)沒有注解,所以編譯后的程序是TS流系統(tǒng)層解碼分析程序,如果要實(shí)現(xiàn)其他功能如encode,只要把decode.Cpp中的main函數(shù)注解,把encode.Cpp中的main函數(shù)注解去掉即可。

    標(biāo)簽: 13818 MPEG2 IS0 代碼

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

    上傳用戶:ywqaxiwang

  • 原本.net1.1都是采用justinIO.cs的

    原本.net1.1都是采用justinIO.cs的,它調(diào)用的是winAPI,可能存在不同設(shè)備的兼容性問題。現(xiàn)在.net2直接在system.io.port下面有serialPort了,這樣可以直接用。 鑒于.net2和.netCF2對(duì)于threading有不同的用法,所以兩個(gè)版本都做了,分別是PC+.net2和wm5sp+.netcf2的。 由于smartphone的藍(lán)牙都是默認(rèn)com6和com7的,所以如果這個(gè)程序大家想用作藍(lán)牙串行,在你們的桌面端藍(lán)牙配置的時(shí)候要注意把虛擬串口重新定義到com6。具體做法以IVT Bluesoleil為例子,裝好藍(lán)牙驅(qū)動(dòng)程序以后,會(huì)在設(shè)備管理器里面多出幾個(gè)串行口;而IVT默認(rèn)的串行口是com10/11,這樣就要把設(shè)備管理器com10/11的高級(jí)屬性里面的端口重新強(qiáng)制定義到com6/7,這樣就可以了。因?yàn)槲易鏊{(lán)牙串行,所以程序代碼中都采用了COM6, 9600, 8, N, 1 的通信格式。 本論壇也有Cpp的smartphone串行程序,大家可以搜索一下。那個(gè)也不錯(cuò),我調(diào)試的時(shí)候smartphone采用這個(gè)來調(diào)試的。

    標(biāo)簽: justinIO net 1.1 cs

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

    上傳用戶:moshushi0009

  • 這是基于jsonCpp項(xiàng)目寫擴(kuò)展功能

    這是基于jsonCpp項(xiàng)目寫擴(kuò)展功能,jsonCpp只支持簡(jiǎn)單的系列化,我寫了JsonArchive.h類,并提供了測(cè)試源代碼tt.Cpp。擴(kuò)展了value,自動(dòng)支持list、vector的系列化,支持2進(jìn)制數(shù)據(jù)的系列化。這可是我花費(fèi)了不少時(shí)間才搞定的。 包中不包含jsonCpp,請(qǐng)使用者自己下載。

    標(biāo)簽: jsonCpp 項(xiàng)目 擴(kuò)展功能

    上傳時(shí)間: 2014-09-06

    上傳用戶:aa54

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

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

    標(biāo)簽: 6.0 VC 機(jī)器

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

    上傳用戶:luopoguixiong

  • This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.Cpp. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    標(biāo)簽: code implementing directory algorithm

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

    上傳用戶:woshini123456

  • 在vc環(huán)境下

    在vc環(huán)境下,用c++實(shí)現(xiàn)DES算法的.Cpp文件。 里邊含有一些可用的頭文件以及演示

    標(biāo)簽: 環(huán)境

    上傳時(shí)間: 2016-01-27

    上傳用戶:pinksun9

  • OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope

    OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.Cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm. However, the files svm.h and svm.Cpp codes were copied/merged into stdafx.h and stdafx.Cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/projects/opensvm If you had any question, please mail to: cloudbyron@gmail.com

    標(biāo)簽: developped the workspace OpenSVM

    上傳時(shí)間: 2016-01-30

    上傳用戶:asdfasdfd

  • 文件模板生成器

    文件模板生成器,一個(gè)可以生成規(guī)格化c,Cpp,makefile,shell等文件的腳本,相當(dāng)不錯(cuò),我修改了一下自用。

    標(biāo)簽: 模板 生成器

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

    上傳用戶:zq70996813

主站蜘蛛池模板: 桐柏县| 东方市| 德兴市| 福鼎市| 广安市| 洞头县| 湟中县| 达日县| 哈巴河县| 砚山县| 郎溪县| 罗源县| 石棉县| 黄龙县| 远安县| 安乡县| 崇州市| 蓬安县| 莱西市| 黄陵县| 荆州市| 县级市| 柳州市| 巴林右旗| 平定县| 巴中市| 紫阳县| 平昌县| 温州市| 清水河县| 虎林市| 宁河县| 青岛市| 北海市| 延津县| 通榆县| 江川县| 张掖市| 阿尔山市| 眉山市| 柞水县|