搜索结果
找到约 439 项符合
CPP 的查询结果
按分类筛选
- 全部分类
- 数据结构 (42)
- 人工智能/神经网络 (36)
- 其他 (31)
- VC书籍 (28)
- 数值算法/人工智能 (21)
- 加密解密 (19)
- 数学计算 (19)
- Linux/Unix编程 (19)
- 多媒体处理 (17)
- 串口编程 (15)
- 编译器/解释器 (14)
- Windows CE (14)
- 单片机开发 (13)
- 书籍源码 (12)
- 源码 (9)
- matlab例程 (7)
- 文章/文档 (7)
- 软件设计/软件工程 (5)
- 编辑器/阅读器 (5)
- 通讯/手机编程 (5)
- 嵌入式/单片机编程 (5)
- 其他书籍 (5)
- 教育系统应用 (4)
- 汇编语言 (4)
- 多国语言处理 (4)
- 其他数据库 (4)
- 驱动编程 (4)
- Java编程 (4)
- 企业管理 (3)
- 压缩解压 (3)
- Delphi控件源码 (3)
- *行业应用 (3)
- 图形图像 (2)
- C/C++语言编程 (2)
- 电子书籍 (2)
- 游戏 (2)
- 生物技术 (2)
- 中间件编程 (2)
- Internet/网络编程 (2)
- 操作系统开发 (2)
- Linux/uClinux/Unix编程 (2)
- 软件 (2)
- 习题答案 (2)
- 技术资料 (2)
- 技术书籍 (1)
- 单片机编程 (1)
- CA认证 (1)
- Oracle数据库 (1)
- 传真(Fax)编程 (1)
- TAPI编程 (1)
- 家庭/个人应用 (1)
- Modem编程 (1)
- Applet (1)
- 通讯编程文档 (1)
- 并行计算 (1)
- 手机短信编程 (1)
- Windows Mobile (1)
- GPS编程 (1)
- 金融证券系统 (1)
- 交通/航空行业 (1)
- DSP编程 (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- MySQL数据库 (1)
- 其他行业 (1)
- 软件工程 (1)
- 文件格式 (1)
- 数据库系统 (1)
- STL (1)
- 百货/超市行业 (1)
- 计算机相关 (1)
- 电源技术 (1)
- 教材/考试/认证 (1)
- 经验 (1)
- VIP专区 (1)
文章/文档 VC 中音乐最完美的实现 想在程序中播放mp3
VC 中音乐最完美的实现
想在程序中播放mp3,wma,wav等所有格式的音乐文件吗?网上这样的介绍真是少!!这是一个封装了音乐的各种操作,比如音量调节,进度调节,的类。包 含两个类,CMusic,CSound。分别在文件music.h,music.cpp,sound.h,sound.cpp。 ...
编译器/解释器 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 ...
压缩解压 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS ...
通讯/手机编程 原本.net1.1都是采用justinIO.cs的
原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。
鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。
由于smartphone的蓝牙都是默认com6和com7的,所以如果这 ...
通讯/手机编程 这是基于jsoncpp项目写扩展功能
这是基于jsoncpp项目写扩展功能,jsoncpp只支持简单的系列化,我写了JsonArchive.h类,并提供了测试源代码tt.cpp。扩展了value,自动支持list、vector的系列化,支持2进制数据的系列化。这可是我花费了不少时间才搞定的。 包中不包含jsoncpp,请使用者自己下载。 ...
其他数据库 员工培训系统 首先确认您的机器上已经安装了VC6.0以上版本
员工培训系统
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microso ...
人工智能/神经网络 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 sc ...
人工智能/神经网络 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 f ...
Linux/Unix编程 文件模板生成器
文件模板生成器,一个可以生成规格化c,cpp,makefile,shell等文件的脚本,相当不错,我修改了一下自用。