搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
cmdexamples
- java的命令行执行参数演示,比较典型精炼可以是初学者较快地掌握JAVA的命令系列的方法-java implementation of the command-line parameters of the demonstration of a typical refinery can be a beginner to master quickly JAVA command line method
RandNumber
- 一个产生随机数的小程序,命令行界面,可以带参数、不带参数运行。-Generate a random number of small procedures, command line interface, you can take parameters, running without parameters.
GetCommandLines
- 可用来获取当前系统所有进程的命令行参数,并在程序目录中生成记录文件-The current system can be used to obtain all the process of command-line parameters, and directory in the log files generated
exp1
- 3、 阅读《数据结构题集》P79 1.2约瑟夫环,理解约瑟夫环的定义。编写一个程序,该程序根据输入的命令行参数创建一个单循环链表表示的约瑟夫环,然后输出约瑟夫环出列的顺序。-3, read " data structures problem sets" P79 1.2 Joseph Central, to understand the definition of Joseph Ring. Write a program, the program based on the inp
Count
- (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for th
convertSSAtoTXT
- 转换ssa文件(字幕文件)为TXT文件,包里有C源码,可执行程序(在命令行执行,第一个参数是main,第二个参数是ssa文件名)和一个ssa文件。写的不好,使用者可根据需要修改。-convert ssa format file to txt format file. the rar packet has source code+ exe file+a ssa file.
AutoRegisterOPCCOM
- a在开发OPC应用程序的时候,如果OPC对象没有在机器上注册,那么程序是无法运行的. 所以必须对OPCDAAuto.dll进行注册.如果您习惯于使用RegSvr32命令手工注册,那没有什么,可是如果您的程序要在未知的环境下运行,那么自动注册是必要的. 这个程序就是为了解决自动注册的问题 使用说明: 这是个命令行程序, 专为其他程序调用,也可在控制台下手工执行. 参数: /r 注册OPC组件 /u 反注册OPC组件 使用时必须将OP
dump
- 产生一个文件的十六进制倾印码(dump)。它应该从命令行接受单个参数,也就是需要进行倾印的文件名。如果命令行未给出参数,程序就打印标准输入的字符串的倾印码。-Produce a hex dump file code (dump). It should accept the individual arguments from the command line, that is, the need for dump file names. If the command line parameter
AStyleFastFormat
- AStyle是开源的命令行模式的编程语言(支持 C,C++, C# , Java) 自动格式化工具。 由于参数繁杂,而且没有图形操作界面,操作起来并不是很方便。 所以我用VB写了个外壳程序,实现了文件拖动自动格式化功能。可以自定义格式化参数。十分方便! 附源码供大家研究!欢迎大家下载使用! -AStyle is open source, command-line mode of programming languages (supporting C, C++, C#, Java)
dfgtfh
- 超级模块3.65源码强大功能多多 .版本 2 .子程序 创建进程, 整数型, 公开, 创建一个程序进程(成功返回进程ID,失败返回0) .参数 程序路径, 文本型, , 欲创建进程的执行路径 .参数 命令行, 文本型, 可空, 附加上程序路径后的命令行参数 .参数 运行目录, 文本型, 可空, 通常留空,特殊情况下使用 .参数 进程结构, 进程结构, 参考 可空, 接收进程结构信息的变量 -Super module power source a lot of 3
15
- 易语言取进程映像路径及命令行参数,很不错的易语言源码,适合易语言爱好者学习。-Easy language to take the process image path and command line parameters, very good and easy language source code for easy language enthusiasts to learn.
11
- 编制万年历,程序名为Calender.cpp,要求带命令行参数,即四位年份。-Compilation calendar, program called Calender.cpp to ask to take command line parameters, the four year.
5
- 二叉树 你的程序必须接受命令行参数不确定的数目,其中第一个指定的输出文件,其余的用于指定输入文件。例如,参数可能是这样的: 输出文件inputFile1 inputFile2 ... 有了这些参数,程序会打开并阅读依次输入每个文件,建立一个二叉树 遍历二叉树算法-Count the number of the words in files:This assignment is designed to reinforce the student s understanding of
cal
- C++实现 桌面计算器 的 功能,输入一串表达式,计算表达式结果。 要求:a:使用多个头文件,多个源文件,以体现程序的逻辑结构。 b.对于输入,每遇到一个分号或回车记作一行,并在 处理过程中累计 行数。 C.当输入的内容楚翔不符合计算器文法定义的错误时,出了提示出错 原因外,还需提供相应的出错行数。 当出现语法或词法错误时,还应将输入的内容读完。 D.必须支持命令行参数,以指明0个或一个输入文件(输入文件预先 输入了若干表达式,内容和来
3
- 从命令行参数中获得一个字符串发给服务器,然后接收服务器返回的字符串并打印-Command line parameter to get a string to the server, then the string returned by the server receives and prints
xmltojson
- 可以将xml文件转化为json文件,可以在命令行中运行该程序,输入以下 XML 文件名作为命令行参数:php -f xml2json_test.php test2.xml-Xml files can be converted to json file, you can run the program the command line, enter the following XML file as a command line argument: php-f xml2json_test.php
jisun
- 命令行参数完成俩个浮点数的四则运算 加法 减法 乘法 于除法的运算(Command line arguments complete four operations of two floating-point numbers, add, subtract, multiply, and divide operations)
tqkwkqt
- 功能1>在程序窗口的任何地方显示tooltip2>截获SDI程序的命令行参数()
linux grep命令
- linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输