- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.cs.ucdavis.edu/~olsson/research/jr/
软件介绍
JR 是一个专门用来解决并发编程问题的编程语言,这是一个 Java 语言对并发编程的一个模型,通过信号量和进程可让并发应用的编写变得非常简单。JR 只是在 Java 上做了一个新层,通过一个编译器转换成 Java 代码并在虚拟机中执行,跟一个普通的 Java 程序一样。
示例代码:
process Hello {
System.out.println("Process us");
}
Web Standards Creativity
Andy Budd、Dan Rubin、Jeff Croft、Cameron Adams、Ethan Marcotte、Andy Clarke、Ian Lloyd、Mark Boulton、Rob Weychert、Simon Collison、Derek Featherstone / friends of ED / March 19, 2007 / $49.99
Book Description * Be inspired by 10 web design lessons from 10 of the world's best web designers * Get creative with cutting-edge XHTML, CSS, and DOM scripting techniques * Learn breathtakin......一起来看看 《Web Standards Creativity》 这本书的介绍吧!
