搜索资源列表
FindTheCurrentEvents
- 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
3971009BS_SMS_SDK_V1.7.1215
- 1)“接口库”为SDK库包其中: Release —— 发布的稳定库 Debug —— 为调试库 2)“演示代码”为测试代码目录。 (1) 测试代码中使用的库都是Release的版本。 (2) 如使用Debug库,需要设置环境变量GSMLIB_DEBUG等于2,则会在C:\下生成GSMModem.log文件。 若您在开发的过程中遇到问题,可以使用此方法获得GSMModem.log并发送给经销商,即可有 效的解决您的问题。 设置
process_concurrent
- 这是一段用java编写的代码,用于实现模拟进程的并发执行-This is a written with java code to simulate the process used to achieve concurrent execution
javaconcurrency
- java concurrency in action 英文原版(被称为java并发编程圣经)(java concurrency in action)
Java 并发编程实战-随书源码
- 《java并发编程实战》是一本深入讲解java多线程的书籍