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

搜索资源列表

  1. 基于can总线的监控系统

    0下载:
  2. 使用周立功公司的can转232板卡,在周立功公司提供的函数库的基础上开发.基于can总线的分布式监控系统.-use of the Week, who can turn 232 card, Zhou, who provided the functions on the basis of development. Based on the bus can Distributed Control System.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:190791
    • 提供者:章睿
  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:姚紫欣
  1. Turn up

    1下载:
  2. VC下面的读者写者问题,实验报告 操作系统课程设计
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:384803
    • 提供者:king
  1. diskspace

    0下载:
  2. 这是一个检查当前磁盘空间的程序,但是需要注意的是与机器的硬盘容量相关,可以自己转一下。-This is a current inspection procedures of disk space, but need to be aware and machinery related to the hard drive capacity, what can turn themselves.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25523
    • 提供者:王克强
  1. Com_Laoened

    0下载:
  2. LaoenED.com 是DOS下的加密工具,就不用我多说了。可以和windos下的LaoenED V1.0交替加/解密。只不过它是COM文件要小巧得多-LaoenED.com DOS is the encryption tools, I do not have more to say. Can windos of LaoenED V1.0 turn encryption / decryption. Except that it is necessary to document COM is m
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11116
    • 提供者:八家户
  1. LCD_VGA_Linux_Driver

    0下载:
  2. 非常好的一篇,关于嵌入式常用的显示屏幕STN,TFT,VGA,TFT转VGA原理介绍,及linux2.6 下的驱动开发-very good one, commonly used on the embedded display screen STN, TFT, VGA, VGA TFT turn on principle, and linux2.6 under the Driver Development
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:466867
    • 提供者:林铖涵
  1. APPBAR14.ZIP

    0下载:
  2. 把普通程序注册为windows工具栏-turn ordinary procedures for the registration windows toolbar
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66568
    • 提供者:杨文捷
  1. Service_Test

    0下载:
  2. 本代码演示了如何把自己编写的程序变成windows服务。包括服务安装程序、启动程序和卸载程序。-demonstration of how to turn their own procedures for the preparation of the windows into service. Services include installation, activation and unloading procedures.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5093
    • 提供者:刘平
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:75988
    • 提供者:何泽荣
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened section, the interface operati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:33550
    • 提供者:何泽荣
  1. turn server-0.5

    0下载:
  2. turn server-0.5 源代码
  3. 所属分类:Linux/Unix编程

  1. CreateProcessMFC

    0下载:
  2. 分别用CreateProcess()和ShellExecute()实现打开新的应用程序,并在规定时间内关掉进程。-Were treated with CreateProcess () and ShellExecute () the realization of new applications to open and turn off the process of the time.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:45961
    • 提供者:逍遥客
  1. getMesseageHook

    1下载:
  2. 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
  3. 所属分类:Windows Kernel

    • 发布日期:2016-08-26
    • 文件大小:6773
    • 提供者:9908006
  1. servicetest

    0下载:
  2. visual c++ 将程序做成服务进程,命令行加载,删除。-turn the programe into service process,install/uninstall in command line.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:96349
    • 提供者:shengpeng
  1. Encrypt

    0下载:
  2. Encrypt操作类,此类提供MD5,SHA1,SHA256,SHA512等四种算法,加密字串的长度依次增大。-Encrypt action class, such provision of MD5, SHA1, SHA256, SHA512, etc. four kinds of algorithms, encryption in turn increase the length of the string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1888
    • 提供者:Nimeux
  1. HZ2PY

    0下载:
  2. 关于汉字转拼音的几种方法 方法一: 使用一个封装好的类 方法二: 使用2个函数-Turn on the character of a phonetic method in several ways: using a sealed class methods II: with two functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:140258
    • 提供者:jacky
  1. Turn

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:11609637
    • 提供者:aaaa
  1. Windows-turn-to-Linux

    0下载:
  2. windows转向linux,经典解析系统独创性,是一本很好的书-turn windows linux, original classic analysis system is a good book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3428763
    • 提供者:
  1. Turn-off-your-computer

    0下载:
  2. 关闭计算机,注销计算,重启计算机之类的,可以方便大家使用-Turn off the computer, log off calculations, restart the computer and the like, can facilitate the use of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:5054
    • 提供者:胡松
  1. vb-Turn-off-the-monitor

    0下载:
  2. vb 关闭显示器,经常使用键盘关闭显示器容易造成磨损,按键易损坏,于是就用vb写了一个关闭显示器的程序.-vb turn off the monitor, keyboard, turn off the monitor often use is likely to cause wear buttons easily damaged, so he used to write a vb program off the monitor.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4232
    • 提供者:虎虎
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com