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

Neural Networks for Applied Sciences and Engineering

Neural Networks for Applied Sciences and Engineering

Samarasinghe, Sandhya / CRC Pr I Llc / 2006-9 / $ 118.59

In response to the exponentially increasing need to analyze vast amounts of data, Neural Networks for Applied Sciences and Engineering: From Fundamentals to Complex Pattern Recognition provides scient......一起来看看 《Neural Networks for Applied Sciences and Engineering》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具