TuningFork

码农软件 · 软件分类 · 其他(Others) · 2019-07-18 11:11:50

软件介绍

TuningFork 是一个简单的用于 iOS 的 Tuner。

使用示例:

import TuningFork
class MyTunerDelegate: TunerDelegate {
    func tunerDidUpdate(tuner: Tuner, output: TunerOutput) {
        // Dreams come true here
        print(output.pitch, output.octave) 
    }
}
let tuner = Tuner()
let delegate = MyTunerDelegate()
tuner.delegate = delegate
tuner.start()



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

Collective Intelligence实战

Collective Intelligence实战

阿拉克 / 2010-9 / 58.00元

《Collective Intelligence实战》内容简介:在互联网上,利用用户的集体智慧是成功的关键。集体智慧是一种新兴的编程技术,可让您从人们访问web和与web交互的过程中找到有价值的模式、发现这些访问者之间的关系和确定他们的个人偏好及习惯等。《collective Intelligence实战》首先介绍了集体智慧的原则和构建更具交互性网站的思想,然后通过示例开发了一个直接可用的基于Ja......一起来看看 《Collective Intelligence实战》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换