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

搜索资源列表

  1. ReName

    0下载:
  2. 一个文件批量命名工具,主要功能是去除文件名中的某个文字,还可以翻转文件名。-Batch rename a file tools, the main function is to remove the file name of a text, but also turned the file name.
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:53691
    • 提供者:duan
  1. javazip_src

    0下载:
  2. 本软件是在JDK1.4环境下开发完成,因此您最好在JDK1.4及以上版本中运行它。程序已经实现了打开、导出、添加、删除、关闭 、内置的文本浏览器、语言识别、界面切换、按文件名、按时间等排序、日志记录、完整的菜单快捷键等基本功能-This software is developed under JDK 1.4, so you might want in the JDK 1.4 and above versions run it. Procedures have achieved open, exp
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:170530
    • 提供者:李好
  1. cut_branch

    0下载:
  2. “裁枝剪叶”问题 文件名:cut.* 输入文件:cut.in(文本文件,选手按规定格式自行创建) 输出文件:cut.out(文本文件) 问题描述: 一个无向连通图中有N个节点,N-1条边,则该图称为“无根树”。无根树中任何两个节点之间有且只有一条包含最少边的路径。 所谓“裁枝剪叶”,就是去掉无根树中的一条边,这样一棵无根树就被分成了两棵无根树,丢掉其中的一棵,还剩一棵;对剩下的一棵再进行“裁枝剪叶”。经过一系列这样的“裁枝剪叶”后,最后剩下一棵无根树。 若开始时
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12891
    • 提供者:ouyang
  1. findError

    0下载:
  2. 查错问题 文件名:check.* 输入文件:check.in(文本文件,选手按规定格式自行创建) 输出文件:check.out(文本文件) 问题描述: 很多英文文本编辑软件都具有辅助查错功能。现在有一个标准的词库,请根据该标准词库编制程序实现查错功能。 输入格式: 从文本文件check.in中读入数据。 第一行一个整数N(N≤10000),表示标准词库中单词的个数。 第2--N+1行,每行一个标准单词,单词的长度不超过10。 第N+2行开始为待查文
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:9344
    • 提供者:ouyang
  1. sortVC

    1下载:
  2. vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-10
    • 文件大小:1004821
    • 提供者:凌涵
  1. gongshenjuzhen

    0下载:
  2. 讲代码作为一个matlab环境下的m文件,生成文件名,编程时调用该函数即可。该函数主要用于产生共生矩阵-Stresses the code as a matlab environment m documents, generated file names, programming can call this function. The main function for the production of co-occurrence matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:3942
    • 提供者:王少如
  1. shortest_path

    0下载:
  2. 分别用floyd 和dijkstra算法计算城市间最短路径的简单例子,地图由固定格式的文件输入,参考压缩包中的sample.txt,地图文件名要作为main参数-Floyd were Dijkstra algorithm and the shortest path between cities in the simple example, the map by a fixed format file input, reference compression package sample.txt,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7112
    • 提供者:吕婉辰
  1. 11

    0下载:
  2. VHDL语法的支持范围是不一样的,以下程序中的某些语句可能不能运行在所有的软件平台之上,因此程序可能要作一些修改,同时务必注意阅读程序中的注释。以下部分程序为txt格式,请自行另存为vdh后缀的文件。有些EDA软件要求ENTITY的名称和文件名要相同,也请自行修改。 如发现错误请来信指正或在BBS上提出。 -VHDL syntax support is not the same as the scope, the following procedures for some of the st
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:1266
    • 提供者:夏巍
  1. imgNameFormat

    0下载:
  2. 将指定文件夹下的所有图像改为jpeg格式(可重新设置格式比如jpg,bmp) 并将文件名改为“文件夹名+空格+序号”。序号从001开始 递归进行。 -The specified folder changed all jpeg format image (which can be re-set format such as jpg, bmp) file name will be changed to folder name+ Spaces+ Serial number. Serial nu
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1487
    • 提供者:zzd
  1. shiyan1

    0下载:
  2. 比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’,否则,显示‘No match’。 -Comparison of string sample.asm (file name) to prepare a test procedure: compare two strings stringl and string2 contains the same characters. If the sa
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:916
    • 提供者:Sean
  1. vxworks_pci_vedio_driver

    0下载:
  2. Vxworks 下的视频采集程序,该驱动程序是PCI类视频卡,测试程序为:test.cpp 通过初始化后,运行UTL_LVE("1.mpg",5,1),将视频文件保存为1.mpg。 其中1.mpg为文件名,5为时间秒,1为mode。 -Vxworks video collection procedures, the driver is a PCI video card, test procedures for: test.cpp through initialization, run UTL
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:86103
    • 提供者:lshi
  1. SearchCode

    0下载:
  2. C#版的代码搜寻工具 可以保存工作目录和敏感的文件名后缀 对关键字进行搜寻,可以方便查找调用和定义-C# Version of the code search tool can be saved working directory and sensitive file name suffix of the keyword search, you can easily find calls and definitions
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:19139
    • 提供者:杨树果
  1. OS-FileSystem

    1下载:
  2. 简单模拟了操作系统文件系统的操作,其中包括:添加文件夹,文件,修改文件名,删除文件,格式化等操作-Simple simulation of the operating system, file system operations, including: Add a folder, file, modify file names, delete files, formatting and other operations
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:740370
    • 提供者:HT
  1. smallnotebook

    0下载:
  2. 双击可执行文件wbbjq在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键HOME键END键上下左右标键对文本进行全屏幕编辑,按f1键激活菜单file,下移光标,选save,输入文件名。也可以选择FILE菜单的其他菜单项,他们的功能均可实现。按f10激活帮助按ESC键退出帮助。-Double-click the executable file of the interface in the event of wbbjq enter arbitrary text, using DE
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:5933
    • 提供者:thankyou
  1. cc

    0下载:
  2. 把命令行参数中的前一个文件名标识的文件,复制到后一个文件名标识的文件中,如命令行中只有一个文件名则把该文件写到标准输出文件(显示器)中。 -err
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3863
    • 提供者:李慧君
  1. PL0

    0下载:
  2. PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:16653
    • 提供者:fangruizhou
  1. Debug

    0下载:
  2. Login模块设计!文件名和密码不能超过16位!-Login module design! File name and password can not be over 16!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:924241
    • 提供者:姜山
  1. File_operation

    0下载:
  2. win32控制台下,输入文件名后,显示文件内容,还可以连续追加或者退出。-win32 console, enter the file name indicated that the contents of the documents can also be an additional or exit row.
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:7507
    • 提供者:liujianjun
  1. iestore.1.0.8.svn454

    0下载:
  2. 一、修改产品详细页面的附件块 二、添加上浏览历史模块 三、在后台加入自定义首页、自定义页头、自定义页脚内容功能 四、在后台修改网站全局CSS样式文件功能 五、在后台修改每个模块的模板内容功能 六、修改虚拟商品订购流程 七、修改了国内EMS和宅配通的后台配置位置省不显示的问题 八、修改了后台商品详细信息中的商品属性添加错误和不能修改的问题 九、分类加入排序功能 十、新加入备份数据库功能,可以自动列出备份时间距现在的时差,文件名等信息,可以下载已经打成包的SQL文
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:8213738
    • 提供者:iestore
  1. FindFiles

    0下载:
  2. 递搜索目录内所有文件结构信息,加入链表,并找到根据输入文件名/后缀找到需要文件。适用VC ++; Embedded VC等多种平台-Delivery of all search directory file structure information, join the list and find the input file name/suffix to find the need to document. The application of VC++ Embedded VC, such
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:3216
    • 提供者:monica
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com