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

搜索资源列表

  1. FileInfo

    0下载:
  2. vc下文件的例子,调用了SDK,可以学西一下,-vc example, called the SDK, the West can learn about, huh
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9512
    • 提供者:谷云
  1. 2006081319475018632

    0下载:
  2. 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:578002
    • 提供者:商务通
  1. Fileinfo

    0下载:
  2. 一款VB写的文件属性信息查看、修改工具,用于查看各种文件格式的属性,比如创建时间、修改时间、是否是隐藏文件、是否是只读文件、是否是存档文件等,以及提取它的文件名、公司名、版权、产品版本、注释、内部名称、文件大小等。-VB to write a message to view the file attributes, edit tools for viewing the properties of a variety of file formats, such as creation time,
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:44535
    • 提供者:Rhode
  1. vb-Fileinfo

    0下载:
  2. 在VISUAL BASIC中利用API取得文件信息,供API初学者参考-VISUAL BASIC at the use of API documents to obtain information for beginners API reference
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:46793
    • 提供者:李香君
  1. FILEINFO.ZIP

    0下载:
  2. 封装Windows文件句柄程序,使能够对大于2 GB的文件进行处理(-Packaging Windows file handle procedures so as to the more than 2 GB of document processing (
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-11
    • 文件大小:7560
    • 提供者:吴此仁
  1. fileinfo

    0下载:
  2. A class that allows you to create self extracting executables for use in distribution or setup programe 创建自解压文件的类-A class that allows you to create self extracting executables for use in distribution or setup programe to create self-extracting file
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:64524
    • 提供者:yoyo
  1. XMpFileInfoSDK

    0下载:
  2. This overview introduces the FileInfo SDK for the Extensible Metadata Platform (XMP). Refer to the XMP Specification for detailed descr iptions of the XMP data model, file type support, and schemas supported in Adobe products.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2667297
    • 提供者:张贺寅
  1. 1

    0下载:
  2. 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:22731
    • 提供者:林坤
  1. DetailFileInfo

    0下载:
  2. 如何用C#获得文件信息以及扩展信息 在C#中获得文件信息很容易,只需要用FileInfo类或者FileVersionInfo类就可以获得,但是如果想要获得文件的扩展信息,则无法从这两类来获得。不过在C#中,这也不是件难事,只要引入“Microsoft Shell Controls and Automation”这个COM就可以获得。-How to use C# to obtain file information, as well as the expansion of informatio
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:34348
    • 提供者:zhangchaozheng
  1. DriveInfo_173070482004

    0下载:
  2. Title: DriveInfo Object Descr iption: Driveinfo object provides wrapper to various APIs for Volume information(Serial, Volume name, capacity, mounted,Is CDROM etc). Should be easy to use as is similar to System.IO.FileInfo, System.IO.DirectoryInfo.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30677
    • 提供者:hasbe allah
  1. cFileInfo

    0下载:
  2. 一个可用于批量查看文件属性的FileInfo类模块-1 can be used to view the file properties of bulk FileInfo Class Module
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:9571
    • 提供者:ducky
  1. FileInfo

    0下载:
  2. 使用C#为microsoft .net 框架编写窗口模式的应用程序, 适合学习练习-This article is a very simple introduction on writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:16903
    • 提供者:cassie
  1. FileInfo

    0下载:
  2. MFC中关于 文件操作的例子,是<<Visual C++程序模块集锦>> 这本书里面的例子,需要的可以下载参考下-MFC file operations on the example, is < <Visual C++程序模块集锦> > The book inside the case, you can download the information required under! ! !
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:22445
    • 提供者:
  1. Fileinfo

    0下载:
  2. Fileinfo .rar 非常抢手的破解工具,赶快下载。-DEDE 3.5_gpxz.rar very high profile break tool, quickly download.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:194625
    • 提供者:houzg
  1. fileInfo

    0下载:
  2. 获取文件信息,交你如何使用文件类,及其一些方法,初学者的好助手。-Get file information, teach you how to use the file type, and some of its methods, a good assistant for beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:26351
    • 提供者:lsk
  1. FileInfo

    0下载:
  2. Simple sample of File Manager
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:29235
    • 提供者:APA
  1. fileinfo

    0下载:
  2. C program that takes one or more file or directory names as command line input and reports the following information on the file: i)File type ii)Number of links iii)Read, write and execute permissions iv)Time of last access (Note : Use
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:698
    • 提供者:himabindu
  1. Datoteka_(FileInfo)

    0下载:
  2. sample code - getting file info and working with Topendialog
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:8027
    • 提供者:android007
  1. fileinfo

    0下载:
  2. C#文件信息查看器源代码 C#文件信息查看器源代码-C# source code file information viewer viewer C# source code file information
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:13965
    • 提供者:sn234
  1. csharp-what-to-remove-usbcom

    0下载:
  2. 运用DirectoryInfo类和FileInfo类。创建文件、目录或驱动器的实例。获取指定文件的基本信息 。可以手动输入路径 判断目录是否存在。文件是否存在。如果不存在将创建此文件,并自动生成目录。 VS2005编写 -DirectoryInfo FileInfo what s use?
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2553
    • 提供者:law
« 12 »
搜珍网 www.dssz.com