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

搜索资源列表

  1. linux-bluetooth-touchscreen

    0下载:
  2. 上学的时候写的蓝牙触控板程序,可以控制linux主机的鼠标的位移(键盘同样道理,不过源码忘放哪里了),不过没有实现鼠标按键点击动作。触控板使用的平台是2410的。自己写的程序,主机端借用了bluz协议栈中的程序。请尊重我的个人劳动,使用时请注明作者。欢迎交流kaiserempire@gmail.com
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23.79kb
    • 提供者:孙凯
  1. rsa

    0下载:
  2. rsa的c源程序,实现加密与解密的功能!借用的别人的,非常好,分享一下!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:george feng
  1. colstr

    0下载:
  2. 在CMD下显示彩色字符的P 函数文件 没有借用任何外部工具
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:PLP
  1. guester_escape_unescape

    0下载:
  2. web2.0的网页加密程序,借用Oak/lyris提供的函数进行加解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:301.73kb
    • 提供者:陈思铭
  1. autoupdate

    0下载:
  2. 1.所需控件均在OCX下,运行自动注册 2.需建立升级网站,远程读取升级文本文件,读取升级包文件名进行升级,自关闭msgbox超时自动升级,使用bkDLControl.ocx带进度条升级 3.升级包使用RAR形式减少体积,下载后自动解包,并自动删除升级包 5.借用坛内兄弟安全启动方式,可释放加载工作组文件进行登陆,使用EnCrypt2.ocx进行简单加密 6.采用WSH在第一次启动时建立桌面快捷方式 注:不要存放于带空格文件目录下,否则会出错,此暂未处理。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31.33kb
    • 提供者:clsky
  1. MSENUMALGS

    0下载:
  2. 枚举Windows系统中加密解密算法的源代码,在CSP和加密解密程序中都可以借用部分-This software enum the source code of encryption and decryption in Windows,you can use it in CSP or the encryption and decryption programme.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:吴军
  1. dsa2

    0下载:
  2. 这个是数字签名的DSA 算法 !是借用别人的!为了大家的学习和提高!-This is a digital signature algorithm DSA! Borrowed from the others! To everyone's learning and raise!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.65kb
    • 提供者:宋志博
  1. md5

    0下载:
  2. md5例程 主要可以通过程序了解md5如何加密,在编程是可以直接借用。-md5 routines mainly through the process to understand how md5 encryption, in the programming can be borrowed directly.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4.8kb
    • 提供者:jiangmaple
  1. linuxProcessKernel

    0下载:
  2. 要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列 SMP 内核线程页目录的借用 代码分析 线程 进程描述符 init进程从内核态切换到用户态 SET_LINKS REMOVE_LINKS get_wchan() sigframe的结构 rt_sigframe结构 信号队列的结构 内核线程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:79.73kb
    • 提供者:edward
  1. througuput3

    0下载:
  2. 学习ns2的同学们可以借用下,计算吞吐量的简单代码-Learning students can borrow ns2, the calculation of throughput of the simple code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:721byte
    • 提供者:朱倩
  1. kcpDES

    0下载:
  2. DES算法的加密解密,借用别人的代码,自己编写的小界面。可以加密八位以下的字符,解密后输出为十六进制,并且可以正确解密。希望对大家有用-DES algorithm for encryption and decryption, to borrow someone else' s code, I have written a small interface. The following eight characters can be encrypted, decrypted output to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5.36mb
    • 提供者:孔垂品
  1. Linux-driver-development23

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:497.33kb
    • 提供者:华清远见
  1. Iceswor-hide-Service

    0下载:
  2. 通过借用冰刃这款工具调用来隐藏服务的源码~~ -Frostsaber by borrowing to hide this tool to call the service source code ~ ~
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:1021byte
    • 提供者:
  1. chap03

    0下载:
  2. 教学设备管理系统,设备采购入库模块,包括设备编码,采购入库,采购查询,借还设备管理模块,包括库存管理,借用设备,归还设备等-Teaching equipment management system, procurement of equipment storage module, including equipment coding, procurement, storage, procurement inquiries, circulation device management module
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:933.22kb
    • 提供者:王鹏
  1. SnakeGame

    0下载:
  2. 贪吃蛇,比较简陋,主要是通过QT的控件搭建的一个图形的框架,借用Qt图形库完成的-Snake, relatively simple, mainly to build a graphic through the control of the QT framework, borrow the completion of the Qt graphics library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:215.25kb
    • 提供者:牛俊
  1. py_call_dll

    0下载:
  2. 如何用Python调用C# dll动态链接文件中单元测试的内容,注意借用了NUnit框架,需要首先在本地自己配置好NUNit的路径才好。-A demo on how too call the function in C# dll dymaic link lib, remeber to config NUIt tool in your local disk before using the code uploaded.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:706byte
    • 提供者:dai
  1. CBULTPU

    0下载:
  2. 用java实现mp3文件播放的功能,借用winnap的skin,()
  3. 所属分类:系统编程

    • 发布日期:2017-12-31
    • 文件大小:17kb
    • 提供者:wlbttec
搜珍网 www.dssz.com