-
VCRoomManage
基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。(Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.)
- 2009-03-25 21:40:08下载
- 积分:1
-
xep-ucos
UCOS的移植参考文献,详细讲解了UCOS在windows平台上的移植过程。(UCOS transplant references, explained in detail on the windows platform UCOS transplant process.)
- 2013-11-20 20:17:47下载
- 积分:1
-
SVM
支持向量机 算法在特征提取中的应用 源代码(Support vector machine algorithm in feature extraction of the source code)
- 2011-04-20 10:44:32下载
- 积分:1
-
VCCallMatlab
使用VisualStudio2008开发的VC调用matlab的示例小程序。matlab具有较强的数据运算能力,而VC可以提供一个较好的界面,因此把两者结合起来进行混合编程。本代码提供一个较好的显示。(VC call matlab using VisualStudio2008 developed sample applet. matlab has a strong computing power, the VC can provide a better interface, so to combine the two mixed programming. This code provides a better display.)
- 2013-05-05 16:53:08下载
- 积分:1
-
Assignment6
Bjarne Stroustrup的课后练习
1. Stroustrup, Chapter 17, Questions 11 and 13, Page 624–625.
2. Stroustrup, Chapter 19, Question 4, Page 709.(1. Stroustrup, Chapter 17, Questions 11 and 13, Page 624–625.
2. Stroustrup, Chapter 19, Question 4, Page 709.)
- 2015-04-06 07:42:57下载
- 积分:1
-
ImageTool
图像处理 二值化 旋转 90 180 等,支持多种 图片(图像处理 二值化 旋转)
- 2012-05-04 15:26:20下载
- 积分:1
-
to2to
二进制格雷码与自然二进制码的互换
它就是介绍怎么把二进制格雷码与自然二进制码的互换。主要是异或操作(itis to for 2to 2)
- 2011-10-21 18:42:17下载
- 积分:1
-
bBluuetooth__a
功能更强的一种基于J2ME的蓝牙程序源码,本程序源码说明怎样使用蓝牙 API 与可视编辑器的一组 MIDlet。(More powerful based on the J2ME Bluetooth program source code, the program source code to illustrate how a group of the MIDlet using the Bluetooth API and the Visual Editor.)
- 2012-08-13 16:45:53下载
- 积分:1
-
xiankuan
线宽计算,用matlab计算线宽。可以得到的值来分析和使用半导体激光器线宽的联系(linewidth calculator)
- 2012-11-04 21:45:12下载
- 积分:1
-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1