登录
首页 » Visual C++ » CDContorl

CDContorl

于 2007-09-20 发布 文件大小:40KB
0 411
下载积分: 1 下载次数: 4

代码说明:

  控制光驱的使用,很不错的一份源代码,与大家一起分享(err)

文件列表:

光驱控制程序
............\CDROMControl
............\............\CDROMControl.aps
............\............\CDROMControl.clw
............\............\CDROMControl.cpp
............\............\CDROMControl.dsp
............\............\CDROMControl.dsw
............\............\CDROMControl.h
............\............\CDROMControl.ncb
............\............\CDROMControl.opt
............\............\CDROMControl.plg
............\............\CDROMControl.rc
............\............\CDROMControlDlg.cpp
............\............\CDROMControlDlg.h
............\............\Debug
............\............\ReadMe.txt
............\............\res

............\............\...\CDROMControl.rc2



............\............\Resource.h
............\............\StdAfx.cpp
............\............\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VTB4Matlab
    说明:  一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。(AP as a video processing with C/C code, the software can be used in Matlab. AVI including reading and CIF/QCIF video sequence code, Canny operator, Harris corner detection, and overall value threshold algorithm, dynamic threshold algorithm and so on.)
    2005-11-22 21:38:47下载
    积分:1
  • youleyuan
    ⑴.设计游乐平面图,所含景点不少于10个。以图中顶点表示游乐园各景点,存放景点名称、代号、等信息;以边表示路径,存放路径长度等相关信息。 ⑵.为游人提供图中任意景点的问路查询,及查询任意两个景点之间的一条最短的简单路径。 (⑴. Designed to play plan, contained less than 10 scenic spots. To graph vertices, said the amusement park attractions, attractions store names, codes, and other information to edges, said path, the path length of storage of information. ⑵. To provide the figure for the visitors ask for directions any spots, queries, and query any two attractions of a shortest simple path.)
    2010-01-04 21:04:36下载
    积分:1
  • m
    说明:  MATLAB与C#VisualC++语言混合编程的实现(Realization of hybrid programming language of MATLAB and C# VisualC++)
    2013-03-27 18:57:34下载
    积分:1
  • xcorr2
    控制台程序,实现matlab中xcorr2()函数,实现二维相关运算(xcorr2())
    2010-09-26 14:33:11下载
    积分:1
  • decimation
    音频信号降采样程序 支持48k->8k 24k->8k 8k->1k 的降采样.实现方法,先做低通滤波,再做采样点抽取.低通滤波起使用67点FIR,系数由matlab使用窗函数法生成 (Audio signal down-sampling procedures to support the 48k-)
    2007-09-11 10:20:03下载
    积分:1
  • Defeat-V5b3.3fixed
    This something that people never understand , SAMA PERSIS BUAT AMBIL PROGRAM
    2014-11-15 19:39:41下载
    积分:1
  • matlab_eng
    说明:  matlab编程引擎(matlab programming engine)
    2008-09-14 17:25:52下载
    积分:1
  • char2CString
    char和CString之间赋值的问题,包含char* 转化成 CString,CString 转化成 char* ,BSTR 型转化成 CString 型等等。(between the char and CString assignment problem with char* into a CString, CString into a char*, BSTR type into CString type and so on.)
    2009-11-12 14:41:49下载
    积分:1
  • 6_1
    1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为: 1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 编写主函数,并测试以下内容: 1) 定义一个CStudent的指针数组pStu,数组长度为4; 2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内; 3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内; 4) 利用while循环调用数组里每个元素的计算平均成绩操作; 释放动态分配的空间,确保必要的析构函数能被调用。 (1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are: 1) Save English, shaping member variables politics, mathematics, geography and history, art achievements 2) Set the above variables public member function 3) public member function of the output of the variable 4) public member function Average () is used to calculate the average student s points The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows: 1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables 2) Set the above variables public member function 3) public member function of t)
    2014-10-20 15:29:16下载
    积分:1
  • 570486690TDIDF_Demo
    TFIDF计算方法详细解释,代码解释很多,也有帮助文档(TFIDF calculation method explained in detail, explain a lot of code, but also help documentation)
    2015-04-03 10:18:35下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载