-
c++ primary knowledge summary
c++ primary 知识汇总,是c++进阶者很好的东西-c++ primary knowledge summary
- 2022-04-22 18:34:38下载
- 积分:1
-
c++链表插入操作,且链表数据元素有序,在插入时对数据进行比较,让其有序...
c++链表插入操作,且链表数据元素有序,在插入时对数据进行比较,让其有序-c List insertion and data elements in an orderly List, when inserted in the data, so in an orderly
- 2023-01-19 10:10:04下载
- 积分:1
-
书 名:Programming Windows程式开发设计指南
出版日期:2000/6/2
原 作 者:Charles Petzold
译 者:余孟...
书 名:Programming Windows程式开发设计指南
出版日期:2000/6/2
原 作 者:Charles Petzold
译 者:余孟学
-Title: Programming Windows program to develop design guidelines Publication Date: 2000/6/2 original author: Charles Petzold Translator: Studies余孟
- 2022-02-21 20:16:08下载
- 积分:1
-
使用流量交互分割
- 2022-03-13 07:11:55下载
- 积分:1
-
读取ini文件类,十分实用的工具
读取ini文件类,十分实用的工具-read ini file type, a very useful tool
- 2022-01-22 02:44:35下载
- 积分:1
-
简单的算法的三维表示,和绘图向量场的例子。
easy algorithm to 3d representation, and example of plotter vector fields.-easy algorithm to 3d representation, and example of plotter vector fields.
- 2022-02-16 06:17:44下载
- 积分:1
-
人体3d模型显示
读取bvh文件,建立人体的3维棍状模型,实现bvh文件载入,动画的播放停止,是人体动作捕捉系统中人体模型显示的很好的材料!
- 2022-03-12 00:27:18下载
- 积分:1
-
easyweb实例代码 可以做网络参考
easyweb实例代码 可以做网络参考 -Easyweb examples of code can make the network reference
- 2022-04-08 01:04:43下载
- 积分:1
-
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
---- 1. 在你的视中,实现OnEditPaste来处理用户从编辑菜单选择粘贴命令的操作。
---- 2. 在OnEditPaste函数中,建立一个COleDataObject对象并且访问它的AttachClipboard成员函数来将这个对象绑定到剪贴板。
---- 3. 访问COleDataObject::IsDataAvailable函数来检查是否可以使用特殊的格式。当然,你也可以通过循环使用COleDataObject::BeginEnumFormats来寻找其它格式直到你找到了最适合的格式。
---- 4. 粘贴数据。
-paste data replication more complicated than that because you need to choose paste format.---- 1. Depending on your, and realize OnEditPaste to users from the edit menu select paste ordered the operation.---- 2. In OnEditPaste function, the establishment of a visit COleDataObject object and its function AttachClipboard members will be bundled with the object to the clipboard.---- 3. Visit COleDataObject : : IsDataAvailable function can be used to check whether a special format. Of course, you can also cycle through the use of COleDataObject : : BeginEnumFormats to find other formats until you find the most suitable format.---- 4. Pasting data.
- 2023-04-03 21:55:03下载
- 积分:1
-
心电信号(ECG)采集/演示VC++源代码工程(VC6.0)
这个VC6.0软件工程源代码是有关心电信号采集、滤波器滤波、波形演示、心率识别等功能费。该工程可以设置滤波器参数、波形采样时间等参数。该工程编译通过,可运行。对研究可穿戴设备、心率识别、ECG波形分析等领域有着非常实用的参考价值。
- 2023-02-17 20:40:11下载
- 积分:1