-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!-Platformbuild compiled with debugging platform. Is about the use of semaphores to handle synchronization events program!
- 2022-01-22 16:07:32下载
- 积分:1
-
给代码暂停把他防止瞬时检测调试器调试器…
Give the code pause to attach him to debuger to prevent detecting debuger instance
- 2022-03-06 22:53:29下载
- 积分:1
-
excel操作类源码
一个操作excel的类,封装了常用函数,很实用。
描述: 一个好用的操作EXCEL的类:
1,写入
2,读取
3,单元格合并
4,单元格格式操作
5,插入图片
- 2022-08-26 01:35:57下载
- 积分:1
-
uniscan for automotive diag
uniscan for automotive diag
- 2022-02-25 22:12:48下载
- 积分:1
-
相对定位码图像
实现影像像对的相对定向,为生成核线影像提高相对定向元素-Relative orientation code image
- 2022-11-29 15:10:03下载
- 积分:1
-
半监督社区划分算法SpinGlass算法
Eaton 等人分别考虑个体标签和成对约束两种形式,提出了基于 Spin-Glass 模 型的半监督社区发现方法。 该算法通过修正 Spin-Glass 模型的哈密尔顿量使网络中的 每个节点处于基态。该模型指定具有相同自旋状态的节点应该被划分到同一个社区。 为了把两种形式的先验信息结合到哈密尔顿函数中,算法分别对应个体标签和成对约 束先验信息建立惩罚或奖励函数。在最小化哈密尔顿函数时,该算法采用模拟退火思想避免局部最优,从而得到良好的社区划分结构。 该算法在实验中呈现出较好的识别准确度和抗噪性。
- 2022-03-11 07:27:08下载
- 积分:1
-
i tried to do this algorithm and finally i ve succe
i tried to do this algorithm and finally i ve succe-i tried to do this algorithm and finally i ve success
- 2022-01-25 16:40:15下载
- 积分:1
-
VB write a character, full
VB写的一个汉字、全角字符点阵提取软件,支持汉字、全角字符点阵字模的提取。代码演示生成240*128和128*64点阵的字模。源代码来自ourdev.cn。对学习单片机的朋友有一点帮助,所以我就放上来了,有问题可以联系原作者:CoolFishWalking@163.com,在这里感谢作者。-VB write a character, full-width characters dot-matrix extraction software, support Chinese characters, full-width characters dot-matrix font extraction. Code demonstrates generation 240* 128 and 128* 64 lattice matrix. The source code from the ourdev.cn. MCU learning a little help of friends, so I Fangshang Lai, and have problems can contact the original author: CoolFishWalking@163.com, here to thank the authors.
- 2022-01-31 07:55:02下载
- 积分:1
-
vc2003实现的A星算法实例,可以编译执行。
vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
- 2022-02-02 12:07:39下载
- 积分:1