搜索资源列表
can驱动
- 本驱动只是linux下驱动开发者作一些参考
BenQ-SC-SDK
- 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动
RegTableRepair
- 注册表的修复。现在恶意网站太多,一旦浏览,你的ie将被修改得五花八门,这个程序可以将ie和注册表的某些设置修改到初始状态。 解除对\"Internet选项\"的限制 解除下载禁令 解除注册表禁止 修改起始页 修改默认页 修改本地页 修改搜索页 修改默认搜索地址 IE的默认首页灰色按扭不可选 开启IE中鼠标右键、查看\"源文件\"菜单 -registry repair. Now many malicious Web site, once the brow
kill-bill.tar
- I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210
superXcopy
- Xcopy 选项: /a 包含属性 /b 备份模式(只拷贝设置为归档属性的文件) /c 把目标文件的创建日期设置为当前文件日期 /e 包含创建空目录 /f 刷新已存在文件(只拷贝已存在的文件) /h 拷贝隐含文件 /p 对每个文件/目录都进行确认 /q 简洁模式 /r 多盘拷贝(如果目标盘为A-E且容量小于2M时会被提问) /s 包含子目录 /u 更新模式(只拷贝新文件) /v 校检目标文件,速度缓慢 /w 窗口模式 /x 文件名 不包括该
cnboo
- 1.播客节目发布管理系统 2.文件管理 3.个性化模版定义功能.可以定制你喜欢的网站风格和样式. 4.完全支持RSS订阅,可以兼容iPod+iTunes. 5.内置Flash多媒体播放器. 6.手机格式(3gp)文件转换. 7.论坛 8.标签. 9.站内检索功能 10.留言言评论管理 11.节目投票系统. 12.用户管理系统 13.防盗链插件-1. Podcasts dissemination and management system 2. Do
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\
VNCDump
- VNC Password and Port Dump This a simple program that just dumps the encrypted VNC password on the screen and also saves it in a file in the directory as where the binarie is located. We thought about the idea to also let it decrypt but for
vivi-br-release(20060330).tar
- arm9的bootloader,适合通用2410x平台 vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz vivi(20060330)支持vga输出和tv输出,vclk为25mhz 以上两个vivi均编译自vivi-br-release(20051228).tar.gz 在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义: #define PAL
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
S_P盒的产生
- 置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
GetHardWareInfo.rar
- Delphi获取CPU序列号、网卡MAC地址、注册码保护实例,实际上是围绕一个控件展开编程,里面有Delphi的调用实例,有兴趣的可以研究一番。 还包含了一个注册机和注册验证测试的实例,Delphi get CPU serial number, Ethernet MAC address, registration key to protect instance, is actually started around a control program, which calls a Delp
LFS-BOOK-6.3
- 从零构建自己的LINUX系统手册:根据操作一步 搭建自己的LINUX系统(可按照自己的需要进行裁剪,X86下最小可到800Kb)-From zero to build our own LINUX System Manual: step structures in accordance with its own operating system LINUX (which can be carried out in accordance with their own needs cutting, X
s3c2410_ts
- 基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可-S3C2440 based on the four-wire resistive touch screen driver, linux2.6.22 core. Touchscreen.c on the driver/inp
advanced_unix_programming
- 高级unix编程第二版, 和unix环境高级编程比较起来,更全面,感觉还可以-Senior unix programming second edition, and high-level programming unix environment comparison, more comprehensive and the feeling can also be
XPrm
- vb 做的仿照windows的资源管理器,能够查看系统资源,并对电脑进行监控-it is a resource management system,which can help us check up our system resource.
p-run
- p-run - run programs on remote hosts in parallel Copyright (C) 2003 Frank Sorenson (frank@byu.net) This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published b
p-q
- 一个比较完整的快速分解法潮流程序,包括稀疏存储技术,节点优化等内容,是个强大可以计算大规模电力系统的潮流程序-A more complete decomposition of the trend of rapid procedures, including the sparse storage technology, optimizing the content node is a powerful large-scale power system can calculate the trend
C-P-P-Embedded-Systems-Programming
- 本书讲述了linux的一些入门的知识和技巧.可以帮助初学者更加容易的进入linux的学习.-This book describes some of the linux entry knowledge and skills can be more easily help the beginner into linux learning.
can-P-UART
- MODBUS协议定义了一个与基础通信层无关的简单协议数据单元(PDU)。特定总线或网络上的MODBUS协议映射能够在应用数据单元(ADU)上引入一些附加域。-The MODBUS protocol defines a simple protocol data unit and a communication layer independent (PDU). Specific bus or network on MODBUS protocol mapping can on the applicat