博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Delphi 指针数组的引用
阅读量:6675 次
发布时间:2019-06-25

本文共 411 字,大约阅读时间需要 1 分钟。

1 RowOut:  pByteArray; 2 RowIn :  array[0..2400] of pByteArray; 3  4 RowOut  := pByteArray(Bitmap0.Scanline[y]); 5  6 RowIn[xout] := pByteArray(Imagebits.Picture.Bitmap.Scanline[wout-1-xout]); 7  8  9 if RowIn[x*8+bitx][y div 8] and pu2[y mod 8] <> 0 then       10 11 if RowIn[x*8+bitx]^[y div 8] and pu2[y mod 8] <> 0 then12 13  14 Rowout[x] := Rowout[x] or pu2[bitx];
15 Rowout^[x] := Rowout^[x] or pu2[bitx];

 

转载地址:http://ovrxo.baihongyu.com/

你可能感兴趣的文章
网络学习笔记2
查看>>
JPA--多对多关系
查看>>
配置sharepoint 2010错误:Microsoft.SharePoint.Upgrad...
查看>>
UUID 生成算法JS版
查看>>
JAVA中,Map转实体类、实体类转Map的方法
查看>>
获取n!的末尾有多少个0?
查看>>
使用递归遍历并转换树形数据(以 TypeScript 为例)
查看>>
windows下实现wamp与tomcat环境整合
查看>>
我的友情链接
查看>>
Windows Server 2012 R2搭建IIS服务器
查看>>
SCVMM 2012 R2运维管理二之:安装域控制器
查看>>
[Fibre Channle 实战之三]FC 和iSCSI的使用差异
查看>>
c#winform选择文件,文件夹,打开指定目录方法
查看>>
traceroute
查看>>
如何划分man文档的章节
查看>>
微信公众号的分类
查看>>
分布式高可用存储(drbd+corosync+pacemaker+MooseFS)
查看>>
Nginx+Lua+Redis连接池
查看>>
MySQL python 数据迁移脚本
查看>>
我的友情链接
查看>>