资源列表
ESTabBarController-master
- 作者ezescaruli,源码ESTabBarController,ESTabBarController 是使用 swift 语言开发的自定义 TabBarController 组件,继承自 UITabBarController 。-TabBarController language development is the use of swift custom TabBarController components inherited UITabBarController.
ExpandingMenu-master
- 一个弹性展开圆形选项按钮的动效菜单,希望大家能够喜欢。-A resilient expanded dynamic efficiency circular menu option button, and hope that we can love.
blackdog
- 大名鼎鼎的黑狗交易系统,稳定盈利的交易利器!-blackdog good!
stfth
- 用于计算声音信号的短时傅立叶变换,默认情况下窗口重叠了50%,计算STFT三个窗口中的矩形并转化为声音信号。-To compute STFT three windows are available in this code Rectangular, Hamming and Hanning. By default window overlapping is set by 50 . One can easily compute the STFT of sound signals.Results ar
OcrSdkDemo
- ocr自动识别英文和数字,IOS系统专用-Automatic identification of OCR English and Numbers, the IOS system
UICatalog
- demo UICatagory demo UICatagory -demo UICatagory
DFDFDFD
- matlab for RRC FILTER
naozhong
- 在这个平台上实现做的程序,自定义实现精美的界面,可以设定时间,到时间后可以调用通知,播放音乐等-Implemented on this platform to do the procedure, a custom implementation elegant interface, you can set the time period after notification can call, play music, etc.
testClock
- 自己制作的一个备忘录,能够实现记录一些事件,能够事件到期的时间,到期之后能够调用本地通知,有丰富多彩的界面-A memo to produce their own, it is possible to achieve record some events, time events can expire after the expiration can call local notifications, with colorful interface
AGEmojiKeyboard
- ios 自定义表情键盘,可自由添加扩展自己的表情。键盘表情支持翻页-ios emoji keyboard
OC-Calculator
- OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo
Person
- OC的语法一直被认为比较麻烦,绝大多数的消息发送都带有很长的函数名。其实这是一把双刃剑,好的方面,它使得代码相当容易阅读,因为几乎所有的方法都是以完整的英语进行描述的,而且如果遵守命名规则的话,参数类型和方法作用也一清二楚,但是不好的方面,它使得coding的时候要多不少不必要的键盘敲击,降低了开发效率。-OC syntax has been considered too much trouble, the vast majority of messages are sent with long