搜索资源列表
Win2KNT下屏蔽CtrlAltDel的响应
- Win2KNT下屏蔽CtrlAltDel的响应-Win2KNT under shielding CtrlAltDel response
20050423142831
- 1、改进了数据库的md5加密算法。 2、可自主设置每页显示的页数。 3、加强了回复功能,使其具有管理员编辑留言的权限。 4、增加了搜索留言的功能。 5、可在线修改管理员密码。 6、管理员可以添加、删除、编辑和回复留言。 7、增加了留言本访问量的统计功能。。 8、增加了留言本的验证码功能,防止机器人*软件的留言。-an improved database of md5 encryption algorithm. 2, can create your own page shows the main
iscsi-win
- 嵌入式环境的WebServer,自带asp解析器,响应速度很快-Embedded WebServer environment, asp own parser, fast response
window2000服务编程源码
- 这个是windows2000/xp的系统服务编程。实现了系统系统服务的注册,响应启动,停止服务的功能。-windows2000/xp system services programming. Implementation of the system for the registration system services in response to start and stop the service functions.
18839@tdjob
- 可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统 -can let you in the process of looking for work easily record your chosen company information, job information, Send resume and the company's response, support multiple users, is a multi-
modGina
- 实现自定义gina接口,设计与winlogon.exe的交互: 开发原理:依赖Microsoft默认的gina dll:msgina.dll,在本dll中导入msgina.dll导出的接口,在本dll的导出接口中,保持大部分接口与msgina.dll操作的一致性,改变WlxLoggedOnSAS接口的响应,使系统在登陆成功的状态下,不响应Ctrl+Alt+Del-realize GINA interface definition, design and interactive winlogo
基于密码技术的MobileAgent系统安全问题解决方案
- Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
Example03
- 在主线程中进行复杂的计算以满足实时的计算要求,又可以使得应用程序能够及时响应输入-the main threads for complex calculations to meet the real-time computing requirements, Also allows applications to a timely response to the importation
zidongbohao
- 连接电话、modem或者语音卡实现自动拨号的一个小程序,有各种信号的响应-telephone connections, modem or sound card for automatic dial-up of a small program, the response to the signals
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
vnx4
- vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"Wscr ipt.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\
spidmadriver
- 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
111122223333
- 主要是研究信号、系统与系统响应,用matlab实现,对连续信号的采样以及卷积定理的验证以及相关的幅频特性等-is to study signal system and the system response using Matlab realized, the continuous signal sampling and convolution theorem certification and the associated frequency characteristics
scanhosts
- 现在一个机房的主机已经达到了一定数量,进行网络管理时,常常需要确定当前网络中处理活动状态的主机。本设计的目标就是编制程序,利用ICMP的回送请求和回送响应,来发现指定网段中的活动主机。 本设计的主体思想是使用ICMPECHO数据包来探测指定网段内的活动主机。具体方法是:通过简单的发送一个ICMPECHO(Type 8)数据包到目标主机,如果ICMPECHOReply(ICMPtype0)数据包接受到,说明主机是存活状态。如果没有就可以初步判断主机没有在线或者使用了某些过滤设备过滤了ICMP的
QuickSYS
- QuickSYS是一个WDM驱动开发的辅助工具,可以快速的根据你的要求生成WDM驱动的框架,而且还提供了VC+DDK开发的集成解决方案。 这里有几个版本,是使用了不同的方案 QuickSYS_0.3.0 一个DSP包含多个操作系统的配置 QuickSYS_0.3.0.1 生成多个DSP版 QuickSYS_0.3.0.2 使用DDK的build来编译驱动,微软推荐的做法。 MyDDKBuild.bat VC IDE 调用 DDK 编译的
collectPakage
- 对经过网卡的数据包采集,为入侵检测的分析以及响应,做准备!-card right after collection of data packets, intrusion detection and response analysis, prepare!
double_click
- 这个程序也是基于minigui的对话框编程的,如何让对话框响应输入-this procedure is based on the dialog minigui programming, how to get the dialog response to the importation
arpd-0.2.tar
- arpd 将对指定的IP 地址 范围内未使用的IP 用honeyd 主机的MAC 地址做出arp 应答-arpd will be designated IP addresses not used within the scope of the IP used honeyd host to the MAC Response site made arp
aic79xx-linux-2.4-20040522.tar
- 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries.
MD5的解密算法
- MD5加密,针对于一般的开发程序来使用,下载后可直接运行.-MD5 encryption, the response to the general development of procedures to use, can be downloaded directly operation.