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

搜索资源列表

  1. start

    1下载:
  2. 课程设计 模拟文件系统的操作管理 实现多个进程同时对模拟文件系统进行操作。设计管理程序simdisk的用户访问权限管理。访问模拟文件系统的每个进程都属于某个用户,管理程序simdisk根据其访问权限决定其对模拟文件系统的操作。 对模拟文件系统的操作要求做到:共享读,互斥写。 本设计任务在于学会如何实现信息的安全管理和进程同步。 -Operations management course design simulation file system to achieve mult
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1954
    • 提供者:
  1. code

    0下载:
  2.   给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。   假设:目录下的文件只包含英文单词   限制:采用多进程协作的方式 功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:345254
    • 提供者:lineo
  1. cp

    0下载:
  2. 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:冯妮
  1. myls

    0下载:
  2. 大连东软信息学院 Linux 项目,实现myls,-i,-l,查看目录文件等功能-Linux myls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:疯狂的鬼鱼
  1. Warehouse-Management-System

    0下载:
  2. 一个仓库管理程序,可以按顺序和货物名称查询仓库存储情况,也可以增加或删除货物信息、实现货物的入库出库,要求能用文件保存仓库货品信息-A warehouse management program, you can check the order and warehouse storage of goods, the goods can also add or delete information, realize the library storage of goods, warehousing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:贺凡
  1. xitongjianshi

    0下载:
  2. 用以监视系统文件创建删除等信息。支持文件和文件夹。-Create a system for monitoring file deletion and other information. Support files and folders.
  3. 所属分类:Network Security

    • 发布日期:2017-04-15
    • 文件大小:5984
    • 提供者:闪电
  1. asm-code

    0下载:
  2. asm是汇编语言源程序的扩展名。汇编语言的源程序需要编译和连接后才能在计算机上执行,对汇编语言源程序进行汇编时,汇编程序对.ASM文件进行扫描,若源程序中有错,则结束汇编后,指出源程序中的错误。这时,可通过屏幕上提供的信息修改源程序(回到EDIT编辑状态),再经过汇编,直到得到无错误的目标程序。经过汇编产生的目标程序并不是可执行的程序,必须经过连接才可以执行。-asm is the assembly language source extension. Assembly language sou
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:8721
    • 提供者:Ryan
  1. Serialport

    0下载:
  2. linux下关于串口的变成文件,包括串口配置。代开关闭,传输信息-Under linux on serial into documents, including the serial configuration. Closed and open, the transmission of information
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4958
    • 提供者:张平
  1. HttpFilter

    0下载:
  2. HttpFilter.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 HttpFilter.cpp 这是主应用程序源文件。-HttpFilter.vcproj This is the main project file using the application wizard generates VC++ project. It con
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2304018
    • 提供者:jason
  1. readinfo

    0下载:
  2. 通过读取/proc文件实现对Linux系统硬件信息的显示。-By reading the/proc file system to achieve the display hardware information on Linux.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3020
    • 提供者:yang
  1. map2dbg-v1.4

    0下载:
  2. 将.map 调试信息文件 转换为.dbg格式文件,Visual studio可以加载-convert .map to .dbg file format used for visual studio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:225617
    • 提供者:chenjingxiong
  1. md5

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20575
    • 提供者:xuting
  1. xueshengxinxiguanlixitong

    0下载:
  2. 学生成绩管理系统具有以下功能:①实现学生信息的存储,可以用文件来实现。②编程实现学生信息的添加、删除、修改、浏览和查询等功能-Student achievement management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2280144
    • 提供者:杨慢慢
  1. chengjiguanli

    0下载:
  2. 学生成绩管理系统,以VC++作为开发平台,可以实现信息录入、文件读入、学生信息、课程信息、成绩信息查询、添加、删除、修改、排序-Student achievement management system to VC++ as a development platform that can achieve information entry, file read, student information, course information, performance information qu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3197
    • 提供者:梅兰竹菊
  1. SpecialFFLV

    0下载:
  2. Visual C++编写的FLV文件格式分析器源码,可以看到flv文件内部结构的具体信息-Visual C++ written FLV file format parser source code, you can see detailed information on the internal structure of flv files
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:452843
    • 提供者:陈磊
  1. ProgramFileVersion

    0下载:
  2. 获取应用程序信息,并写到指字的文件里-Obtain application information, and writes the word refers to the document......
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:10091
    • 提供者:Amanda
  1. myATM

    0下载:
  2. 1.启动服务器时创建两个消息队列,关闭时进行删除。用信号关闭,在信号的处理函数中删除消息队列。 2.服务端根据客户端发过来的数据,判断是何种请求,再根据各种请求做出相应的处理。 3.分析开户的流程:客户端输入用户名,密码和金额,把数据封存在msg中,通过消息队列发给服务器,在服务器端生成一个帐号,然后把account信息写入文件,并把处理结果通过消息队列返回给客户端。 4.服务器端用多进程完成各种功能。(vfork+execl) 通过跳转到另一个可执行程序,来实现各种业务功能。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8656
    • 提供者:fanbao1988
  1. MFCApplication

    0下载:
  2. 本课程设计将实现一个简单的加\解密程序,可以将TXT文件的内容写入BMP文件中,也可以从BMP文件中读出信息写入到指定TXT文件中,从而实现信息隐藏。-This course is designed to implement a simple add \ decryption program content TXT files can be written to BMP files, or you can read the information from the BMP file is wri
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16470016
    • 提供者:Katherine
  1. Hard-disk-file-management-software

    0下载:
  2. 一款强大灵活的硬盘空间管理工具。可以帮你找出硬盘上最大的目录以及它占用的空间。支持空间大小显示、分配空间和占用空间、文件数、3D工具条和分配图、最近使用数据、文件作者、NTFS压缩率等信息,并支持搜索文件。-A powerful and flexible hard disk space management tools. Can help you find the largest directory on the hard drive, and space it occupies. Suppor
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-09
    • 文件大小:16696728
    • 提供者:jinjin
  1. ls_exp

    0下载:
  2. linux操作系统下用C语言编写的可以列出后面参数(即目录或者文件的)基本信息的源代码-Under linux operating system written in C language can be listed after the parameter (ie, directory or file) Basic information of the source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1099
    • 提供者:巩赫赫
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com