-
定时文字弹窗提醒或定时关机
可以实现定时文字提醒和定时关机的功能,定时时间可以手动输入24小时制的时间,定时开始后会显示倒计时,可以实现两种定时功能,一种是到了定时时间时进行弹窗提醒,弹窗里的文字可以预先Z自己输入设定,另一种功能是到达定时时间后进行自动关机。在定时过程中可以隐藏程序窗口。
- 2022-02-02 12:58:45下载
- 积分:1
-
A C source file printer with multiple options
A C source file printer with multiple options
- 2022-02-07 11:53:52下载
- 积分:1
-
我写这个专题目的是为VC初学者提供一个思路,我本人很菜,但我认为对于VC初学者来讲,可能有点帮助,当然,对于WinSDK编程,我也是刚刚接触...
我写这个专题目的是为VC初学者提供一个思路,我本人很菜,但我认为对于VC初学者来讲,可能有点帮助,当然,对于WinSDK编程,我也是刚刚接触-I wrote this feature is intended to provide a VC beginners ideas, I am vegetables, But I think VC beginners hand, it may be useful, of course, for WinSDK programming, I was just contacted
- 2022-02-05 10:52:10下载
- 积分:1
-
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现...
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现了公历到农历的转换函数
chdate.cpp 例子程序,使用luanrday实现功能:使用汉字显示当前农历日期.-Made the realization of the use of look-up table is converted to the Lunar calendar luanrday.h document describes the first document, a statement of the lunar calendar conversion function to file luanrday.cpp achieved lunar calendar conversion function to chdate.cpp example, the use of the realization of luanrday features: Displays the current use of Chinese Lunar New Year dates.
- 2022-03-06 03:19:01下载
- 积分:1
-
Windows CE/Mobile SP/PPC 上封装的ini操作的dll动态库,可以直接在SP/PPC上使用,速度快,很方便...
Windows CE/Mobile SP/PPC 上封装的ini操作的dll动态库,可以直接在SP/PPC上使用,速度快,很方便-Windows CE/Mobile SP/PPC on the package ini operation dynamic dll library, can be directly in the SP/PPC to use, fast, very convenient
- 2022-03-22 23:43:31下载
- 积分:1
-
.写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个...
.写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个那样的substring, 只要打出那个字母顺序排后面的-. To write a program that can read his string, and then played the longest substring p (is the longest small clause), and request that a small clause appears more than once. If there is more than one kind of substring, as long as the shot was behind schedule in alphabetical order
- 2022-06-30 23:39:46下载
- 积分:1
-
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程...
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design and implementation of heap sort algorithm 2) to be sort of data can be entered manually (usually relatively small size of about 10 Data), to detect the correctness of the procedure also can be randomly generated computer (usually relatively large-scale data ,1500-3000 or so), to test (with counting) time sorting algorithm reactor efficiency.
- 2022-07-22 21:14:31下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
花了几十块钱买的企业的网站,可后台添加数据,前台显示,很好用。...
花了几十块钱买的企业的网站,可后台添加数据,前台显示,很好用。-Spent money to buy dozens of businesses block the site, very good use.
- 2023-05-03 23:55:04下载
- 积分:1
-
glloader source code
glloader source code
- 2022-01-24 13:19:42下载
- 积分:1