-
一个最简单入门级别的SDK编程~刚学VC的可以下载试下看
一个最简单入门级别的SDK编程~刚学VC的可以下载试下看-One of the most simple entry-level SDK Programming ~ just learning VC can download the trial under the watch
- 2022-03-05 03:58:44下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
非常不错的摄象头程序,对于开发这类程序的人有福了。
非常不错的摄象头程序,对于开发这类程序的人有福了。-A perfect camera application,A good new for you.
- 2022-05-30 06:28:10下载
- 积分:1
-
多线程编程入门技术
多线程编程入门技术-entry multithreaded programming techniques
- 2022-11-10 00:55:03下载
- 积分:1
-
16进制activex控件串口助手,MFC,VS2010
16进制activex控件串口助手,采用activex控件,实现了16进制数据接收与发送,开发工具为vs2010,基于对话框
- 2022-02-02 14:16:32下载
- 积分:1
-
this is a simple temp converter from fahrenheit to celsius
this is a simple temp converter from fahrenheit to celsius
- 2022-01-28 23:26:52下载
- 积分:1
-
在 ACM/ICPC 地区赛中,参赛队可以直接提交题目答案,但若答案错误,则再次提交时最后的成绩会受到影响提交的次。比赛的测试系统对每次提交的程序进行评判,结果...
在 ACM/ICPC 地区赛中,参赛队可以直接提交题目答案,但若答案错误,则再次提交时最后的成绩会受到影响提交的次。比赛的测试系统对每次提交的程序进行评判,结果是 AC 或者某种错误,参赛队能看到这个结果。
为了奖励优秀的队伍同时确定进军世界总决赛的资格名单,当两个队伍做出的题目数量相同时,会按照其使用的时间来进行进一步的排名。时间有两个部分,第一是总的解题时间,二是惩罚时间。所谓惩罚时间是指提交程序未通过时被罚的时间,每一次未通过的提交,都会在最终用于排名的时间中增加 20 分钟。对于没解决的题目不计时。
程序将读入一张运行结果清单,然后打印出前三名的成绩。
-the ACM/Illinois regional competition, participating teams can answer directly to the topic, but the answer wrong. again at the time of submission of the final results will be affected the times. Competition for each test system of evaluation procedures, the result is AC or some mistakes, teams can see the result. To reward outstanding contingent also set to enter the final of the world"s total eligible list, When the two teams made the subject of the number of the same, in accordance with their use of time to carry out further in the rankings. Time has two parts, the first is the general problem solving time is two time penalties. The so-called punishment period of the submiss
- 2022-02-04 13:30:07下载
- 积分:1
-
这里定义了一个编程语言称作C-M i n u s (或简称为C-),这是一种适合编译器设计方案的
语言,它比T I N Y语言更复杂,包括函数和数组。本质上...
这里定义了一个编程语言称作C-M i n u s (或简称为C-),这是一种适合编译器设计方案的
语言,它比T I N Y语言更复杂,包括函数和数组。本质上它是C的一个子集,但省去了一些重要-Here defines a programming language called C-M inus (or simply C-), which is a suitable compiler design language, it is more complex than the TINY language, including the functions and arrays. It is essentially a subset of C, but eliminating the need for a number of important
- 2022-09-03 03:10:03下载
- 积分:1
-
黑白道小游戏,源代码,大家互相学习一下。
黑白道小游戏,源代码,大家互相学习一下。-Black and White Road, a small game, source code, we learn from each other about.
- 2022-02-28 09:55:25下载
- 积分:1
-
这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂...
这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂-This is to be regarded as a classic C++ Tutorial on C++ Description of step-by-step, even if there is no C foundation, it can read
- 2022-03-02 14:21:29下载
- 积分:1