CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - dos command

搜索资源列表

  1. caoqing

    0下载:
  2. 最近学习了非阻塞IO(NIO),因为厌烦了在开发并行处理时候,阻塞IO所导致的肥服务端,因为对于每个客户连接都要产生一个线程对此进行处理,当然你可以不这样实现,但我的前提是开发并行处理,下面是我的源码,因为是在dos命令行测试的,所以要是编写为GUI的时候,还要很多要改的东西,这也是我下个征服的对象,当然我已经迫不及待了,下面是我花了三个晚上学习并编写的非阻塞聊天室:(供交流学习用) -recent study nonobstructive IO (NIO), as tired in the d
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11.52kb
    • 提供者:曹操
  1. dos

    0下载:
  2. DOS功能,主要介绍简单的DOS使用命令. 在DOS下的一些查询,运行指令等.-DOS functions, mainly on the use of a simple DOS command. DOS some inquiries, Operation directions.
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:1.01kb
    • 提供者:ddd
  1. DEBUG_Usage_collection

    0下载:
  2. Debug命令大全, DOS下ASM程序调试很有用-Debug command Guinness, DOS under the ASM program debugging useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:23.15kb
    • 提供者:王仪
  1. eve

    0下载:
  2. 该问家是专门用dos 命令的全集,是我自己继承的;-The family asked specifically to use the Complete Works of dos command is the succession of my own
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:7.2kb
    • 提供者:yxp
  1. Matlab

    0下载:
  2. 什么是GUI呢 ? GUI是Graphical User Interface 图形用户界面的意思,象很多高级 编程语言一样,Matlab也有图形用户界面开发环境,随着计算机技术的飞速发展, 人与计算机的通信方式也发生的很大的变化,从原来的命令行通讯方式(例如很早 的DOS系统)变化到了现在的图形界面下的交互方式,而现在绝大多数的应用程序 都是在图形化用户界面下运行的-What is a GUI then? GUI is a Graphical User Interface gra
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:71.76kb
    • 提供者:All_blue
  1. GUI

    0下载:
  2. 什么是GUI呢 ? GUI是Graphical User Interface 图形用户界面的意思,象很多高级 编程语言一样,Matlab也有图形用户界面开发环境,随着计算机技术的飞速发展, 人与计算机的通信方式也发生的很大的变化,从原来的命令行通讯方式(例如很早 的DOS系统)变化到了现在的图形界面下的交互方式,而现在绝大多数的应用程序 都是在图形化用户界面下运行的-What is a GUI then? GUI is a Graphical User Interface gra
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:142.14kb
    • 提供者:All_blue
  1. chinesDOS

    0下载:
  2. very good DOS command available hear.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:407.37kb
    • 提供者:Rahul
  1. dos

    0下载:
  2. dos命令大全,一网打尽dos的所有命令,配合一些工具有一些意外收获-dos command Daquan, catch all the dos commands, with some of the tools have some windfall
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:17.78kb
    • 提供者:罗文俊
  1. finish0617

    0下载:
  2. 利用21H中断实现DOS功能调用,从而使C语言中能够实现与DOS功能相同的命令解释器-Use DOS function 21H interrupt call, so that C language functions to achieve the same with the DOS command interpreter
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3.68kb
    • 提供者:chris
  1. FB_Compiler-Command

    0下载:
  2. FreeBasic_编译器命令 使用 fbc 命令行. fbc 是一个命令行编译器, 可以在DOS 控制台、Windows 命令提示符, 或 Linux shell 下运行. 不带任何参数地从控制台运行 fbc 将显示可用编译器选项,可以调整编译器的行为. -FreeBasic_Compiler Command Use fbc command line. fbc is a command line compiler, you can console in
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2.03kb
    • 提供者:南天门
  1. C-language-lesson-set

    0下载:
  2. C语言课设,包含: 比较“冒泡排序”和“选择排序”两种排序方法的效率 比较两个文件是否雷同 处理简单的数据文件 创建“文件复制”的DOS命令 关联两个文件中的数据-C language lesson set, including: compare the efficiency of the bubble sort and select Sort two Sort method to compare two files are identical to handle simpl
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:170.01kb
    • 提供者:王泽
  1. OS

    0下载:
  2. 实验要求 编写类似于DOS,UNIX的命令行解释程序 (1)自行定义系统提示符 (2)自定义命令集(8-10个) (3)用户输入HELP以查找命令的帮助 (4)列出命令的功能,区分内部还是外部命令 (5)用户输入QUIT退出 (6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。 -The experiment requires the preparation is similar to the DOS, UNI
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:138.62kb
    • 提供者:张志刚
  1. Batch-command-Daquan

    0下载:
  2. WINDOWS和DOS操作系统下批处理命令大全-WINDOWS and DOS operating system under the batch command Daquan
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:5.58kb
    • 提供者:
  1. dos

    0下载:
  2. dos命令,此文档介绍了常用的dos命令,方便了dos的学习!-dos command, this document describes the common dos command, dos facilitate learning!
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:12.07kb
    • 提供者:梁伟
  1. Linuxtostudy

    0下载:
  2. linux命令是对Linux系统进行管理的命令。对于Linux系统来说,无论是中央处理器、内存、磁盘驱动器、键盘、鼠标,还是用户等都是文件,Linux系统管理的命令是它正常运行的核心,与之前的DOS命令类似。linux命令在系统中有两种类型:内置Shell命令和Linux命令。-Is a file, Linux system administration commands is the core of its normal operation, and before the DOS. The L
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:318.63kb
    • 提供者:谢栋
  1. Application_and_OS_test5

    0下载:
  2. In this section, you will interface with the operating system using DOS commands. For each of the following tasks, list the correct DOS command. Note: While it is not necessary to perform these tasks on a computer, the assignment is structured f
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:18.67kb
    • 提供者:NN
  1. dos

    0下载:
  2. 一、基础命令 1 dir 无参数:查看当前所在目录的文件和文件夹。 /s:查看当前目录已经其所有子目录的文件和文件夹。 /a:查看包括隐含文件的所有文件。 /ah:只显示出隐含文件。 /w:以紧凑方式(一行显示5个文件)显示文件和文件夹。 /p:以分页方式(显示一页之后会自动暂停)显示。 |more:前面那个符号是“\”上面的那个,叫做重定向符号,就是把一个 命令的结果输出为另外一个命令的参数。more也是一个命令,dir /w |more 得到的结果和dir /w /p的结果是一样的。 其他的
  3. 所属分类:Software Testing

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:zzx
搜珍网 www.dssz.com