登录
首页 » 文件处理 » similar to the electronic diary, updated date, the selection weather forecast, k...

similar to the electronic diary, updated date, the selection weather forecast, k...

于 2022-03-22 发布 文件大小:35.42 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

类似于电子日记,可更新日期,选择天气预报,同时可保存每天的记录-similar to the electronic diary, updated date, the selection weather forecast, kept daily records

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 大家经常需要对指定目录下的所有进行搜索或其它相同操作。若数很多,逐一对每个手工操作,很费时。这里提供一个搜索或指定目录下的所有的C++类。作...
    大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non- recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
    2023-06-07 21:20:03下载
    积分:1
  • 可以成批对mp3的进行编辑的源程序,这个实用性想必不用我说了吧,解决你mp3命名的困难。感谢原作者,所有的版权属于原作者!...
    可以成批对mp3的进行编辑的源程序,这个实用性想必不用我说了吧,解决你mp3命名的困难。感谢原作者,所有的版权属于原作者!-can mp3 bulk of the editing of the source, the utility said I definitely do not have a bar, Naming your mp3 resolve the difficulties. Thank authorship, all the copyrights to the original author!
    2023-03-22 03:30:04下载
    积分:1
  • access and document attributes summary of the contents, such as : the document t...
    此源码是获得和设置文件的属性中的摘要中的内容,如:文件的标题、主题、作者、类别、关键字、备注等等。由vb.ne编写。-access and document attributes summary of the contents, such as : the document title, subject, author, category, keyword, etc. Remarks.vb.ne
    2022-04-15 09:55:01下载
    积分:1
  • Delphi开发的压缩与解压例程,未使用任何第三方控
    Delphi开发的文件压缩与解压例程,未使用任何第三方控件包-Delphi document compression and decompression routines, not the use of any third-party control packet
    2022-03-10 22:30:53下载
    积分:1
  • 私家珍藏的EXCEL建立和读取程序,可以将其中的部分直接加入你工程中...
    私家珍藏的EXCEL文件建立和读取程序,可以将其中的部分直接加入你工程中-EXCEL private collection of documents and reading procedures, some of which can be directly into your project
    2022-11-02 06:35:03下载
    积分:1
  • 库存 managemebt
    此代码使用基本的 c 文件来存储客户购买的详细信息和交易记录的详细信息能使用两个类,以时间、 日期和计算增值税。
    2022-10-23 02:40:03下载
    积分:1
  • delphi开机启动管程序
    Delphi编写的用于检查开机项启动项的小程序,可通过注册表的操作,依次检测注册表各个键值分支下的开机启动运行项目,并列举出这些内容后,支持让用户删除此项目。本程序的扩展性还是有很大空间的,稍加改造,可写成一款系统优化软件,为电脑中级以上用户监控木马和病毒提供方便,省了翻找注册表的麻烦。
    2022-06-20 11:28:59下载
    积分:1
  • 现在,我将分割为操作简单,如下:1、O。
    下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。 5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。 -Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merg
    2022-07-26 15:44:28下载
    积分:1
  • FileWatcher, manually synchronize the data, you can easily synchronize all the c...
    FileWatcher,手动同步数据,可以方便同步文件夹内所有内容到其他目录,U盘等.适合备份源代码!-FileWatcher, manually synchronize the data, you can easily synchronize all the contents of a folder to another directory, U disk and so on. Suited to a backup source code!
    2022-02-01 17:54:45下载
    积分:1
  • 我们都经常使用配置。为此我编写了IniFile读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接...
    我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document literacy IniFile category. Using very simple, please see sample program. Adoption of the two methods is the use of an iterator call, a direct use of the array index, under different circumstances were used. STL prepared using C, applies to Windows, Linux, Unix platform under the arbitrary arbitrary development environment, this is the platform used Win CBuilder become indicate.
    2022-02-05 17:59:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载