-
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY...
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在
-Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a synchronization object, if (GetLastError () return ERROR_ALREADY_EXISTS to indicate the presence
- 2022-03-15 07:02:13下载
- 积分:1
-
一个简单的MP3播放器
一个简单的MP3播放器-a simple MP3 player
- 2022-08-22 10:36:50下载
- 积分:1
-
一个不错离子系统,给学习写离子系统的人提供了不错的帮助...
一个不错离子系统,给学习写离子系统的人提供了不错的帮助-a good ion system, to learn the plasma system is a good help
- 2022-01-26 08:12:56下载
- 积分:1
-
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性-A hard drive serial number on the time of the procedure, the serial number used to identify the uniqueness of the host
- 2022-01-24 18:57:05下载
- 积分:1
-
多跳 2420实现 一个基站 3个汇聚节点
多跳 2420实现 一个基站 3个汇聚节点 -communication 2420 msp430
- 2022-01-31 11:25:59下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1
-
was landing the user
获得登陆的用户名-was landing the user
- 2022-03-22 00:54:42下载
- 积分:1
-
FTPCommand是一个在嵌入式环境(WindowsCE,PalmOS,symbian)下可运行的ftp命令程序。...
FTPCommand是一个在嵌入式环境(WindowsCE,PalmOS,symbian)下可运行的ftp命令程序。-FTPCommand is an embedded environment (WindowsCE, PalmOS, symbian) can run ftp command procedures.
- 2022-01-22 03:51:06下载
- 积分:1
-
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg...
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg-123@126.com-Form a transparent source code, form title used by the API function paintings, the effect is also good, original author of
- 2023-08-07 21:15:03下载
- 积分:1
-
At Ocaml
2. Define a function sum that takes an integer list and returns the s...
At Ocaml
2. Define a function sum that takes an integer list and returns the sum of all elements from it.
- 2022-03-22 03:44:17下载
- 积分:1