unity 使用zxing扫码功能
2023-11-15 12:52:58 200KB unity zxing
1
该文件包含开发文档,代码等
2023-11-15 10:26:55 6.87MB unity
1
Pro Android C++ with the NDK Copyright ? 2012 by Onur Cinar ISBN-13 (pbk): 978-1-4302-4827-9 ISBN-13 (electronic): 978-1-4302-4828-6 Content: Chapter 1: Getting Started with C++ on Android Chapter 2: Exploring the Android NDK Chapter 3: Communicating with Native Code using JNI Chapter 4: Auto-Generate JNI Code Using SWIG Chapter 5: Logging, Debugging, and Troubleshooting Chapter 6: Bionic API Primer Chapter 7: Native Threads Chapter 8: POSIX Socket API: Connection-Oriented Communication Chapter 9: POSIX Socket API: Connectionless Communication Chapter 10: POSIX Socket API: Local Communication Chapter 11: C++ Support Chapter 12: Native Graphics API Chapter 13: Native Sound API Chapter 14: Profiling and NEON Optimization Any source code or other supplementary materials referenced by the author in this text is available to readers at www.apress.com. For detailed information about how to locate your book’s source code, go to www.apress.com/source-code/.
2023-11-15 08:00:54 5.1MB Android with
1
# ollvm mac平台编译好的ollvm混淆,只需下载解压到 /Users/username/Library/Android/sdk/ndk/21.1.6352462/toolchains/llvm/prebuilt/darwin-x86_64/ 目录即可然后覆盖即可 然后添加如下配置即可开启混淆: ``` defaultConfig { minSdk 21 consumerProguardFiles "consumer-rules.pro" ndkVersion "21.1.6352462" externalNativeBuild { cmake { cppFlags "-mllvm -sub -mllvm -sobf -mllvm -fla -mllvm -bcf" } } } ```
2023-11-14 17:56:30 325.9MB macos android ollvm
1
主要介绍了Android开发笔记之简单基站定位程序的实现,详细的介绍了基站定位其实很简单,具有一定的参考价值,感兴趣的小伙伴们可以参考一下。
1
unity小游戏 黄金矿工 游戏源码
2023-11-14 10:12:59 19.84MB unity
1
源码参考 欢迎下载
2023-11-14 10:02:44 51.33MB
android studio简易app实例
2023-11-13 18:42:47 2.82MB android
1
参考网上别人的例子进行改进,网上说的不够详细.下面在评论我会给出一个网址,介绍操作
2023-11-13 09:07:50 1.88MB android json mysql
1
在做游戏时,经常会遇到需要读取Excel表格,用来配置游戏数据,供策化调试程序用。这里Down了三种方法,都采用第三方库,不需要安装Office,关键free (When playing games, we often encounter the need to read Excel tables to configure game data for debugging programs. Here are three ways to download, all using third-party libraries, no need to install Office, key free)
2023-11-12 18:40:44 780KB Unity Android Mobile
1