-
Realizes the serial communication with TurboC2[1].0
用TurboC2[1].0实现串行通讯,采用中断和查询实现串行通信-Realizes the serial communication with TurboC2[1].0
- 2023-03-15 00:35:04下载
- 积分:1
-
一个很有用的包含属性页的例子
一个很有用的包含属性页的例子 -An very useful example which contains propertysheet
- 2022-10-07 14:30:03下载
- 积分:1
-
1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量...
1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量初始化为0及给定值,另有计算复数的加减法及输出复数的三个方法,编程序利用该类完成2+3i与6-8i相加,12+9i与20-8i相减,并利用复数的输出方法将结果输出。-Define a complex number class Complex, the class is represented real and imaginary parts of the member variable, there are two constructor Complex () and the Complex (int x, int y) of the respective member variables will be initialized to 0 and the given value Another calculation of complex addition and subtraction method and output the plural of the three methods, programmed to use the class to complete 2+3 i and 6-8i sum, 12+9 i and subtract 20-8i, and the use of the plural output method results output.
- 2022-03-18 05:31:53下载
- 积分:1
-
use five minutes, adds to the functionality flash player flash player is the use...
利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
- 2022-02-01 12:32:15下载
- 积分:1
-
使用CArchive存储和读取程序里的Com对象
使用CArchive存储和读取程序里的Com对象 -Using CArchive to store and read com object in application
- 2022-01-25 16:26:28下载
- 积分:1
-
一个关于activex制作的不错的事例程序!!
一个关于activex制作的不错的事例程序!!
-Activex produced a good example of the procedure! !
- 2022-10-23 01:35:04下载
- 积分:1
-
实现了led的技术和应用,以后使用led提供了基础的说明和应用,希望大家喜欢...
实现了led的技术和应用,以后使用led提供了基础的说明和应用,希望大家喜欢
-Realize the led technology and applications, future use led to provide a foundation for a description and application, I hope everyone likes
- 2023-08-10 19:25:03下载
- 积分:1
-
Examples of source control MsChart chart, quickly mastered the reading MsChart c...
MsChart图表控件示例源码,看完很快就掌握了MsChart图表控件-Examples of source control MsChart chart, quickly mastered the reading MsChart chart control
- 2022-03-20 10:12:24下载
- 积分:1
-
在activex容器中如何选择和激活对象,如何管理嵌入对象的大小和位置,如何实现对对象的保存等功能。
在activex容器中如何选择和激活对象,如何管理嵌入对象的大小和位置,如何实现对对象的保存等功能。-in containers how to choose and activate objects, how to manage the embedded object to the size and location, how to achieve the object of preservation capabilities.
- 2022-06-16 17:12:57下载
- 积分:1
-
RS485同步通信。AppWizard has created this RS485Comm application for you. This applica...
RS485同步通信。AppWizard has created this RS485Comm application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.-RS485 synchronous communication. AppWizard has created this RS485Comm application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.
- 2022-10-17 04:45:02下载
- 积分:1