Smooth Line View

码农软件 · 软件分类 · 绘图(Drawing) · 2019-07-04 17:28:30

软件介绍

实现绘图功能,能够平滑地绘制圆圈。这个代码解决了很多绘图代码中画圆不够平滑的问题。即使是AppStore上,都有很多绘画App在迅速画圆圈时,所绘制的圆弧不够平滑,会出现折线(锯齿),这个代码较好地解决了这个问题。代码仅用Quartz解决了这个问题,不需要用到OpenGL。 [Code4App.com]

本文地址:https://codercto.com/soft/d/9410.html

Algorithms on Strings, Trees and Sequences

Algorithms on Strings, Trees and Sequences

Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码