CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - filename

搜索资源列表

  1. Makefile 中文教程

    0下载:
  2. 文件名:Makefile 中文教程.pdf,linux/unix下编程的人不懂makefile就等于是白痴,不想做白痴的linux程序员,就先载分看看吧,-filename:Guide book of Makefile(CHINESE EDITION).pdf, if the programer under linux/unix doesn t know about makefile, he is no more than an idiot, if you don t want to be an
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:497.85kb
    • 提供者:张维成
  1. readinifile_H

    0下载:
  2. /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:972byte
    • 提供者:eFun
  1. trav-dir.c

    0下载:
  2. 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7kb
    • 提供者:车诗
  1. vbmapx0023

    0下载:
  2. MapX应用讲义 一、加载地图数据 1、 TAB的数据分为两种数据:地图数据(Layers)、属性数据(Datasets)。关系:不可 分割的一个数据集的两部分. 2、 数据加载:GST文件由GeosetManager40.exe程序生成。在程序使用gsT文件:Map1.Ge oset=Filepath+FileName 3、 问题:GST文件加载后,只是默认将地图数据加载,属性数据另外需要使用单独的命令 进行加载,否则对属性数据的操作全部非法。加载
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:55.66kb
    • 提供者:jqw
  1. mulushudebianli

    0下载:
  2. 根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在<pathname>目录子树之下,所有与<
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7.86kb
    • 提供者:红叶
  1. root-tree

    0下载:
  2. (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<path
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10.62kb
    • 提供者:lq
  1. adwallpaper

    0下载:
  2. 桌面设置源程序 Private Sub cmbBrowse_Click() With CommonDialog1 .Flags = cdlOFNFileMustExist Or cdlOFNHideReadOnly Or cdlOFNLongNames Or cdlOFNExplorer .FileName = txtFilename.Text .ShowOpen If .FileName <> \"\" Then txtFilename
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.27kb
    • 提供者:行者
  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22.48kb
    • 提供者:李强
  1. MD5ArchiveValidator

    0下载:
  2. 一个命令行下的MD5校验工具 ,用法:MD5AV [-c] [-f<FolderName>] [-h] [-n<FileName>] [-o<OutputFolder>] [-r] [-v] [-x<FolderName]-MD5ArchiveValidator (MD5AV) is a utility to confirm the accurate storage of files through MD5 Checksums. For each fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86.39kb
    • 提供者:天诛
  1. MD5

    0下载:
  2. MD5加密算法。通过输入文件名,此程序对此文件加密。-MD5 encryption algorithm. By entering the filename, this program is file encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.11mb
    • 提供者:hjk
  1. lfndir

    0下载:
  2. 在DOS下查看长Win95的文件名,不支持FAT32-Watching long filename of win95 in dos, not supporting FAT32
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:38.01kb
    • 提供者:站长
  1. filename

    0下载:
  2. 获取系统文化属性信息 VS2005 RELEASE-Cultural attribute information acquisition system VS2005 RELEASE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:10.46kb
    • 提供者:xingbarking
  1. nvxor

    0下载:
  2. 写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。 程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2.56kb
    • 提供者:Steven
  1. VMProtect

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:16.18kb
    • 提供者:cxzhack
  1. Delphi

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:3.51kb
    • 提供者:cxzhack
  1. Lazarus

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3.88kb
    • 提供者:cxzhack
  1. MASM

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3.65kb
    • 提供者:cxzhack
  1. Basic

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.62kb
    • 提供者:cxzhack
  1. sqlite3

    0下载:
  2. 一个头文件:filename : sqlite3.h-a head file:sqlite3.h
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:62.54kb
    • 提供者:li
  1. read_file

    0下载:
  2. this function read ascii file in columns separates by spece or tab, this function open a dialog open file and you just pick the file to read the out "a" is the matrix of your file also you obtain the filename and pathnme (location)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:710byte
    • 提供者:amouaki
« 12 3 4 »
搜珍网 www.dssz.com