NativeScript 菜单插件 Animated-Menu
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: iOS
- 软件首页: https://www.npmjs.com/package/nativescript-animated-menu
软件介绍
Animated-Menu 是 NativeScript 模块,可以添加一个动态菜单到 iOS 应用。Android 支持会基于这个项目添加一些 Android 动画。
在应用目录中运行 npm install nativescript-animated-menu --save:
. ├── app <------------------------------ run npm install from here │ ├── app.css │ ├── app.js │ ├── bootstrap.js │ ├── main-page.js │ ├── main-page.xml │ ├── node_modules │ │ └── nativescript-animated-menu <-- The install will place the module's code here │ │ └── ... │ └── package.json <----------------- The install will register “nativescript-animated-menu” as a dependency here │ └── tns_modules │ └── ... └── platforms └── ios
使用
root-page <-------------this is the page that will host the animated menu element └── animated-menu <------------the animated menu element will reference the menu page and main page (see below) └── menu-page └── main-page
文本上的算法——深入浅出自然语言处理
路彦雄 / 人民邮电出版社 / 2018-3-1 / 69.00元
本书结合作者多年学习和从事自然语言处理相关工作的经验,力图用生动形象的方式深入浅出地介绍自然语言处理的理论、方法和技术。本书抛弃掉繁琐的证明,提取出算法的核心,帮助读者尽快地掌握自然语言处理所必备的知识和技能。本书主要分两大部分。第一部分是理论篇,包含前3章内容,主要介绍一些基础的数学知识、优化理论知识和一些机器学习的相关知识。第二部分是应用篇,包含第4章到第8章,分别针对计算性能、文本处理的术语......一起来看看 《文本上的算法——深入浅出自然语言处理》 这本书的介绍吧!
