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

搜索资源列表

  1. threadsynch_src

    0下载:
  2. Thanks to those of you who take the time to read through the article. If you feel like dropping off a vote (and particularily if it s a low one), please include a comment which mentions what the problem was :) I ve been getting mostly high votes for
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:293050
    • 提供者:changming
  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. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. hafumanshu

    0下载:
  2. (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:3701
    • 提供者:liuzhijun
  1. we

    0下载:
  2. 在Linux环境下,实现文本单词的替换并通过Makefile实现自动编译。-Open a txt format file as input. You can create a simple testing file in English by yourself. Read each line in the file and do the following items at same time(case sensitivity). a) change al
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4202
    • 提供者:FaLeFengLe
  1. mysample

    0下载:
  2. to deal with DLL in VB. my sample explain how to read D-to deal with DLL in VB. my sample explain how to read DLL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3526
    • 提供者:Mutu23
  1. LINUX

    0下载:
  2. 1. 在Linux系统中,以 文件 方式访问设备 。 2. Linux内核引导时,从文件 /etc/fstab 中读取要加载的文件系统。 3. Linux文件系统中每个文件用 i节点 来标识。 4. 全部磁盘块由四个部分组成,分别为引导块 、专用块 、 i节点表块 和数据存储块。 5. 链接分为: 硬链接 和 符号链接 。 6. 超级块包含了i节点表 和 空闲块表 等重要的文件系统信息。 7. 某文件的权限为:d-rw-_r--_r--,用数值形式表示该权限,则该八进制数
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:18471
    • 提供者:刘涛
  1. DM814x_chinese_guide

    0下载:
  2. dm814x开发中文说明文档,方便研发人员的阅读。-dm814x develop Chinese documentation to facilitate R & D personnel to read.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:19793
    • 提供者:刘细华
  1. rtas-rtc

    0下载:
  2. NOTE: get_rtc_time will get an error if d in interrupt context and if a delay is needed to read the clock. In this case we just silently return without updating rtc_tm. -NOTE: get_rtc_time will get an error if d in interrupt context and if a delay
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:968
    • 提供者:rhpingqin
  1. readexcel

    1下载:
  2. 一键读取EXCEL的C#代码,使用了NPOI的d-A key to read EXCEL C# code, using the dll NPOI
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1059524
    • 提供者:Q_2030
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
搜珍网 www.dssz.com