登录
首页 » 文件处理 » Will display the contents of the documents, this is a DOS program, delphi useles...

Will display the contents of the documents, this is a DOS program, delphi useles...

于 2023-07-14 发布 文件大小:752.00 B
0 114
下载积分: 2 下载次数: 1

代码说明:

将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。-Will display the contents of the documents, this is a DOS program, delphi useless DOS procedures can be done to look at.

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

发表评论

0 个回复

  • use of resources document custom installation package!
    利用资源文件自定义安装包!-use of resources document custom installation package!
    2022-07-03 20:31:38下载
    积分:1
  • 一个通过网络传输的程序,供网络编程学习。
    一个通过网络传输文件的程序,供网络编程学习。-A network to transfer files through the procedures for learning network programming.
    2023-07-06 21:35:02下载
    积分:1
  • a document inquiries integrated with the operation of the code can find the orig...
    一个集文件查询与操作的综合原码 可以查询文件以及备份文件并且管理文件-a document inquiries integrated with the operation of the code can find the original documents of the backup file and document management
    2023-02-19 02:05:04下载
    积分:1
  • one used to read and write office excel document library
    一个用来读取,和写office excel 文件的类库-one used to read and write office excel document library
    2023-06-14 15:10:03下载
    积分:1
  • 云计算,电子邮
    云计算接收大量的关注,这两个在出版物和在用户中,从个人在家给美国政府。然而,它并不总是清楚 定义.1 云计算是一个基于订阅的服务在那里你可以得到网络的存储空间和计算机资源。一种看待云计算要考虑你的经验与电子邮件的方式。您的电子邮件客户端,如果它是雅虎、 Gmail、 Hotmail,等等,照顾房屋所有的硬件和软件支持您的个人电子邮件帐户所必需。当你想要访问您的电子邮件您打开您的 web 浏览器时,请转到电子邮件客户端,并登录。该方程的最重要部分有互联网接入。您的电子邮件不驻留在物理计算机 ;您访问它通过互联网连接,您可以在任何地方访问它。如果你在一次旅行,在工作中或街上越来越咖啡,您可以检查您的电子邮件,只要您有权访问互联网。您的电子邮件是不同的在您的计算机,如字处理程序) 上安装软件。当你创建一个文档,使用文字处理软件时,该文档将保持在你用来使它除非你物理上将其移动的设备上。电子邮件客户端是类似于云计算。除而不是访问只是您的电子邮件,您可以选择哪些信息您有权访问在云内。
    2022-11-05 08:45:03下载
    积分:1
  • 1,完全去除了其它的搜索部分,因为有些网页格式经常会变动,所以一段时间以后可能又搜不到歌词了,现在搜索歌词用的是百度的filetype:lrc 歌曲名...
    1,完全去除了其它的搜索部分,因为有些网页格式经常会变动,所以一段时间以后可能又搜不到歌词了,现在搜索歌词用的是百度的filetype:lrc 歌曲名-歌手名 的方式进行搜索. 2,更新了在线搜索歌词的时候,只能下载一首的情况,以前点了下载之后,整个界面就不可用了,要重新输入歌曲信息才可用,现在已经不做限制了. 3,修补了当以前下载并匹配的歌词文件不见的时候,会出现既不下载新的歌词也不提示出错,现在当以前的歌词文件不存在时,会自动上网搜索新的歌词.-1, fully to the search, among other parts, because some page format changes often, so after a certain period of time may not find the lyrics, and now search lyrics Baidu using the filetype: lrc song name- artist name search methods . 2, updated the online search lyrics, the only one to download the case, before the download point, the whole interface is not available, and to re-enter the song information can be used, it is not restricted. 3, patch when previously downloaded file and not the lyrics to match the time, there will be neither downloaded nor prompted new lyrics wrong, and now when the previous song file does not exist, it will automatically search for new songs online.
    2023-07-04 17:35:05下载
    积分:1
  • 实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或...
    实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或 WM_MOUSEMOVE(无边框窗体)时激活窗体,然后在窗体消息WM_ACTIVE中设置显示或隐藏,这种方法在窗体未失去焦点时不会隐藏。我在原本的设计中便使用这种方法,只是在设计时发现非主窗体不太合适,激活窗体时会出现两个键盘焦点,而且我所需要的焦点是虚假的,可能我的设计不当,那位朋友若能完美实现,不妨交流一下。-achieve automatic hidden forms There are different ways they can use timers, constant surveillance mouse, the mouse moved to the brink of the form, the form shown when the mouse left hidden forms. The mouse can also receive WM_NCMOUSEMOVE or WM_MOUSEMOVE (no window frame), activated forms, and then in the form set WM_ACTIVE news show or hide, in the form of this method has not lost its focus will not be hidden. In my original design will use this method, the design was found non-main forms not appropriate, will be activated when there Form 2 keyboard focus, and I need the focus is false, maybe I am a poorly designed and friends who can achieve perfection, it may be things about.
    2022-03-04 19:46:00下载
    积分:1
  • 从text中读取信息,写入xls
    从text文件中读取信息,写入xls文件-documents from the text message read, write xls document
    2022-03-19 23:59:06下载
    积分:1
  • 000 compressed archive utility. According to the document, size, type (file or d...
    个压缩归档实用程序。按照文件的时间、大小、类型(文件或者目录)、最后修改时间等进行筛选 能够把这些文件压缩,并添加适当的注释帮助辨认 能够添加校验值以确保复制和网络传输时不出错 保持备份时的目录结构以便恢复。-000 compressed archive utility. According to the document, size, type (file or directory), last modified time to screen these documents compression, and add the appropriate Notes can be added to help identify the checksum to ensure replication and network transmission time is not wrong to keep the backup directory structure to restore.
    2022-07-02 07:44:05下载
    积分:1
  • 打开一个8位图像得并且,显示一个8位图像,
    打开一个8位图像得文件并且,显示一个8位图像,-opened an eight images in the document and, showing an eight images,
    2022-02-02 09:16:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载