-
驱动开发wince宝典,第二部分,强烈推荐,不容错过
驱动开发wince宝典,第二部分,强烈推荐,不容错过-Baodian wince-driven development, the second part, strongly recommend, not to be missed
- 2022-06-03 02:39:35下载
- 积分:1
-
一个汽车汽配件的进销存软件管理系统,写得比较详细,很好用的。...
一个汽车汽配件的进销存软件管理系统,写得比较详细,很好用的。-Steam car accessories Invoicing software management system, written in more detail, very good use.
- 2023-09-09 20:30:03下载
- 积分: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
-
分形算法与程序设计VC版的好书,值得推荐哟,欢迎下载!
分形算法与程序设计VC版的好书,值得推荐哟,欢迎下载!-fractal algorithms and program design VC version of the books recommend yo welcome to download!
- 2022-01-25 16:29:43下载
- 积分:1
-
博客程序源程序,可以参照下,最近较流行哟
博客程序源程序,可以参照下,最近较流行哟-blog procedures source, the light, the recent more popular yo
- 2022-01-29 00:19:19下载
- 积分:1
-
比较喜欢 数据结构 因此 基本都时 此类源码 多多谅解 LIST应用...
比较喜欢 数据结构 因此 基本都时 此类源码 多多谅解 LIST应用-I like the structure of data ,so basically is such sound code.hope understanding.This is the application of lIST.
- 2022-03-13 14:36:11下载
- 积分:1
-
解析显示器的EDID数据,获得比如显示器屏幕实际大小等参数
应用背景这个Module主要分析了EDID数据中关于显示器的一些重要的配置信息,比如显示器屏幕的实际的宽高比(单位cm)、显示器的厂商与产品的ID号、显示器的生产日期、显示器的版本号、显示器的反差系数(Gamma)以及电源管理模式等...关键技术其开发的工具是VS2012的C#控制台应用程序,该程序主要涉及对显示器EDID数据的解析,EDID: Extended Display Identification Data(扩展显示标识数据)是一种VESA 标准数据格式,其中包含有关监视器及其性能的参数,包括供应商信息、最大图像大小、颜色设置、厂商预设置、频率范围的限制以及显示器名和序列号的字符串。 这些信息保存在 display 节中,用来通过一个 DDC(Display Data Channel)与系统进行通信,这是在显示器和 PC 图形适配器之间进行的。
- 2022-02-14 15:39:12下载
- 积分:1
-
一个VSP的示例代码
vsp的一个示例代码
- 2022-12-01 13:30:03下载
- 积分:1
-
Not is to provide C/C++ programmer job interview guide, which aims to examinatio...
并不在于提供C/C++程序员求职面试指导,而旨在从技术上分析面试题的内涵。文中的大多数面试题来自各大论坛,部分试题解答也参考了网友的意见。
许多面试题看似简单,却需要深厚的基本功才能给出完美的解答。企业要求面试者写一个最简单的strcpy函数都可看出面试者在技术上究竟达到了怎样的程度,我们能真正写好一个strcpy函数吗?我们都觉得自己能,可是我们写出的strcpy很可能只能拿到10分中的2分。读者可从本文看到strcpy函数从2分到10分解答的例子,看看自己属于什么样的层次。此外,还有一些面试题考查面试者敏捷的思维能力。
分析这些面试题,本身包含很强的趣味性;而作为一名研发人员,通过对这些面试题的深入剖析则可进一步增强自身的内功。
-Not is to provide C/C++ programmer job interview guide, which aims to examination questions from a technical analysis of face connotations. Most of the text surface examination questions from the major forums, part of the answer in reference to the Questions User s views.
Many face examination questions seem simple, yet profound basic skills needed in order to give the perfect answer. Company asked interviewers to write a simple strcpy function of the interview can be seen in the technology of how to achieve the extent of what we can really written a strcpy function do? We all feel that you can, but we write the strcpy is likely to receive only 10 points in 2
- 2022-03-01 08:24:29下载
- 积分:1
-
vb常用函数库
vb常用函数库,包括了方方面面,主要有:通用api、文件操作、gdi图形图像、数学运算、网络、字符字符串处理、对话框、注册表、打印、ini文件操作、声音处理等等。
- 2023-06-19 07:15:03下载
- 积分:1