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

搜索资源列表

  1. File_Handler

    0下载:
  2. 这个类提供了一个快速和更简单的方式来使用RC4算法来加密和解密文件。它也包括了用来打开,读取,编写和附加文件的方法。包括了一个类的演示客户端程序。- This kind has provided fast and the simpler way uses the RC4 algorithm to encrypt reconciles the dense document. It also included has used for to open, reads takes, compilat
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6981
    • 提供者:张平
  1. LinuxNet

    2下载:
  2. 非常好用的网络socket编程代码(服务器端多线程)- Extremely easy to use network socket programming code (server end multithreading)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5312
    • 提供者:penion
  1. spnew_client

    0下载:
  2. 远程监控程序客户端- Long-distance monitor routine customer end
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:172753
    • 提供者:袁绪国
  1. spy_server

    0下载:
  2. 远程监控程序服务器端- Long-distance monitor routine server end
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:86214
    • 提供者:袁绪国
  1. smtpclient-1.0.0.tar

    0下载:
  2. smtp客户端工具源代码。-smtp customer end tool source code.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:40033
    • 提供者:张羽飞
  1. Win95 System programming Secrets

    0下载:
  2. 《Windows编程奥妙》,Windows编程最高阶图书,《Windwos高级编程》只能算进阶图书。该书作者是Boundcheck编写者之一。强力推荐。-"Windows programming secret," the most high-end Windows programming books, "Advanced Programming Windows" can only be described as intermediate books. Th
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4117886
    • 提供者:刘肇
  1. arpReq

    0下载:
  2. 利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:37037
    • 提供者:海深
  1. 大数计算的源代码

    0下载:
  2. 大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。-calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some help.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5530
    • 提供者:王清华
  1. buddy_算法

    1下载:
  2. Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
  3. 所属分类:系统编程

    • 发布日期:2011-05-27
    • 文件大小:4311
    • 提供者:npu
  1. uplink

    0下载:
  2. 该程序实现的了2x2的mimo系统收发。运行system程序,可看到接受端的误码率曲线,星图。-the process of the realization of the 2x2 MIMO transceiver system. Operating system procedures, we can see the receiving end of BER curves, star maps.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9047940
    • 提供者:熊海涛
  1. 20059135938363

    0下载:
  2. 这是一个VB编写的国际五子棋游戏,非常好完有趣大家可一事实的一是就知道了-This is a VB 331 prepared by the international game, a very good we can End interesting facts first one will know
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27624
    • 提供者:简单
  1. 结束制定进程

    0下载:
  2. 抓住关键部分!只要晓得进程名称,就能结束他.代码简洁!-seize key part! As long as the process knows the name, we will be able to end his. Simple code!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1203
    • 提供者:张辉
  1. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:浪人
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10983
    • 提供者:郭佳
  1. spath

    0下载:
  2. SPATH option directory. SPATH + directory: Adds directory at end of PATH. SPATH ( directory: Adds directory at begin of PATH. SPATH - directory: Drops directory from PATH. Note that PATH must be not be empty. echo Copyright (C) 1996-20
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6831
    • 提供者:sunwei
  1. FATFileSystem

    0下载:
  2. FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:270166
    • 提供者:henry
  1. P-Pass

    0下载:
  2. 想知道程序是如何实现加密解密的嘛? 那么来下载去看看吧,简单易懂,不懂你砸我!-procedures want to know is how to achieve encryption and decryption of incorrect? So to download and end, simple, but not you hit me!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:162707
    • 提供者:叶子
  1. DiskSpaceTracker

    0下载:
  2. 采用64位编程技术,能够在0.1秒内探测磁盘剩余空间的VC++程序。可以用来监视安装程序到底在磁盘中安装了多少字节的数据!-64-bit programming, and can detect within 0.1 seconds remaining disk space VC + + program. The installation can be used for surveillance procedures in the end disk installed in the number
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18573
    • 提供者:nbchen
  1. AWK

    1下载:
  2. AWK scr ipt for NS-2 in order to calculate the End-to-End delay
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-04-14
    • 文件大小:9216
    • 提供者:hanna
  1. e2edelay

    0下载:
  2. AWK file to calculate the end to end delay
  3. 所属分类:Linux-Unix program

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