-
C# development objectlist and Its Application
用C#开发的链表类及其应用-C# development objectlist and Its Application
- 2022-06-14 03:56:08下载
- 积分:1
-
MSFlexGrid控件的使用例子
MSFlexGrid控件的使用例子-Example for the usage of MSFlexGrid control
- 2022-11-12 09:15:03下载
- 积分:1
-
麻将游戏
实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
- 2023-05-26 01:30:03下载
- 积分:1
-
- 2022-08-21 07:06:59下载
- 积分:1
-
WTL81_9127
供WTL爱好者学习WTL 是 Windows Template Library 的缩写,由微软的ATL(Active Template Library) 小组开发,主要是基于 ATL 对Win32API 的封装。从 2.0 后,功能逐步完善,成为了一个完整的支持窗口的框架(windows framework)。
- 2022-05-19 18:30:21下载
- 积分:1
-
实现串口通讯,以及通讯数据的动态显示(曲线绘制)
实现串口通讯,以及通讯数据的动态显示(曲线绘制)-Serial communication implementation, as well as the dynamic display communication data (drawn curve)
- 2022-05-21 10:46:38下载
- 积分:1
-
统一波形编辑器
应用背景一个波浪编辑器是咖啡开始疯狂烧烤疯狂舒服开始开放关键技术http://www.narkii.com/club/thread-305414-1.html司芬克斯开放性女款V空虚呢
- 2022-02-10 17:49:09下载
- 积分:1
-
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了
比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法.
如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
- 2022-12-28 03:55:04下载
- 积分:1
-
VC实现串口通讯显示
///////////////文件 commDlg.cpp////////////////
//一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
class CAboutDlg : public CDialog
{
};
/********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 13:10:04下载
- 积分:1
-
windows 窗口程序设计
一个非常简单的windows窗口,代码里有详细的注释。功能:根据windows的消息机制,获取鼠标的当前坐标并输出在窗口上。适合初学者。
- 2023-07-25 09:15:14下载
- 积分:1