CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 命令行

搜索资源列表

  1. windows磁盘IO

    0下载:
  2. 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:55119
    • 提供者:黄小文
  1. Windows编程基础--窗体篇

    0下载:
  2. Windows编程基础--窗体篇   现在Windows已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得十分重要.和学习其他 编程语言一样,我们也从一个最简单的例子开始学习Windows编程.这个例子将建立一个Windows窗体并在窗体中间显示\"HELLO\"字符串(见图1).      1.程序的开始和结束 和C语言中的main()函数一样,Windows程序是从WinMain()函数开始和结束的.WinMain()函数是在WINBASE
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3795
    • 提供者:地方随
  1. 牛顿法解方程之混沌1.32

    0下载:
  2. 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:230861
    • 提供者:王晶
  1. phpMyAdmin

    0下载:
  2. 用PHP管理MySQL的软件- phpMySQL 采用命令行管理Mysql,简直是噩梦,有了基于web方式的phpMyAdmin来管理,非常轻松。需要php引擎支持。 by amudo-MySQL with PHP management software-phpMySQL using command line management Mysql, it is a nightmare, with the web-based phpMyAdmin to manage very easily. Php
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:92120
    • 提供者:董岩
  1. 编译器tiny

    0下载:
  2. 这是一个基于命令行的编译器,它是在一个国外教学使用的编译器tiny基础上改写的。 这个代码对理解编译器有不错的作用-This is a command-line compiler, which is the use of teaching a foreign compiler tiny based on the rewrite. The code compiler for understanding the role of a good
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:293299
    • 提供者:梁立平
  1. 018

    0下载:
  2. 编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division o
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:17622
    • 提供者:鲁昕
  1. ftpcat

    0下载:
  2. w来自indows2000系统的FTP命令行工具VC源代码,绝对是值得学习。-w indows2000 system from the command line FTP tool VC source code, definitely worth learning.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19812
    • 提供者:柳杉
  1. readline-5.0.tar

    1下载:
  2. 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1808946
    • 提供者:马克
  1. matlab模糊工具箱应用

    1下载:
  2. 利用matlab模糊工具箱建立了一个三输入两输出的模型用以识别车辆加速意图及行驶坡度。在命令行中输入fuzzy idi即可运行-using Matlab Toolbox Fuzzy established a three input output of the two models used to identify the vehicle accelerated Italy Figure moving slope. The command line input fuzzy idi can run
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:王玉海
  1. 捕获ARP数据包程序

    0下载:
  2. 程序实现抓取通过网卡的ARP数据包,由命令行的方式输入指定的程序名称,以及ARP数据保存的文件名称。程序输出ARP数据的源IP地址、源MAC地址、目的MAC地址、目的IP地址、操作系统类型、ARP捕获的时间等信息。-program crawls through the LAN ARP packets from the command line input specified procedure name, ARP and the data retention of documents. ARP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16053
    • 提供者:李鸣
  1. HDLDumpCmd

    0下载:
  2. PS2游戏硬盘直灌(HDL)的Windows下VC的源代码,根据HDUMP修改的(改正了几处错误)。命令行方式执行,具体使用说明可在命令行中看到。HDP.exe是执行程序。-PS2 drive straight Irrigation (HDL) VC Windows source code According HDUMP amended (corrected several errors). Command-line approach to the implementation of speci
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:189190
    • 提供者:胡欢
  1. tooltip_anypos

    1下载:
  2. 功能:1>在程序窗口的任何地方显示tooltip 2>截获SDI程序的命令行参数-functions : 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:40535
    • 提供者:安仲明
  1. ExplorerObjects

    0下载:
  2. 通过命令行可以让windows显示类似控制面板,管理工具、扫描仪等windows桌面对象。-command line so that windows can be shown on the control panel, management tools, scanners and other windows desktop object.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14229
    • 提供者:张的小
  1. Oracle_ImpExp_Characterset

    0下载:
  2. 介绍了字符集的三种修改方法:注册表修改、命令行修改、dmp文件修改,并分别对Imp或Exp的三种模式进行了介绍及制作相应的批处理文件(.bat),提供了UE(ultraEdit-32 v11.20b)软件进行dmp文件的修改。-characters introduced three collections of modification method : Registry changes command line changes trigger documents, and they were
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:7139319
    • 提供者:杨春生
  1. 123.C

    0下载:
  2. 设计一个程序来生成一个``spirograph ,``Spirograph 是通过不同方式连接许多线段来生成的圆形图案。程序应该有两个命令行参数,第一个指定图中线段的数目,第二个指定顶点的连接方式,即第一个顶点与后面的第几个顶点连接。 -design of a procedure to generate a `` spirograph, `` Spirograph is linked through many different segments to generate a circular p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:11
  1. analysispacket

    0下载:
  2. 在命令行状态下,输入控制命令,按照用户所期望的方式抓包并分析。-the command line state, the importation of control orders, in accordance with the expectations of users and the capturing Packet Analysis.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:236607
    • 提供者:花兮酒兮
  1. GetCommandParam

    0下载:
  2. 演示如何在Delphi程序中获取命令行参数的源程序。-demonstrate how Delphi procedures to obtain command line parameters of the source.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:金力
  1. WAV_PLAYER

    0下载:
  2. C++不仅仅是支持面向对象的程序设计语言 学习编程最好的方法之一就是阅读源代码 在任...不要停留在集成开发环境的摇篮上,要学会控制集成开发环境,还要学会用命令行方式处理程序-C is not only to support the object-oriented programming language programming One of the best ways is to read the source code in office ... should not remain in t
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:54557
    • 提供者:何克
  1. minicom_User

    0下载:
  2. minicom 是linux 操作系统下的串口终端程序 是和Windows 操作系统的下 超级终端功能相近的程序 不过比超级终端功能要强 下面我们通过命令行 介绍minicom 的操作方法-Minicom Linux operating system is the serial terminal program is the Windows operating system and the next Super Terminal functions similar procedures
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:153954
    • 提供者:李昀
  1. Multifunctional_Calculator_1.1

    0下载:
  2. 该计算器既有经典的GUI按钮模式,也有类似于Matlab的命令行解释执行模式,并且解释模式基于XML配置构建,利用了Java语言强大的的反射机制,使得用户根据需要添加自己的专用函数非常简单和方便。 http://www.hugjava.com/projectDetail.do?id=3 -both classic GUI button model, which is similar to Matlab from the command line mode to explain the i
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:98575
    • 提供者:张冬晓
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com