您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Android代码-PerformanceDemo

  2. PerformanceDemo Simple demonstrations of performance issues. Using these examples will allow practicing performance analyzing tools, such as Systrace, Traceview and more. Perf Demo This is the main app, showing a few options to simulate different pe
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:222208
    • 提供者:weixin_39841365
  1. Android代码-一个轻量级的处理耗时任务的Android库。

  2. peanut A minimal Android library to handle heavy works in worker threads easily. How to use? Its really easy to use. Create your peanut. val peanut = object : Peanut() { override fun call() { var count = 0 for (i in 0 until 100000) { count = count
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:144384
    • 提供者:weixin_39840650
  1. Android代码-ea-async

  2. EA Async EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. It is heavily inspired by Async-Await on the .NET CLR, see Asynchronous Programming with Async and Await for more
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:133120
    • 提供者:weixin_39840650
  1. Android代码-MultiThreadDownloader

  2. Android Multi-Thread Downloader For more help please read wiki. Android API Require API 1 Versions 1.0.0 release Multi-thread http download 1.2.1 release Bugfix:download thread dispath Support url redirection DLManager will download with single thre
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:1048576
    • 提供者:weixin_39840387
  1. Android代码-java-concurrency-patterns

  2. Java Concurrency Patterns and Features Concurrency Patterns and features found in Java, through multithreaded programming. Features: Threads and Runnables Locks Intrinsic Explicit Reentrant ReadWrite Synchronizers Latches Semaphores Barriers Synchro
  3. 所属分类:其它

    • 发布日期:2019-08-07
    • 文件大小:64512
    • 提供者:weixin_39840924
  1. Android代码-将Bitmap整合在一起的一个库

  2. BitmapMerger Bitmap Merger is a simple project help you to merge two bitmaps without memory exceptions. The bitmaps are processed in background threads thereby taking the load away from UI thread. Along with merge, it also contains the image decoder
  3. 所属分类:其它

    • 发布日期:2019-08-08
    • 文件大小:100352
    • 提供者:weixin_39840588
  1. Android代码-jvm-tools

  2. Swiss Java Knife (SJK) SJK is a command line tool for JVM diagnostic, troubleshooting and profiling. SJK exploits standard diagnostic interfaces of JVM (such as JMX, JVM attach and perf counters) and add some more logic on top to be useful for commo
  3. 所属分类:其它

    • 发布日期:2019-08-08
    • 文件大小:2097152
    • 提供者:weixin_39841856
  1. Java代理程序用于检测来自非阻塞线程的阻塞调用

  2. Java agent to detect blocking calls from non-blocking threads.
  3. 所属分类:其它

    • 发布日期:2019-08-08
    • 文件大小:135168
    • 提供者:weixin_39840515
  1. CShowProgressDlg.rar

  2. MFC进度条对话框——用户界面线程(users-interface threads)和辅助线程(即工作线程,worker threads)两种。用户界面线程用来处理需要用户输入、用户产生的事件和消息的响应,辅助线程用来处理完成不需要用户输入的任务。
  3. 所属分类:C++

    • 发布日期:2019-08-09
    • 文件大小:135168
    • 提供者:m0_37251750
  1. Node.js-EventBus安卓优化的事件总线

  2. Android优化的EventBus。简化Activities, Fragments, Threads, Services之间的通信等用更少的代码,实现更好的质量。
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:274432
    • 提供者:weixin_39841848
  1. Node.js-RxBusAndroid响应式事件总线

  2. RxBus:Android响应式事件总线,简化Presenters、Activities、Fragments、Threads、Services等之间的通信
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:159744
    • 提供者:weixin_39840387
  1. Digging into WordPress.pdf

  2. 9.3.1 Monitoring and Fixing Errors ...............................350 9.3.2 Alex King’s 404 Notifier Plugin .....................................................351 9.3.3 Broken Link Checker Plugin ...................................................
  3. 所属分类:Web开发

    • 发布日期:2019-08-14
    • 文件大小:20971520
    • 提供者:drjiachen
  1. learn_objective_c_for_java_developers.pdf

  2. About the Author ........................................................................................................ xxi About the Technical Reviewer ................................................................................. xxii Acknowl
  3. 所属分类:Java

    • 发布日期:2019-08-16
    • 文件大小:4194304
    • 提供者:drjiachen
  1. JavaThreadsJavaLecture16.pdf 英文原版

  2. Java Threads – Java Lecture 16
  3. 所属分类:其它

    • 发布日期:2019-08-20
    • 文件大小:694272
    • 提供者:weixin_38743481
  1. JavaThreadsJavaLecture17.pdf 英文原版

  2. Java Threads – Java Lecture 17
  3. 所属分类:其它

    • 发布日期:2019-08-20
    • 文件大小:748544
    • 提供者:weixin_38743481
  1. IntroductionToJavaThreads.pdf 英文原版

  2. Introduction To Java Threads
  3. 所属分类:其它

    • 发布日期:2019-08-20
    • 文件大小:1048576
    • 提供者:weixin_38743481
  1. JavaThreadsDeadlockJavaLecture20.pdf 英文原版

  2. Java Threads Deadlock – Java Lecture 20
  3. 所属分类:其它

    • 发布日期:2019-08-20
    • 文件大小:1048576
    • 提供者:weixin_38744270
  1. JavaThreadsSynchronizationJavaLecture18.pdf 英文原版

  2. Java Threads Synchronization – Java Lecture 18
  3. 所属分类:其它

    • 发布日期:2019-08-21
    • 文件大小:667648
    • 提供者:weixin_38743968
  1. From Philosophical to Industrial Logics.pdf

  2. One of the surprising developments in the area of program verification is how ideas introduced by logicians in the early part of the 20th Century ended up yielding by the 21 Century industrial-standard property-specification languages. This developm
  3. 所属分类:系统安全

    • 发布日期:2019-09-09
    • 文件大小:541696
    • 提供者:weixin_42212179
  1. Modern C++ Programming Cookbook[May 2017].pdf.zip

  2. This book addresses many of the new features included in C++11, C++14, and the forthcoming C++17. This book is organized in recipes, each covering one particular language or library feature, or a common problem developers face and its typical soluti
  3. 所属分类:C++

    • 发布日期:2019-09-12
    • 文件大小:1048576
    • 提供者:shouhuxianjian
« 1 2 ... 42 43 44 45 46 4748 49 50 »