-
CPrimerPlus第6版中文版代码(每章程序清单)
说明: C Primer Plus第六版中所有程序清单,源代码(List of all programs in version 6 of C Primer Plus, source code)
- 2021-03-15 17:29:23下载
- 积分:1
-
VC 扫描仪控制程序
这是一个在VC++环境下实现的扫描仪扫描管理程序,用于启动扫描和停止扫描,只是实现基本的扫描仪控制,不过本程序的顺利运行需要扫描仪支持,且是指定型号,窗口中对应的功能,由下面的按钮事件来响应:
开始扫描:
void CScanManageDlg::OnButton1()
{
m_Scan.ScannerAvailable();
m_Scan.OpenScanner();
m_Scan.StartScan();
}
停止扫描:
void CScanManageDlg::OnButton2()
{
m_Scan.StopScan();
}
- 2022-05-27 18:23:01下载
- 积分:1
-
VC摄像头控制程序
VC++ 6.0 摄像头控制程序 VC++ 6.0编写的一套摄像头控制程序,可以控制拍摄照片,程序基于directshow类库,已将此类库打包。另外由于程序未加异常判断,如果你的电脑上没有安装摄像头的话,程序也会报错。
- 2022-01-31 06:06:39下载
- 积分:1
-
vs
说明: 这本电子书主要还是对于已经具有一定编程经验的人准备的,对于细节是没有说明的,主要是介绍理解性的内容(This eBook is mainly those who already have some programming experience in the preparation, the details are not specified for the main content is to introduce the understanding of)
- 2010-05-05 23:41:09下载
- 积分:1
-
chapter7
C语言高级编程及实例剖析/王为青, 刘变红编著
ISBN号: 978-7-115-15423-1
出版发行项: 北京-人民邮电出版社 2007
光盘内容
附注项: 本书结合实例,深入浅出地介绍了C语言在主要应用领域的编程技术。全书共9章,分别为内存管理、文本屏幕界面设计、文件高级操作、图形图象、中断、通信技术、基本总线接口编程等。
附注项: C语言程序设计人员。
(C high-level programming language and examples of analysis/Wang Qing, Liu red for the ISBN number: 978-7-115-15423-1 published items: Beijing- People' s Posts & Telecom Press, 2007 CD-ROM of the contents of note: the book with examples, to learn more on the C language applications in the main programming. 9 book chapters, respectively, memory management, text-screen interface design, documentation of the advanced operators, graphic images, interruption, communications technology, such as the basic bus interface programming. Note item: C language programmers.)
- 2009-04-16 14:16:14下载
- 积分:1
-
VC++ 6.0 查询日期控件内的数据库内容
VC++ 6.0 查询日期控件内数据,这个例子是结合数据库实现的,应该算是数据库实例的范畴,是一个将日期类型数据作为查询条件的一个例子。只不过这里的日期类型,是通过日期控件来选择,因此本实例演示了两个重要功能:一、数据库查询检索、二日期控件的使用,使用日期控件可有效避免用户手动输入日期数据出错,减少不必要的时间。
- 2022-03-14 13:16:20下载
- 积分:1
-
High-quality_programming_guide
高质量C++编程指南,让你养成良好的编程习惯,使得编写的程序简洁、高效!
(High quality c++ programming guide, let you develop good programming habits, makes the program is simple and efficient!
)
- 2016-04-01 11:37:24下载
- 积分:1
-
SSD+Model+for+Maytronics+31.10.08
说明: 大家共享,需要的话自己下
仅供参考,正确与否,认真审查(Share, if necessary, under their own for reference purposes only, correct or not, a careful review of)
- 2008-11-29 10:39:39下载
- 积分:1
-
WordB7
- 2011-03-12 00:06:27下载
- 积分:1
-
C4
说明: 这是一本很好的语言程序设计电子书,特别拿出来与大家共享。
第四部分(This is a very good program design language e-books, especially out to share with you. Part IV)
- 2008-10-17 21:57:31下载
- 积分:1