国为一个项目的原因需要delphi 版CRC16 查表算法,找了好久了,很多都不能用,有些算出来也不对。网上其它地方,需要的话就下吧。我的Delphi2009下测试能用。
2023-06-06 11:39:24 4KB CRC16 查表法 delphi
1
内容索引:Delphi源码,算法相关,算法,CRC  内含8位、16位、32位的CRC校验算法示例代码,生成多项式的值(多项式因子)    注意:CRC16是数据流的高位先计算,多项式因子不变   而CRC32和CRC8都是数据流的低位先计算,所以多项式因子的高/低位对调   比如CRC32由$04C11DB7变为$EDB88320,CRC8由$31变为$8C   16位CRC:按位计算,速度最慢,占用空间最少   注:数据流是高位先行      MCS51的CRC-16计算函数(多项式因子为$1021, 高位先行)   ; 调用:CRC16H/CRC16L=原CRC16值(16位,初始值为0
2023-06-06 10:50:45 173KB Delphi源代码 算法相关
1
本文主要介绍了Word文档的排版规范,包括封面、版本历史和目录等内容。在排版方面,需要注意字体、字号、行距、段落间距等细节,以保证文档的整体美观和易读性。此外,还介绍了Excel和Visio的排版规范,帮助读者更好地掌握文档排版技巧。
2023-06-06 00:24:14 127KB 文档排版
1
EXCEL计算实例子,公式,函数,相对地址,绝对址练习
2023-06-05 23:54:46 82KB EXCEL题
1
本人用C#写的动态生成Ecxel表代码可以将数据库表中的数据取出并进行矩阵转置,表头放到了第一列当中。缺点是单击按钮后有点延时,高手可改写成多线程的试试。
2023-06-05 23:08:40 477KB excel表 C#
1
delphi仓库管理系统源码,有漂亮的界面,完善的功能,对于初学者很有帮助
2023-06-05 19:36:28 3.49MB delphi 源码 仓库 登录窗体
1
xlsSpreadSheet_d7_reg.exe
2023-06-05 11:45:13 12.27MB Delphi
1
A complete solution for working with MS Excel files. Native access to Excel files. The user doesn't need to have Excel, or any other software installed. XLSReadWriteII uses it's own memory manager that is optimized for storing cell values. This means that you can work with larger files. If your files still not will fit in memory, there is a Direct Read and Direct Write modes that let you process files on disc. Stability. One of the major goals with XLSReadWriteII was to create a product that won't corrupt the Excel files and won't alter any data in the file. The engine that handles XLSX files is automatically built directly from the file format specifications with our special developed tool. This will ensure maximum comatibility. No runtime fees for the component. Full source code included. We released the first version of XLSReadWrite in 1998. At that time it was the only component that could read and write Excel 97+ files. We are commited to have the leading Excel solution for Delphi in the future as well.
2023-06-03 12:26:38 2.59MB Excel
1
Delphi 下用 Intraweb 开发WEB程序应用实战_第1,2,3,4,5章
2023-06-02 14:52:30 5.92MB Delphi Intraweb
1
此资源是一个对Excel操作的VC++6.0工程文件,里面封装了Excel的详细操作,如,打开一个Excel,读取Excel中单元格的内容,设置单元格的内容,设置行高,设置列宽, 对单元格进行组合,可以在Excel指定位置插入本地图片,可以插入一张统计图表,可以在单元格内插入公式,可设置单元格的背景色,设置单元格内文字的字体等.
2023-06-02 09:34:55 576KB VC++ EXCEL 详细操作
1