-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
python实现希尔排序
python实现希尔排序'''Created on 2017-1-6@author: admin'''def shellSort(source): gap=len(source) whil...
-
python实现快速排序
python实现快速排序'''Created on 2017-1-6@author: admin'''def quickSort(source,start,end): if start==end...
-
用python实现归并排序
用python实现归并排序'''Created on 2017-1-6@author: admin'''from builtins import range, intdef mergeSort(so...
-
CEF Python,一个基于HTML 5的Python GUI框架
CEF Python,一个基于HTML 5的Python GUI框架CEF PythonTable of contents:IntroductionSponsorsInstallTutorialExa...
-
marrow.mailer:高性能可扩展邮件分发框架
marrow.mailer:高性能可扩展邮件分发框架Marrow MailerA highly efficient and modular mail delivery framework for Py...
-
一个电脑桌面自动化操作框架
一个电脑桌面自动化操作框架self-driving-desktopDesktop Automation Framework. Drive your keyboard and mouse with te...
-
Deepo- 包含深度学习框架的 Docker 镜像
Deepo- 包含深度学习框架的 Docker 镜像Deepo是一个Docker镜像,具有完全可重现的深度学习研究环境。 它包含最受欢迎的深度学习框架:theano,tensorflow,sonnet...
-
kpages- 以api 为中心的高性能web 框架
kpages- 以api 为中心的高性能web 框架kpageskpages is mini helper for tornado,Contains the address routingmanage...
-
Videoflow是用于视频流处理的Python框架
Videoflow是用于视频流处理的Python框架VideoflowVideoflow is a Python framework for video stream processing. The...
-
Uber发布的TensorFlow分布式训练框架Horovod
Uber发布的TensorFlow分布式训练框架HorovodHorovodHorovod is a distributed deep learning training framework for...