登录
首页 » Delphi VCL » SinStream源码,是对Delphi流的补充,其实现方法一般,就是做成一个类的话用着方便,而且附带了ZLib自行压缩解压的功能,看来用这个做一个压缩工具也很

SinStream源码,是对Delphi流的补充,其实现方法一般,就是做成一个类的话用着方便,而且附带了ZLib自行压缩解压的功能,看来用这个做一个压缩工具也很

于 2023-03-26 发布 文件大小:2.77 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

SinStream源码,是对Delphi流的补充,其实现方法一般,就是做成一个类的话用着方便,而且附带了ZLib自行压缩解压的功能,看来用这个做一个压缩工具也很方便了。-SinStream source is a supplementary flow Delphi, and its realization method in general, that is, create a category, then use a convenient and comes with ZLib compression decompression function on its own, it seems to do a compression to use this tool is also very convenient.

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

发表评论

0 个回复

  • 此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.C...
    此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end-this code can be achieved using the following functions wordappalication components, the following code at the start Word with the following code : begin try Wordapplication.Connect except MessageDlg ( "Word may not be installed", mtError, [mbOk], 0) Abort end Wordapplication.Visible : = True WordApplication.Caption : = "Delphi automation" end
    2022-04-26 15:16:35下载
    积分:1
  • 图书管理系统,小型图书管理系统!数据库包含…
    图书管理系统,小的图书管理系统!内含对数据库的简单操作。-Library management system, small library management system! The database contains a simple operation.
    2022-03-24 04:49:25下载
    积分:1
  • genetic simulated annealing definitive source given population size, population,...
    遗传模拟退火算法通用源程序 给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
    2022-07-15 02:33:16下载
    积分:1
  • delphi programming demo plug
    delphi插件编程演示,使用dll的方式组织程序-delphi programming demo plug-ins, use the dll the way organizational procedures
    2022-03-13 05:07:42下载
    积分:1
  • 一个在dll中的通过UDP传送信息.rar
    一个在dll中的通过UDP传送信息.rar-In dll,sending message by UDP.rar
    2022-07-18 05:15:55下载
    积分:1
  • Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制...
    Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
    2022-08-10 11:21:02下载
    积分:1
  • Delphi 5 入门到精通 配送源码 本文档介绍了如何创建一个简单的编辑器,在RichEdit控件基础上,用Delphi 5。该计划有一个菜单,并实现了许...
    Delphi 5 入门到精通 配送源码 本文档介绍了如何创建一个简单的编辑器,在RichEdit控件基础上,用Delphi 5。该计划有一个菜单,并实现了许多功能,包括打开和保存文本文件的完整计划。事实上,我们希望能够要求用户保存任何在打开一个新的修改后的文件,以避免丢失任何变化。听起来像一个专业的应用程序,不是吗?-Mastering Delphi 5 source code distribution of this document describes how to create a simple editor, based on the RichEdit control, using Delphi 5. The plan has a menu, and implements a number of features, including open and save text files a complete plan. In fact, we want to require users to save any modifications to open a new document in order to avoid loss of any changes. It sounds like a professional application, is not it?
    2023-08-30 00:10:04下载
    积分:1
  • 好的程序离不了友好的用户界面 用delphi轻松搞定
    好的程序离不了友好的用户界面 用delphi轻松搞定-Procedures can not be good from the friendly user interface easy to get used delphi
    2022-02-04 03:40:16下载
    积分:1
  • DLL接口级设置。DLL接口级设置。
    dll接口类设置。dll接口类设置。
    2022-05-10 19:31:22下载
    积分:1
  • 本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在S...
    本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQL不支持将这些指令存放在一起,从而导致出错。所以用ACCES来存储数据了 例中将在MASTER中创建p_killspid,该程序过程是用来恢复与备份数据的一部分。 MENTOROUSER.INI为数据服务地址,曾经有网友问过我如何做服务登录的系统,此文件是个关键,具体的连接请参考代码 SQLTEXT.MDB为数据库更新用的文件,请自行修改记录,但是记录先后顺序一定要根据指令的先后顺序来添加。 mentoro.htm为存放在网站上的文件,具体内容自已改吧。(您也可以用INI文件) CHIS.INI为更新配置文件-is in the process of upgrading netizens vagrant procedures added to the SQL database updates function , a system used to store data ACCES update the directive, so as to achieve the progressive implementation of the functions of the SQL code, in SQL to create tables, stored procedures, views, and other objects, the need to remove the old original targets But SQL does not support these directives will be stored, thus contributed to the error. Therefore, the use of ACCES to store data in the cases will be created p_killspid MASTER, The procedure is used to process and the restoration of backup data part. MENTO
    2022-12-10 06:30:03下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载