Taxi Cab SchemeTime Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 712 Accepted Submission(s): 337P...
分类:
其他好文 时间:
2014-09-27 21:36:30
阅读次数:
209
#lang?racket
(define-syntax?for
??(syntax-rules?(in?:?as)
????((_?(i?:?list)?body?...)
?????(map?(lambda?(i)
????????????body?...)
??????????list))
?...
分类:
其他好文 时间:
2014-09-25 16:59:09
阅读次数:
219
1、URL是通过描述资源的位置来标识资源的,而URN则是通过名字来标识资源的,与它们当前所处位置无关。2、URL的语法:<scheme>://<user>:<password>@<host>:<port>/<path>;<params>?<query>#<frag>2.1、scheme:访问服务..
分类:
其他好文 时间:
2014-09-24 04:40:46
阅读次数:
173
1.超链接的基本格式格式:<ahref=scheme://host[:post]/path/filename>…</a>scheme://host[:port]/path/filenamescheme指的是http,ftp,file,mailto,news,gopher,telnet七种host指的是IP地址或计算机名称port指的是服务器端口path指的是文件路径filename指的是文件..
分类:
Web程序 时间:
2014-09-22 19:37:23
阅读次数:
392
A computer-implemented system and method for a lock-less, zero data copy messaging mechanism in a multi-core processor for use on a modem in a telecom...
分类:
移动开发 时间:
2014-09-16 00:19:19
阅读次数:
395
A buffer management mechanism in a multi-core processor for use on a modem in a telecommunications network is described herein. The buffer management ...
分类:
移动开发 时间:
2014-09-15 22:46:49
阅读次数:
415
用QT打开一个网页就是先定义一个QUrl对象url,然后利用QDesktopServices::open(url)即可。例如:constQUrlurl(http://www.baidu.com); qDebug() << url.scheme(); qDebug() << url.por...
分类:
Web程序 时间:
2014-09-13 09:20:14
阅读次数:
158
Picked Lamport scheme to generate SCNs...
分类:
其他好文 时间:
2014-09-12 11:59:03
阅读次数:
122
有段时间没看这本书了.
而且在做笔记的时候产生了一些疑问,觉得这样照着书做笔记没什么意义.于是乎,改变了一下做法.改成先提出疑问,记下重点,然后结合实际案例学习相关东西,最后附上题解,
ok,下面就是第一次的笔记.(依旧是旧套路的)
本节内容
l 讨论基本的Scheme语法规则l 过程的定义l 代换模型l 条件表达式和谓词l 过程抽象l 与C语言比较
程序设计...
分类:
其他好文 时间:
2014-09-10 15:54:00
阅读次数:
358
A method of handling processor to processor interrupt requests in a multiprocessing computer bus environment is described. This method allows a multip...
分类:
其他好文 时间:
2014-09-09 22:56:49
阅读次数:
569