CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 当前 目录 文件

搜索资源列表

  1. FileManager

    0下载:
  2. 文件管理,android代码,读取当前目录所有文件信息,获得当前目录下的所有文件,每一行要怎么显示-File management, android code, read the current directory all files, get the current directory of all files, each line to show how
  3. 所属分类:android

    • 发布日期:2017-11-22
    • 文件大小:197688
    • 提供者:hyrron
  1. MFCexp9_2

    0下载:
  2. MFC中,编写单文档界面程序,当用户用鼠标单击程序窗口用户区时,在当前目录下,一只写方式创建一个名为“myfile.txt”的文件,并向其写入字符“hello,this is a file”-MFC, write a single document interface program, when the program window with the mouse click the user area, in the current directory, a write mode create
  3. 所属分类:File Operate

    • 发布日期:2017-11-27
    • 文件大小:35501
    • 提供者:吴松
  1. photocp

    1下载:
  2. 批量文件复制改名 因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。-Batch rename files because of the need to bulk copy a lot of phot
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:194951
    • 提供者:刘学
  1. ReadIniFile

    0下载:
  2. 读写当前目录下的INI文件,写字符串,读取字符串,更新到界面上。-Read and write INI files in the current directory, write the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:40582
    • 提供者:jxf
  1. linux_compare.tar

    0下载:
  2. 这是linux下利用python开发的一个比较任意两个列表差异的程序。比较的结果分别记录在当前目录下的三个文件中。-This is linux using python compare any two developed a list of differences between the procedures. Comparable results were recorded in the current directory of the three files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:
  1. file_send

    1下载:
  2. linux c实现基于tcp多进程并发文件传输,传输目录为执行文件当前目录-linux c tcp multi-process-based concurrent file transfers, file transfer directory for the implementation of the current directory
  3. 所属分类:Linux Network

    • 发布日期:2016-04-26
    • 文件大小:2048
    • 提供者:李享
  1. Batch_generate_two-dimensional_code

    0下载:
  2. 使用帮助: 运行环境: windows系统、安装了javaSDK 生成二维码步骤: 首先,在当前目录下的text.txt文件夹里输入你要生成二维码的文本,一行文本对应一个二维码。 接着,双击当前目录create2Codes.bat文件,该文件会自动执行jar文件将生成的二维码放到当前目录下的image文件夹里 最后,就是进入image文件查看你生成的二维码文件了。至于你干什么我就不管了。-Help: Operating environm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:463848
    • 提供者:qgqaqgqa
  1. px

    0下载:
  2. 程序能在CAD中按文字选择顺序写入文件中, 生成的文件放在当前DWG文件所在的目录中,文件名后加了PX-Press in the CAD program can select sequential write text file, DWG files generated in the current directory where the file, the file name followed by the PX
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:977
    • 提供者:wwwwww
  1. python_sina_crawl

    0下载:
  2. 新浪微博的爬虫程序。程序运行方式:保存所有代码后,打开Main.py,修改LoginName为你的新浪微博帐号,PassWord为你的密码。运行Main.py,程序会在当前目录下生成CrawledPages文件夹,并保存所有爬取到的文件在这个文件夹中。-Sina microblogging reptiles. Program operation: save all the code, open Main.py, modify LoginName for your Sina Weibo accou
  3. 所属分类:Search Engine

    • 发布日期:2017-03-26
    • 文件大小:4666
    • 提供者:tanghao
  1. GetFileSize

    0下载:
  2. 取当前目录下所有文件及文件夹的大小,列出当前目录下所有文件及文件夹的size-Take the size of all the files and folders in the current directory, list all files and folders of the current directory size
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:944224
    • 提供者:daiding
  1. EXTRACT

    0下载:
  2. 利用WINRAR解压RAR ZIP ISO GZ等各种压缩文件,并且是递归解压,也就是当前目录下的所有压缩文件都能解压-Use WINRAR extract RAR ZIP ISO GZ and other compressed file and is recursive decompression, which is the current directory of all the compressed files can be unpacked
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1502
    • 提供者:lujian
  1. QtOracle

    0下载:
  2. 本人在windows下编辑qt生成dll文件后,在本地连接oracle都没有问题,结果一发布,在其他机器就无法进行连接,最后经过发现,生成的dll,不能放到当前目录下,应放到sqldrivers目录下。-I edit in windows qt dll files generated in the local connect oracle, no problems, the result of a release, the other machine will not be able to co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6968502
    • 提供者:yuhenghao
  1. factor

    0下载:
  2. N的阶乘 【问题描述】 精确计算N的阶乘。其中,N可能是小于200的任意正整数。 【输入形式】 输入文件为当前目录下的factor.in。 该文件只包含一个正整数,表示需要求该正整数的阶乘。 【输出形式】 输入文件为当前目录下的factor.out。 该文件只包含一个正整数,表示该正整数的阶乘。50个数字为一行 【输入样例】 57 【输出样例】 40526919504877216755680601
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:649066
    • 提供者:余洪坤
  1. comm

    0下载:
  2. 文件比较 对两个按字典序排列的有序文件file1和file2的内容进行比较,生成三列输出:仅在file1中出现的行,仅在file2中出现的行,在两个文件中都存在的行,并将输出按字典序排列。 【输入形式】 输入文件为当前目录下的comm.in。 该文件中有两行,每行存有一个文件名。第一行为file1名称,第二行为file2名称。对两个文件的内容进行比较。 每个文件的内容不超过50行,且按字典序排列。 【输出形式】 输出文件为当前目
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:457752
    • 提供者:
  1. LX6_9

    0下载:
  2. 2.在 JFrame 窗口中添加组件 (1)程序功能:创建 JFrame 窗口,并在其中添加工具栏。 (2) 准备 图片文 件: 在当前 目录 下建立 一 个 image 文件夹 ,存 放 3 个图片文件 ,例 如 PreviousArrow.gif。 -2. Add the JFrame window components (1) the program function: create JFrame window, and add the toolbar.
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:750
    • 提供者:sfsf
  1. LX6_8

    0下载:
  2. 1.在 JApplet 中添加 Swing 组件 (1)程序功能:在 JApplet 中添加 3 个带有图片的按钮和一个带有图片的标签。 (2)准 备 图片文 件: 在当前 目录 下建立 一 个 image 文件夹 ,存 放 4 个图 片文件 ,例 如 PreviousArrow.gif。 -1. Add in the JApplet Swing component Functions: (1) program in the JApplet add 3 with the
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:591
    • 提供者:sfsf
  1. filemanager

    0下载:
  2. 模拟DOS文件管理系统,可创建删除文件(夹),可加密解密文件,可显示当前目录内容-Analog DOS file management system, you can create delete files (folders), you can encrypt decrypt files, you can display the contents of the current directory
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:9180
    • 提供者:卢平
  1. wenjian

    6下载:
  2. 【问题描述】 写一程序将一个文件fcopy.in拷贝至另一个文件fcopy.out, 其中在所拷贝的文件中, 多个连续空白符(包括空格符、制表符)只拷贝一个空格符, 其它字符不变。 【输入形式】 源文件名和目标文件名分别为fcopy.in和fcopy.out,程序将从当前目录下读取fcopy.in文件。 【输出形式】 将fcopy.in文件内容拷贝至当前目录下的fcopy.out文件中。在所拷贝的文件中, 多个连续空白符(包括空格符、制表符)只拷贝一个空格符,若非空白符之间有
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:23966
    • 提供者:服部半藏
  1. RSDesktop_bc

    0下载:
  2. 若水远程桌面功能源码 描述:实现类似window远程桌面功能利用微软提供的com组件mstscax.dll(在system32文件夹下)输入ip可以进入服务器登录界面,根据用户名密码就可以登录服务器注意:下载后请解压mstscax文件到当前目录-If water remote desktop source code Descr iption: mstscax.dll COM components to achieve similar window remote desktop to use Mi
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1188600
    • 提供者:liuhan
  1. qiwen-v1.0

    0下载:
  2. 1: 这个是奇文小说管理系统的v1.0版本,采用的是SqlServer2000(更高版本可用), .net framework v1.1, IIS配置的时候要注意这一点,经本人测试.net framework v2.0和.net framework v1.1存在兼容问题,建议卸载.net framework v2.0之后,再重新安装.net framework v1.1,否则可能会出现“IL格式不正确”这个错误。 2: 另外,请根据需要修改web.config配置文件,特别是连接字符
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-18
    • 文件大小:4861279
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com