LibRec (http://www.librec.net) is a Java library for recommender systems (Java version 1.7 or higher required). It implements a suit of state-of-the-art recommendation algorithms, aiming to resolve two classic recommendation tasks: rating prediction and item ranking. Authors Words about the NEW Version It has been a year since the last version was released. In this year, lots of changes have been taken to the LibRec project, and the most significant one is the formulation of the LibRec team. T
2022-02-23 18:13:11 374KB Android代码
1
GameSDKFrameDemo 手游SDK框架Demo 不具备实际项目用途,仅做框架Demo展示 相关的资料说明可参考: 手游SDK — 第一篇(序言) 手游SDK — 第二篇(SDK架构设计篇) 手游SDK — 第三篇(SDK架构设计代码实现篇(上)- 基础库) 手游SDK — 第四篇(SDK架构设计代码实现篇(下)- 项目需求开发) 拓展资料: 如果游戏的主要业务是聚合SDK(联运SDK或融合SDK)的话,主要是面向对接渠道SDK的,会涉及到游戏打渠道的,可以参考下相关博客说明: 手游SDK — 第五篇(游戏打包篇(上)- 打包系统设计) 手游SDK — 第六篇(游戏打包篇(中)- 自动化打包) 手游SDK — 第七篇(游戏打包篇(下)- 自动化打包踩坑记录) 及打包开源项目:PackageApkTool 相关游戏SDK的系统解决方案,可以关注本人博客地址: https://www.jianshu.com/u/03e21de603b7 如果能帮助到你,star支持下
2022-02-23 13:55:29 25.29MB Android代码
1
android-vedio-upload-and-download 安卓视频上传与下载 核心代码: if (localUrl == null) { localUrl = Environment.getExternalStorageDirectory() .getAbsolutePath() "/VideoCache/" System.currentTimeMillis() ".mp4"; } Log.d("localUrl: " , localUrl); File cacheFile = new File(localUrl); if (!cacheFile.exists()) { cacheFile.getParentFile().mkdirs(); try {
2022-02-21 18:33:02 5.04MB Android代码
1
仿微信二维码名片源码.zip
2022-02-17 15:00:33 2.89MB android
1
OTP Authenticator OTP Authenticator is a two-factor authentication App for Android 4.0 . It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238. Simply scan the QR code and login with the generated 6-digit code. Features: Free and Open-Source Requires minimal permissions Only camera access for QR code scanning Encrypted storage on Android 4.3 Sleek minimalistic Material Design Great Usability Compatible with Google Authenticator Download: Google Play: F-Droid: O
2022-02-13 16:37:52 2.95MB Android代码
1
RxGroups RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle. This is especially useful when used with Retrofit. For simple scenarios you can probably just let the original request be cancelled and fire a new one. However it's easy to see how this becomes a problem in more complex situations. Let's say your user is submitting a payment. You'll probably want to guarantee that you can reattach to the same in-flight or completed request after rotati
2022-02-11 14:11:55 167KB Android代码
1
Android中的Apk的加固(加壳)原理解析和实现 http://blog.csdn.net/jiangwei0910410003/article/details/48415225/
2022-02-09 20:46:41 1.43MB Android代码
1
Material DateTime Picker - Select a time/date in style Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. Support for Android 4.0 and up. Feel free to fork or issue pull requests on github. Issues can be reported on the github issue tracker. Version 2 Layout Date Picker Time
2022-02-09 14:04:34 455KB Android代码
1
Sudoku-Android >这是我的数据结构课程设计 算法部分是翻译大一上学期的用C 写的算法,这里只是做个翻译. C 版本 开发日志 see DEV.md 开源协议 MIT
2022-01-20 21:35:41 704KB Android代码
1
音乐播放器消息通知栏切歌栏效果NotificationBroadcastReceiver.zip
2022-01-18 02:17:56 1.37MB android
1