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

搜索资源列表

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

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

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

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

    • 发布日期:2009-10-18
    • 文件大小:5120
    • 提供者: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
    • 文件大小:5120
    • 提供者:hatpdb
  1. Linux C参考手册

  2. 字符测试篇 isalnum isalpha isascii iscntrl isdigit isgraphis islower isprint isspace ispunct isupper isxdigit 字符串转换篇 atof atoi atol gcvt strtod strtol strtoul toascii tolower toupper 内存控制篇 calloc free getpagesize malloc mmap munmap 日期时间篇 asctime ctime ge
  3. 所属分类:C

    • 发布日期:2010-06-15
    • 文件大小:232448
    • 提供者:sun_top
  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
    • 文件大小:6291456
    • 提供者:ywj1225
  1. utils-getopt.c

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

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

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

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

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

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

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

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

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

    • 发布日期:2012-07-16
    • 文件大小:6144
    • 提供者:cll131421
  1. Linux+C函数库参考手册

  2. 每个函数都有举例说明;总共有25章 1.字符测试函数(isalnum ,isalpha,isascii...) 2.数据转换函数(atof,atii,atol...)24 .... 24.动态函数(dlclose,dlerror,dlopen,dlsym) 25其他函数(getopt,isaay,select,ttyname)
  3. 所属分类:C

  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
    • 文件大小:7168
    • 提供者: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
    • 文件大小:4194304
    • 提供者:h601230508
  1. getopt.h getopt.c getopt getopt_long 字符串 命令行

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

    • 发布日期:2008-12-31
    • 文件大小:9216
    • 提供者: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
    • 文件大小:12288
    • 提供者: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
    • 文件大小:80896
    • 提供者:weixin_42167759
  1. C语言中getopt()函数和select()函数的使用方法

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

    • 发布日期:2020-09-03
    • 文件大小:51200
    • 提供者: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
    • 文件大小:19456
    • 提供者:qq_33835370
  1. PHP中通过getopt解析GNU C风格命令行选项

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

    • 发布日期:2020-10-15
    • 文件大小:55296
    • 提供者: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
    • 文件大小:33792
    • 提供者:weixin_38698018
« 12 3 4 »