您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. getopt源码下载及getopt_long源码下载

  2. 测试过,很好用~ getopt.c getopt.h为利用代码 其他两个为例子
  3. 所属分类:C

    • 发布日期:2009-05-14
    • 文件大小:11kb
    • 提供者:dawndark
  1. getopt.h getopt.c

  2. unix环境getopt的很好替代~自己移植unix程序到windows时,测试了好多版本,这个添加到工程,直接可以使用,有一个test.c,介绍了简单的使用~
  3. 所属分类:C

    • 发布日期:2009-10-18
    • 文件大小:5kb
    • 提供者:renee8512
  1. getopt.c getopt.h under Windows

  2. "getopt" is a library that allows a parsing of arguments passed to a program. This is a useful library used in many software. There are many versions of the getopt library available, two popular versions being the BSD getopt and the GNU getopt.
  3. 所属分类:C

    • 发布日期:2010-01-28
    • 文件大小:5kb
    • 提供者:hatpdb
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6mb
    • 提供者:ywj1225
  1. utils-getopt.c

  2. utils-getopt.c
  3. 所属分类:Veritas

    • 发布日期:2008-03-02
    • 文件大小:30kb
    • 提供者:zhangyiheng
  1. getopt.h文件

  2. getopt.h getopt.c 例子,VC6编译老缺的,
  3. 所属分类:C

    • 发布日期:2010-12-05
    • 文件大小:11kb
    • 提供者:qwertycw
  1. getopt.c getopt.h under Windows

  2. getopt.c getopt.h under Windows getopt.c getopt.h
  3. 所属分类:C

    • 发布日期:2011-04-25
    • 文件大小:5kb
    • 提供者:smiky
  1. getopt.h getopt.c getopt_long 文件和函数说明

  2. getopt.h getopt.c getopt_long 函数说明
  3. 所属分类:C

    • 发布日期:2012-06-07
    • 文件大小:13kb
    • 提供者:ftdy1
  1. RTMP可用的getOpt.h和getOpt.c

  2. 最近一直在研究RTMP库,发现里面需要用到getOpt.h和getOpt.c文件,不过在csdn上找了很久也没找到合适的。在国外一家源码网站上找到一个可用的,不敢独享,特发布出来。
  3. 所属分类:C++

    • 发布日期:2012-07-16
    • 文件大小:6kb
    • 提供者:cll131421
  1. C#getopt(命令行处理函数)

  2. 转自:http://www.codeproject.com/Articles/26502/GetOpt-for-NET C#中的getopt封装,方便处理cmd命令。添加引用后,使用范例如下: using CodePoints; using System; ... public static void Main ( string [] args ) { int c = 0, aflag = 0, bflag = 0; string cvalue = "(null)"; while ( ( c
  3. 所属分类:C#

    • 发布日期:2013-08-07
    • 文件大小:7kb
    • 提供者:u010767709
  1. util-linux-ng-2.17源码 含fdisk

  2. Here is a list of all documented files with brief descr iptions: util-linux-ng-2.17.2/disk-utils/blockdev.c [code] util-linux-ng-2.17.2/disk-utils/cramfs.h [code] util-linux-ng-2.17.2/disk-utils/cramfs_common.c [code] util-linux-ng-2.17.2/disk-utils
  3. 所属分类:C

    • 发布日期:2016-08-19
    • 文件大小:4mb
    • 提供者:h601230508
  1. getopt.h getopt.c getopt getopt_long 字符串 命令行

  2. getopt.h getopt.c getopt getopt_long 字符串 转 命令行 编译通过
  3. 所属分类:C

    • 发布日期:2008-12-31
    • 文件大小:9kb
    • 提供者:gmsj0001
  1. C++版本Windows命令行getopt参数类

  2. 功能:C++命令行参数解析类。(控制台应用程序中使用)在 Windows 平台下使用 Linux 的 getopt, getopt_long, getopt_long_only 函数。压缩包内包含getopt.h,getopt.c和使用代码示例。在VS2010下编译通过,运行良好。
  3. 所属分类:C++

    • 发布日期:2018-04-17
    • 文件大小:12kb
    • 提供者:sjt223857130
  1. Linux系统C语言编程连接MySql数据库实现的用户 用户组 用户策略 管理系统(getopt函数方式解析命令行参数)

  2. 内容: 1、Linux系统C语言编程连接MySql数据库实现的用户 用户组 用户策略 管理系统(getopt解析命令行参数).c 代码的源文件。 user-usergroup-authoritys.vsd user-usergroup-authoritys.jpg 数据库的图,以及图片。 2、部分操作: 显示操作 -S //-S显示名为xxx用户具体信息(所在组、改组定义了什么策略) 提示必须加-n参数 ./userGroupUser users -S //显示用户表 用户组表 所有信息 ./
  3. 所属分类:C

    • 发布日期:2018-10-31
    • 文件大小:79kb
    • 提供者:weixin_42167759
  1. C语言中getopt()函数和select()函数的使用方法

  2. 主要介绍了C语言中getopt()函数和select()函数的使用方法,是C语言入门学习中的基础知识,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-09-03
    • 文件大小:50kb
    • 提供者:weixin_38707342
  1. getopt.h getopt getopt_long

  2. win10 vs2019下的 getopt及getopt_long getopt/getopt_long函数是GNU C中的函数
  3. 所属分类:C/C++

    • 发布日期:2020-09-29
    • 文件大小:19kb
    • 提供者:qq_33835370
  1. PHP中通过getopt解析GNU C风格命令行选项

  2. 主要介绍了PHP中通过getopt解析GNU C风格命令行选项,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
  3. 所属分类:其它

    • 发布日期:2020-10-15
    • 文件大小:54kb
    • 提供者:weixin_38545332
  1. Python命令行参数解析模块getopt使用实例

  2. 格式 getopt(args, options[, long_options]) 1.args表示要解析的参数. 2.options表示脚本要识别的字符.字符之间用”:”分隔,而且必须要以”:”后结尾,例如”a:b:c:”. 3.long_options是可选的,如果指定的话,可以解析长选项.形式为字符串列表,如[‘foo=’, ‘frob=’].长选项要求形式为”–name=value” 4.该方法返回2个元素.第一个元素是列表对, 对中第一个值是带有”-“或者”–”的选项名,第二个值是
  3. 所属分类:其它

    • 发布日期:2020-12-24
    • 文件大小:33kb
    • 提供者:weixin_38698018
  1. PHP中通过getopt解析GNU C风格命令行选项

  2. 在 PHP 中,当我们在获取命令行参数时,可以通过遍历$argv来获取,其实呢是有规范可循的,也就是 GNU C-style parser for command line options 。 比如使用命令wget下载文件时,使用下面的一些方式来指定option都可以 wget http://mengkang.net/a.jpg -O b.jpg wget http://mengkang.net/a.jpg -O=b.jpg wget http://mengkang.net/a.jpg -Ob
  3. 所属分类:其它

    • 发布日期:2020-12-20
    • 文件大小:53kb
    • 提供者:weixin_38686924
  1. c++实现通用参数解析类示例

  2. main.cpp 代码如下:#include #include #include “parsingargs.h”#include using namespace std; int main(int argc, char * argv[]){     //string tmpPara = “-p \”4567\” –out 1.log “; //ok    //string tmpPara = “xxxx -p \”4567\” –out 1.log “;//ok    //string tmp
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:59kb
    • 提供者:weixin_38601878
« 12 3 4 »