-
我注意到有一段时间,在Windows XP中,当你使用浏览器删除..
I ve noticed for a while that on Windows XP, when you use Explorer to delete a file or directory that is in use by another process, it takes what seems like an eternity before an error message appears telling you the file can t be deleted. During this time, there is no indication that Explorer even noticed the delete command. No hourglass, no nothing. By the time the message box appears, I ve already hit the delete key a few more times in a futile attempt to get Explorer to just do something, already. Either delete the file or tell me you can t...throw me a bone here.
- 2022-01-31 01:32:56下载
- 积分:1
-
内存管理.使用他可以看到一个内存管理的有关情况.
内存管理.使用他可以看到一个内存管理的有关情况.-memory management. He can see the use of a memory management of the situation.
- 2022-08-06 06:26:36下载
- 积分:1
-
c语言下实现位图的显示程序
c语言下实现位图的显示程序-under bitmap display procedures
- 2022-03-14 03:58:19下载
- 积分:1
-
This code is Address book code for Windows Mobile. This source code support wind...
This code is Address book code for Windows Mobile. This source code support windows mobile 5.0 over.
- 2022-01-26 01:36:56下载
- 积分:1
-
kohonen som
with drwing it map
and a nice gui
kohonen som
with drwing it map
and a nice gui
- 2022-03-01 15:23:48下载
- 积分:1
-
used to write the 18b20 driver function : to achieve DS18B20 read Principle : si...
用c写的18b20驱动程序
功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶振请跟据DS18B20的资料修改延时参数-used to write the 18b20 driver function : to achieve DS18B20 read Principle : single-bus protocol attention : single-bus protocol to delay requirements more stringent, this procedure is used in the crystal 11.0592M if the use of other crystal please According to the information DS18B20 delay parameter changes
- 2022-03-18 07:48:12下载
- 积分:1
-
高斯算子对图像进行平滑,附源码和测试图片
高斯算子对图像进行平滑,附源码和测试图片-Gaussian operator for smoothing the image, with source code and test images
- 2023-02-16 18:25:04下载
- 积分:1
-
MATLAB教程汇总
summary of matlab tutorial
- 2022-04-08 00:16:32下载
- 积分:1
-
本课程设计采用C++,通过一个简单的图书管理系统的准备…
本课程设计是用C++编写的一个简单的图书管理系统,在够遵循软件开发过程的基本规范,运用结构化程序设计的方法,按照课程设计的题目要求,完成设计、编写、调试和测试应用程序及编写文档的任务。其目标在于培养综合运用理论知识来分析和解决实际问题的能力、严谨的科学态度和良好的程序设计习惯,最终实现由知识向智能的初步转化。-This course is designed with C++, prepared by a simple library management system, the software development process enough to follow the basic norms, the use of structured programming methods, curriculum design in accordance with the subject of the request to complete the design, development, debugging and testing applications and the task of preparing the document. Its goal is to foster the integrated use of theoretical knowledge to analyze and solve practical problems, a strict scientific attitude and good programming habits, and ultimately to the intelligent knowledge of the initial conversion.
- 2023-05-13 19:40:03下载
- 积分:1
-
恢复SSDT完整源程序,驱动级源码
恢复SSDT完整源程序,驱动级源码,保护您电脑安全。通过修改SSDT实现的内核原生API挂钩在Windows中,用户态应用程序会调用一些API来请求系统服务,这些api被很多dll导出.比如说,向一个打开的文件或者管道或者设备中写入数据,通常会调用WriteFile这条API来实现,WriteFile是被kernel32.dll导出的.在kernel32.dll中,被执行的WriteFile API会调用ZwWriteFile这条被ntdll.dll导出的原生API.这项工作实际是由ZwWriteFile在内核态完成.因此,ZwWriteFile在ntdll.dll中的执行过程仅仅是将一些极少量的代码传送到内核空间调用
- 2022-01-24 15:15:18下载
- 积分:1