-
LCD320240, C51单片机,外部计数显示。
LCD320240, C51单片机,外部计数显示。-LCD320240, C51 microcontroller, external count display.
- 2022-02-26 02:17:29下载
- 积分:1
-
详细介绍了ARM处理器的arm7dti
arm7dti detail for arm processor
- 2022-02-12 02:24:53下载
- 积分:1
-
墨香管理器 1.0 - 单机墨香吧
18/6/2016 9.30PM
(新增)ini文件用来设置表的Column:转身,泡点 以及默认SQL登入地址,账号,密码
(新增)在表右键可查看角色面板等等
- 2022-03-13 22:16:47下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1
-
获取高通资源字符串代码
高通平台资源文件brx文件格式,如何brx格式文件中的字符串提取出来,生成txt文件
- 2022-07-22 17:49:38下载
- 积分:1
-
RetinexTest
Retinex试验
- 2022-01-26 02:00:43下载
- 积分:1
-
Interesting book about how Windows gets time
Interesting book about how Windows gets time
- 2022-06-02 22:07:34下载
- 积分:1
-
魔力游戏伤害计算器源码c#编写,用数组进行数据存储,对经常pk的人有很大帮助...
魔力游戏伤害计算器源码c#编写,用数组进行数据存储,对经常pk的人有很大帮助-magic of the game hurt calculators source c# prepared with data storage arrays, on the regular pk be very helpful
- 2022-02-02 08:08:31下载
- 积分:1
-
医学图像处理系统
采用C #语言编写的,三层架构,连接oracle数据库简单医学图像预处理系统。
- 2022-05-11 01:13:59下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1