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

搜索资源列表

  1. PICExp

    0下载:
  2. 多进程并发运行的程序,它由不同的进程完成下列工作: (1)接收键盘输入进程 负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它进程处理。 (2)显示进程 负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。 (3)分发数据进程 将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt中,数字写入文件number.txt中,除字母和数字外其它数据丢弃。-Multi-process progr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2808
    • 提供者:
  1. cpu

    0下载:
  2. 基于CpuUsage的CPU空闲时工作构思,就是当CPU有空时,才能进行自己程序的大量数据处理命令,找了好久,找到这个,并加以10个时间的查询,如都是有空,才说有空.分享给有这方面需要的朋友,抛砖引玉.-CpuUsage the CPU idle time based on the idea work, free time is when the CPU can process large amounts of data for their own processing order, looki
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:36340
    • 提供者:landy
  1. shareMap

    0下载:
  2. 程序直接共享内存数据示例程序。据说字数还不够,再加点-Process shared memory data sample programs directly. It is said that words were not enough, add some
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:jha334201553
  1. DES

    0下载:
  2. 实现数据加密协议的源代码,加密解密均有。且添加具体的加密过程显示-Data encryption protocol source code, encryption and decryption are. Add the encryption process and display the specific
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:187181
    • 提供者:张其
  1. Win32API-Protocket-File

    0下载:
  2. 在程序开发过程中,经常遇到需要保护用户信息和私有数据不被他人窃取的情况,也就是要对数据进行加密。 在Win2000以前,要对数据进行加密和解密操作,一般要使用CryptAPI函数,相当烦琐。幸运的是,从Win2000 开始,操作系统从内核的级别上提供了对文件进行加密和解密的函数,而且使用起来相当简单。 -In the program development process, often encounter the need to protect user information an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1447
    • 提供者:lr
  1. pipe

    0下载:
  2. 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。-In this study, the parent process read data from the console, write to the pipe string. The child process the parent process through the tunnel over the character case conversion, and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:19122
    • 提供者:sdf
  1. serials

    0下载:
  2. linux环境下实现两路串口的使用,并创建进程实现两路串口数据通信-linux environment to achieve the use of two serial ports, and create a process to achieve two-way serial data communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1689
    • 提供者:王霁光
  1. jctx

    0下载:
  2. 实验三 进程间通信 UNIX/LINUX系统的进程间通信机构(IPC)允许在任意进程间大批量地交换数据。本实验的目的是了解和熟悉LINUX支持的信号量机制、管道机制、消息通信机制及共享存储区机制。 -In Experiment 3, inter-process communication UNIX/LINUX system inter-process communication agencies (IPC) to allow large quantities in any exchang
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:40342
    • 提供者:FF
  1. forkandcom

    0下载:
  2. linux系统下的多进程编程加共享内存操作代码,主要应用多进程,和共享内存操作,一个主进程和两个子进程,两个子进程之间数据的传递,控制,一个子进程负责与串口的通信,一个负责记录和保存-Multi process programming under Linux system with shared memory operation code, the main application of multiple processes, and the shared memory operation, a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:45873
    • 提供者:sxs
  1. safe_suanfa

    0下载:
  2. 进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Process resource requests, first determine whether a reasonable request and the current number of available resources it can meet the request
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:15512
    • 提供者:太假了
  1. UNIXEnvironment

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14307497
    • 提供者:豪豪
  1. DES-ECB

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:318611
    • 提供者:joe
  1. jinchengtongbu

    0下载:
  2. 所给程序模拟两个进程,即生产者(producer)进程和消费者(Consumer)进程工作; 生产者每次产生一个数据,送入缓冲区中; 消费者每次从缓冲区中取走一个数据。-The simulation to the program two processes, namely producers (producer) process and consumers (Consumer) process work Producers every time produce a data, in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:10764
    • 提供者:天狼星
  1. ASFDSAF

    0下载:
  2. 题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:     每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 1.程序分析: 2.程序源代码:-Topic: a company USES the public telephone relay data, data is four integers, in the relay in the process is encrypted, encrypti
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2285
    • 提供者:崔嬴
  1. deschecker

    0下载:
  2. DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误!-DES (Data Encrypton Standard) algorithm to achieve online has been a lot, I talk about this is the process of how to vi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:152973
    • 提供者:michael
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:297668
    • 提供者:王五
  1. WriteMem

    0下载:
  2. 简单的修改内存的功能,通过获取游戏进程存储空间来修改内存数据大小-Simple modifications to memory function, through access to the storage space of the game process to modify the memory size of the data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13495063
    • 提供者:无一处是
  1. yfcomputer1

    0下载:
  2. 计算机操作系统技术实验类文章,主要介绍shell编程技术基础,主要介绍Linux下对于简单进程与进程之间通信,以及对于管道的应用问题。文件的共享,数据的访问。-Computer operating system technology experimental articles, and introduces the technical basis of shell programming, and introduces the communication between a simple pro
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:8150
    • 提供者:杨峰
  1. DataShow

    0下载:
  2. 读取与修改系统指定进程的指定地址数据。相当于程序数据监视-Read and modify the system specified process specified address data. Equivalent to program data monitoring
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:261515
    • 提供者:TANWJ
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com