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

搜索资源列表

  1. key

    1下载:
  2. avr的四线触摸屏控制驱动(adc),数值准确-avr-adc
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:1869
    • 提供者:zeng
  1. IAR_4_41A_Keygen

    0下载:
  2. IAR v.4.41A Key Generator
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:377983
    • 提供者:omix
  1. key

    0下载:
  2. 判断是那个键按下,是长按还是短按.对嵌入式应用程序有帮助-That judge is a key is pressed
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:737
    • 提供者:JOSH
  1. powerDesigner12.5--key

    0下载:
  2. powerDesigner12.5--注册码以及破解-powerDesigner12.5-- License, as well as crack
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:572163
    • 提供者:meige
  1. KEY

    0下载:
  2. 一个超级精简且性能稳定的4X4按键程序(有点难懂)-A super-streamlined and stable performance of the 4X4 key program (a bit hard to understand)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:664
    • 提供者:VVV
  1. key

    1下载:
  2. 这是我收集的几种按键的扫描方法,有长按,短按。用C语言编写的,便于移植。-This is my collection of several key scanning method, and a long press, short press. With the C language, and easy to transplant.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:16899
    • 提供者:谢运军
  1. KEY

    0下载:
  2. 自己学习Avr单片机时的key例子,大家一起来学习吧!希望我们都有进步。-Avr Microcontroller with her knowledge of the key examples of when we work together to study and bar! Hope that we have progress.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:47605
    • 提供者:琳琳
  1. ourdev_419422

    0下载:
  2. IAR Embedded Workbench for ARM IAR 4.42A注册 自己试过有用-IAR Embedded Workbench for ARM IAR 4.42A key
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:338876
    • 提供者:zhang
  1. KeyLogger

    0下载:
  2. This a key logger which runs as a windows service and tracks every key that is pressed. Generates a text file report. It is developed using windows hooks.-This is a key logger which runs as a windows service and tracks every key that is pressed. Gene
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:540105
    • 提供者:saurako
  1. key

    0下载:
  2. 2410 驱动 key samang-this is dirver
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1417
    • 提供者:xu
  1. scan-key

    0下载:
  2. 51单片机驱动独立键盘,和矩阵键盘的扫描方法.-51 MCU-driven separate keyboard, and matrix keyboard scanning method.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:18957
    • 提供者:田红峰
  1. watermark

    0下载:
  2. 数字水印处理系统主要由水印嵌入和水印检测两个过程。(1)水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 (2)水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。该程序调试已通过!-Digital watermarking system mainly consists of watermark embedding and watermark detection of th
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:53834
    • 提供者:Matthew
  1. KEY

    0下载:
  2. 这是一个加密程序,可对字符串进行加密,字符串和密钥的内容和长度可以设置。-This is an encryption program that encrypt the string, string and key content and length can be set.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:126912
    • 提供者:hugohd
  1. AppInitHook

    0下载:
  2. Easy way to set up global API hooks-Easy way to set up global API hooks It uses AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of ru
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71575
    • 提供者:xmxjc
  1. AVR

    0下载:
  2. 16PWM AD KEY LCD LED music light SPI ss usart Uart Tx Rx
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:578631
    • 提供者:军军
  1. DES

    0下载:
  2. 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:spencer
  1. nodllKeyHook

    0下载:
  2. delphi实现的按键钩子,没有用DLL文件,这个大家可以看看!-delphi to achieve key hook, did not use DLL files, you can look at this!
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:177070
    • 提供者:张洪涛
  1. key

    0下载:
  2. 在和众达SEED-XDTK平台上,基于XC4Vsx25的按键扫描驱动程序。-In and Jones SEED-XDTK platform, based on the key scan XC4Vsx25 driver.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:513234
    • 提供者:hechao
  1. ADKey

    0下载:
  2. AD Key detection. Get the ad value and convert into different key.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:2700
    • 提供者:Solar Book
  1. HookLock

    0下载:
  2. 屏幕锁软件源码 使用C#开发 屏蔽可快捷键 是用系统钩子写的-Screen lock software source code developed using C# shortcut key is the shield can be written using the system hooks
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:611426
    • 提供者:赵亚旭
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com