-
编译原理及实践,一本很好的书籍!指导完成一个语言的解释器...
编译原理及实践,一本很好的书籍!指导完成一个语言的解释器-Compiler Construction Principles and Practice, a very good book! Guidance to complete a language interpreter
- 2022-08-22 10:19:51下载
- 积分:1
-
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
- 2022-03-21 19:49:14下载
- 积分:1
-
关于USB驱动的一些源代码,对写USB驱动的人有一定帮助
关于USB驱动的一些源代码,对写USB驱动的人有一定帮助-On the USB drive some of the source code, to write USB drive to help people have a certain
- 2022-01-21 17:36:20下载
- 积分:1
-
89C2051的18B20温度计,有用者下。
89C2051的18B20温度计,有用者下。-89C2051 18B20 thermometer were useful under.
- 2022-02-20 09:08:44下载
- 积分:1
-
实现将WORD转换为HTML的方法DEMO,doc与docx格式均可使用
主要实现将word转换为html的方法,并结合富文本内容分析了java针对doc与docx格式文件的相关转换操作技巧
- 2022-08-17 09:10:56下载
- 积分:1
-
实现了一个在微秒的例子
本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of multimedia timer can be two ways to achieve precise timing. 1) Use timeGetTime () function, which ms timing accuracy for the class, to return from the Windows start after the beginning of time. 2) the use of timeSetEvent () function.
- 2022-03-06 14:13:58下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1
-
本探针用于asp.net服务器上,能侦测服务器的系统和硬件信息.及测试服务器的运算能力....
本探针用于asp.net服务器上,能侦测服务器的系统和硬件信息.及测试服务器的运算能力.-probe for the Asp. Net server, the server can detect system and hardware information. And testing the server computing power.
- 2022-02-05 22:44:50下载
- 积分:1
-
Excel贴图(VB.NET)
将Image图片自动贴入Excel文件中,可调整单元格大小及图片位置,具有很强的实用性
- 2022-12-01 03:45:03下载
- 积分:1
-
wince下的录音源代码
与vc下的录音有所不同!
wince下的录音源代码
与vc下的录音有所不同!-wince under the recording source code with the recording vc different!
- 2022-02-13 19:00:47下载
- 积分:1