搜索资源列表
-
2下载:
c语言实现互相关函数进而实现两个信号时延计算-c language cross-correlation function and then the two signal delay calculation
-
-
0下载:
c#编写实现一个远程控制程序,远程控制网络上的其它计算机,连接时只需输入对方计算机的IP和计算机名称、用户名和密码即可,这仅是一个基本的远程控制程序小模块,如果需要更多的相关功能,可能要自己动手开发了-c# prepared a remote control program, other computers on the remote control network connection only need to enter the other computer' s IP and co
-
-
0下载:
利用DirectShow技术实现视频输入设备的驱动,并提供录像和截图的相关函数。-Use DirectShow technology video input device drivers, and provides videos and screenshots of the correlation function.
-
-
0下载:
蒙特卡罗法主算法,相关函数需要调用的可根据实际项目需要编写。-Monte Carlo main algorithm, the correlation function may need to call the project based on the actual need to write.
-
-
0下载:
包含了3个示例展示了最常用的数据结构:二叉树的使用方便。初学者可以根据示例学习相关函数。-Contains three examples show the most commonly used data structures: binary tree easy to use. Beginners can learn the correlation function according to sample.
-
-
0下载:
本文档包括了C#文件处理的相关函数,方便对文件大家对文件的操作-This document includes the correlation function C# file processing to facilitate the operation of the document we file
-
-
0下载:
• 应用逻辑设计
1. 灯类
a. 主要属性和行为: 亮熄状态,关联图片资源对象,接受客户的亮熄要求
b. 类CLight
成员变量: m_state
成员函数: init, getState, setState
2. 开关类
a. 主要属性和行为: 关联所控的电灯CLight,接受客户的按动操作
b. 类CSwitch
成员变量: m_pLight
成员函数: init, push
3. 实例对象: 两个开关,一个灯;
-