CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - unlock

搜索资源列表

  1. Unlocker

    1下载:
  2. 在服务器上定期检查制定的帐户是否锁定,定时解锁-on the server periodically check whether the accounts enacted lock, unlock Timing
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18.91kb
    • 提供者:roble
  1. Unlockregedit

    0下载:
  2. 这是一个注册表解锁脚本,注册表被病毒锁定的用户下载后“合并”即可解除注册表的锁定。-This is a registry unlock scr ipt, registry virus was identified after users download the "merger" can lift the registry lock.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:146.94kb
    • 提供者:周杰
  1. lockdisk锁住解锁硬盘

    0下载:
  2. lockdisk锁住解锁硬盘代码-lockdisk locked unlock code drive
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:影子
  1. aspEnTiFvAz

    1下载:
  2. asp 最傻的加密方式EnTiFvAz 解密简单 一看代码就是被EnTiFvAz这个函数解密的,最后一段是编码加密的我们先解开。-asp is the most stupid encryption EnTiFvAz decrypt a look at the code is decrypted EnTiFvAz this function, the last paragraph is encrypted, we first unlock.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:14.29kb
    • 提供者:皮皮
  1. S7-200_Unlock_NEW24C

    3下载:
  2. s7200cn系列PLC密码破解程序,需要拆机用单片机读写-s7200cn Series PLC password cracking program, need to disassemble components with the microcontroller to read and write
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-09-01
    • 文件大小:298.9kb
    • 提供者:xgf
  1. SamsungServiceTools

    1下载:
  2. 三星大部分手机的解锁与读写,简单使用,免费版本。-Samsung unlock most mobile phones and to read and write, simple to use, free version.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:247.32kb
    • 提供者:吴艳宝
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:1.96mb
    • 提供者:adia
  1. RegForbidden

    0下载:
  2. VB修改注册表禁用通过桌面右键打开桌面属性,当然是可以用本程序解除锁定的。一个VB编程实现修改注册表的一个实例。-VB to modify the registry to disable the desktop to open right through the desktop properties, of course, this procedure can be used to unlock the. A VB programming to modify the registry of a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:3.53kb
    • 提供者:692
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:749.77kb
    • 提供者:harris
  1. jiulianhuan

    0下载:
  2. 这是一个小程序,可以教你怎么解开九连环,用c写的,可以运行。-This is a small program that can teach you how to unlock nine chain, with c written, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:782byte
    • 提供者:Biffo
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:768byte
    • 提供者:JK
  1. dllload

    0下载:
  2. 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are plac
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:11.35kb
    • 提供者:王高全
  1. pstpassword

    0下载:
  2. 解开密码的作用,便于操作,使用简单、方便。-The role of unlock code, easy to operate, simple to use and convenient.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:38.65kb
    • 提供者:ango
  1. 7theankxxxin

    0下载:
  2. 解决在使用软件时,某些按钮被禁用,用此软件可以解开灰色不可用按钮!-Address the use of software, some of the button is disabled, you can unlock with this software is not available gray button!
  3. 所属分类:Network Security

    • 发布日期:2017-04-14
    • 文件大小:5.15kb
    • 提供者:倪摩西
  1. unlock

    0下载:
  2. 利用shell自动检测db2数据库是否存在死锁,如存在则在提示下解锁-Db2 database using shell automatically detect the existence of deadlock, such as exists in the prompt to unlock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:fubs
  1. lockCDrom

    0下载:
  2. 锁定光驱,使光驱的按钮不再起作用,可以解锁。防止小孩子淘气的小程序。使用了api函数DeviceIoControl,GetDriveType ,CreateFile等。代码简单,中文界面、注释-Lock drive, so drive the button no longer works, you can unlock. Prevent children naughty little program. Using the api function DeviceIoControl, GetDriv
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.42mb
    • 提供者:wanghongwu
  1. USB

    0下载:
  2. usb解锁方法,针对如家酒店内网电脑,用完一定要关上-usb unlock method for the network computer, such as hotels, spent must be closed
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-03
    • 文件大小:1.25mb
    • 提供者:lixueyuan
  1. dianzisuo

    0下载:
  2. 本设计中,电子密码锁使用STC89C52单片机控制,采用 C语言编写,通过Proteus软件仿真并进行了实物焊接。电子密码锁通过矩阵键盘进行密码输入,1602A液晶显示模块进行显示。其可实现的功能有:(1)通过切换,对输入的4位密码进行显示或隐藏;(2)通过发光二极管和蜂鸣器,对解密正确或者错误进行声光报警;(3)4位密码修改;(4)在密码遗失情况下,通过初始密码进行密码再设置;(5)采用AT24C02外部存储器,完成断电密码保护功能;(6)具有1-9次的解锁次数任意设定功能;(7)模拟密码箱
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:70.13kb
    • 提供者:liuguangfeng
  1. unyaffs.tar

    0下载:
  2. android yaffs2 文件系统工具,可以解开yaffs2文件系统。手机发烧有工具必备!-, you can to unlock yaffs2 file system the android yaffs2 file system tools. Phone fever tools necessary!
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:39.29kb
    • 提供者:yang ardon
  1. unLock

    0下载:
  2. Windows 7环境下将程序从任务栏解锁-Windows 7 environment to unlock the program the taskbar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:7kb
    • 提供者:流云飞袖
« 12 3 »
搜珍网 www.dssz.com