CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - Time

搜索资源列表

  1. 基于Visual C++6_0的声音文件操作2

    1下载:
  2. MCI虽然调用简单,功能强大,可以满足声音文件处理的基本需要,但是MCI也有它的缺点,那就是它一次只能播放一个WAVE文件,有时在实际应用中,为了实现混音效果,需要同时播放两个或两个以上的WAVE文件时,就需要使用微软DirectX技术中的DirectSound了,该技术直接操作底层声卡设备,可以实现八个以上WAV文件的同时播放。-simple, powerful, voice processing documents to meet the basic needs, but MCI also
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6172
    • 提供者:麦麦
  1. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  1. 游戏_字模修改器

    0下载:
  2. 以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨耍一下,-sinicized PS games before <<Senior Life Romance>> the time of writing tools, is to look into their own documents to the Fonts font.grp The data can also
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:70343
    • 提供者:解放
  1. RowCount_v1.5

    0下载:
  2. RowCounter这个东东更多时候我是作为一种好玩的工具用的。 上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦! RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:314519
    • 提供者:oliver
  1. From_Txt_into_Access

    0下载:
  2. Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下. -text files and archives documents Access Transformation (feature is not perfect) example uses a third-party control, have time to tidy up.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:476353
    • 提供者:oliver
  1. MjLog

    0下载:
  2. 这是一个日志产生文件,可以用于所有的系统和所有的文件.但是这个比通常的日志产生文件更节省时间.使用了两个基本的日志类以方便使用-This is a log produced documents that can be used in all the system and all the documents. However, the ratio is usually generated by the log more time-saving. The use of the log two bas
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2791
    • 提供者:朱子奇
  1. ChangeDate

    0下载:
  2. 把指定文件的“创建时间”“修改时间”修改成指定的值-designated documents "creation time", "modified" revise the value of the specified
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46482
    • 提供者:香烟
  1. 一个递归删除指定目录和文件的例子

    0下载:
  2. 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15827
    • 提供者:涂飞
  1. ChangeFileTime

    0下载:
  2. 批量文件/目录时间修改程序1.0 可以批量修改文件或者目录的时间.-batch file / directory time to amend 1.0 quantities can change files or directories of time.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15507
    • 提供者:阿东
  1. foldercopy

    0下载:
  2. vc实现文件拷贝,可设置时间。只需输入源文件和目的目录就可实现拷贝。-vc copy files can be set-up time. Only input source and purpose can be achieved catalog copy.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:30770
    • 提供者:杨卓飞
  1. ucosii入门方法

    0下载:
  2. uC/OS是一种体积小巧而实用的实时操作系统,由于其代码的开放性,近年来普遍受到人们的关注,许多人开始从事这一操作系统的学习及应用工作,但由于其文档较少,特别是关于安装和使用方面的指导性文章不够充足,使很多初学者,特别是刚刚接触嵌入式操作系统的朋友们不知道如何进行系统的安装及调试,为此我结合自己使用的切身体会,谈一谈它的安装及调试问题,希望对大家能起到一定的帮助作用.-uC / OS is a compact and practical real-time operating system, b
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4782
    • 提供者:方昌奇
  1. opensomefile

    0下载:
  2. 同时打开多个文件的详尽编程,使得那些想学习相关知识的人受益匪浅,不管她是新手还是老手 -opened at the same time a number of documents detailed programming, makes those who want to study relevant knowledge of benefit, whether she is a novice or veteran
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:103413
    • 提供者:赵大啊
  1. Dp5_Startup

    0下载:
  2. 按照规定时间间隔启动或者执行指定文件。windows自动启动程序时都挤到一起,反而更慢,有时候还出现异常,通过这个程序有序控制可以解决问题-accordance with the specified time interval start or implementation of the specified file. Windows automatically activate the procedure has to hold together, but more slowly, somet
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4566
    • 提供者:龙默起
  1. xxaq

    0下载:
  2. 《PGP 软件分析及编程应用》是我在学习网络信息安全这门课程的时候写的一篇小论文-"PGP Software Analysis and Application Programming" I was learning network information security courses written by the time a small paper
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13131
    • 提供者:limi0066
  1. biyelunwenkaitibaogao

    0下载:
  2. 基于时间序列数据预测方法的股市收盘价预测的毕业论文开题报告(理工类)-based on the time series data to predict the stock market means closing price forecasts dissertation problem that report (Polytechnic)
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29398
    • 提供者:123123
  1. OTPMe

    0下载:
  2. This another One Time Pad in C language using file operation and swap character before encrypt-This is another One Time Pad in C language using file operation and swap character before encrypt
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:14329
    • 提供者:Bayu
  1. 2_10

    0下载:
  2. DSSS tracking fille tracking the variang time delay
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:23050
    • 提供者:hio
  1. hujunhengshijishuju

    1下载:
  2. 时移地震,子波校正,相位校正,振幅校正,频率一致性-Time-lapse seismic, sub-wave correction, phase correction, amplitude correction, frequency, consistency
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:728
    • 提供者:jinfeng
  1. Time-Operated-Solar-Tracking-System

    0下载:
  2. this a document explaining the time operated solar tracking system with optimum efficiency-this is a document explaining the time operated solar tracking system with optimum efficiency
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:241264
    • 提供者:sagar
  1. Order-on-Time-VBA

    0下载:
  2. Excel 中按时间项目进展查找列表,进行自动列举,方便读者进行评估。-Excel, find the list of project progress at the time, automatically listed for easy evaluation.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:8033
    • 提供者:chosy
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com