-
词法分析 词法分析 词法分析 词法分析 词法分析
词法分析 词法分析 词法分析 词法分析 词法分析 -lexicalAnalysis
- 2022-04-24 11:36:17下载
- 积分:1
-
The operating system in the experiment: the file system, for users to operate th...
操作系统中的实验:文件系统,对用户的各文件进行操作,注册登录的用户、用户对文件进行的操作-The operating system in the experiment: the file system, for users to operate the various documents, registered logged in users, the file operation
- 2022-03-04 22:59:37下载
- 积分:1
-
这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光...
这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息――Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon Tips。-This the "system tray full programming guide (3)" article supporting code examples. Achieving a tray icon balloon style tips. This a lE5.0 only occurred after the new features. The procedure tray is usually prompts the mouse to move the cursor on the tray icon, Windows will send messages to the tray procedures, as evidenced by a message-- Tooltip. However, in Windows XP, we also see some system tray procedure is automatic ToolTips information, in other words no need to move the mouse cursor on the tray icon will show ToolTips, it is how to achieve? This code will demonstrate a strange ToolTips style, it is called balloon Tip : Balloon Tips.
- 2022-09-01 14:40:03下载
- 积分:1
-
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)...
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)-TImagePlus strengthen version of the TImage component, images can be stored together with the explanatory text in a single document (154KB)
- 2022-01-21 02:46:57下载
- 积分:1
-
文件修改的监视
文件修改的监视-The example of monitoring the change of files
- 2023-09-03 12:50:02下载
- 积分:1
-
这是我写的viterbi译码代码,已经通过验证,希望对你有用
这是我写的viterbi译码代码,已经通过验证,希望对你有用-This is what I wrote viterbi decoding code has been validated, in the hope that useful to you
- 2022-03-20 18:55:01下载
- 积分:1
-
Windows 服务样例
windows服务样例,已经完成了服务的注册,启动,停止,暂停等内容,只需要在相关代码处添加自己的代码即可使用。注意windows服务运行在session0,xp勾选可以与桌面交互可以弹出窗口,xp以上系统,需要配合托盘程序,通过管道、socket、内存共享等方式进行通讯。
- 2023-01-09 08:35:03下载
- 积分:1
-
Fortran科学计算程序,计算原子间力的大小,能级分布
Fortran科学计算程序,计算原子间力的大小,能级分布-Fortran scientific computing procedures, calculation of inter-atomic force size, level distribution
- 2022-09-18 19:25:03下载
- 积分:1
-
Fingerprint comparison system, by scanning the fingerprint of the two photos to...
指纹对比系统,通过将扫描的两副指纹照片进行比对,可以分析出其中的不同,主要是像素点的对比,结合了一些算法-Fingerprint comparison system, by scanning the fingerprint of the two photos to compare, you can analyze the different pixels are mainly contrast, combined with a number of algorithms
- 2022-11-15 23:55:03下载
- 积分:1
-
windows 完成端口 IOCP
一个朋友做的完整的IOCP代码,效率挺高的.
以下是朋友的原话:
初学IOCP(windows完成端口)编程时,遇到很多问题和挫折,也在网上找过很多他人的代码,但是这些代码要么不稳定,要么难以使用,所以决定自己动手。在N次查阅MSDN有关章节,几度大改源代码,以及无数次的调试之后,终于有了目前这个比较稳定高效的的IOCP代码,我将其封装成了Delphi控件,所以也是比较方便使用的。现在我将这些代码全部毫无保留的贴出来,希望能够对某些正在0学习IOCP编程的朋友有所帮助。我的代码很少注释,但是风格自认为比较好,读起来应该不会费力。
- 2022-04-18 02:04:48下载
- 积分:1