| ***Jammy***'s profile张孟的个人空间PhotosBlogLists | Help |
|
November 21 最近特别喜欢电子书阅读器计算机相关的纸版书籍太贵了... ...很偶然的我发现了它们, SONY的PRS-500 Amazon新推出的Kindle(不知道其命运如何) 还有近乎完美的iLiad 看看的参数 硬件规格: 接口 1.USB A 型接口,适用于USB 盘(memory stick) 心动不?再看看价格(商城价格:6,500.00 元) :( October 14 Conception Cars奥迪首次为好莱坞主流电影开发特殊车辆,奥迪的工程师为一部名为“I, ROBOT”的影片,创造了一部2035年的车。因此而产生了这款名为奥迪RSQ的运动跑车,这是一部用奥迪的经典设计语言诠释科技与幻想。其中最为重要的是,虽然这部车上使用许多极端的元素,但是仍然可以成为一部真正的奥迪车。影迷们可以在影片中的这款新车上,发现奥迪标志性的一体化网状格栅。 RSQ上包括了一部分由导演Alex Proyas指定的特殊功能。这款中置引擎的跑车隶属于影片中的警察局,在芝加哥的未来的道路上,RSQ使用半球体行进装置运行,而非使用传统的车轮。车上的两扇门则是通过C柱上的铰链进行开合,所采用的结构类似于蝴蝶翅膀的原理。主人公Will Smith轻巧的跨入车厢,整个车门就会轻盈的合上。 RSQ的车身非常光滑,为了符合半球状行进装置,将车身两侧的轮拱设计成了明显的边缘状,配合车身的略微前倾,在道路上行驶就仿佛一头公牛一般。一次冲压成型的玻璃纤维车身,采用的是月光银色的油漆,从而产生了一种眩目的效果,根据导演的要求,当这款银色的跑车以迅雷不及掩耳之势出现在强光之下,整个银色就会泛出一种金色色调。这种效果如此神奇而独到。 车厢内部为了突出未来的氛围,减去了不少驾驶所必需的元素,Will Smith坐在车厢内,就仿佛在战斗机座舱内一样,中控台将驾车者包围在坐椅上。包括方向盘也类似于飞机操纵设备一样。车厢内还装备了奥迪的MMI系统,用于控制驾驶过程中显示的各项信息。车厢的颜色则是以营造空间感为原则的,色彩很暗,但为了突出技术感在局部采用了更多的银色,而红色的RSQ字样则出现在门槛上。 RSQ是为电影而创造的新车,但同时也表现出奥迪对未来的一种解释。 September 08 一段漂亮的代码static void avl_rebalance (struct vm_area_struct *** nodeplaces_ptr, int count) { for ( ; count > 0 ; count--) { struct vm_area_struct ** nodeplace = *--nodeplaces_ptr; struct vm_area_struct * node = *nodeplace; struct vm_area_struct * nodeleft = node->vm_avl_left; struct vm_area_struct * noderight = node->vm_avl_right; int heightleft = heightof(nodeleft); int heightright = heightof(noderight); if (heightright + 1 < heightleft) { /* */ /* * */ /* / \ */ /* n+2 n */ /* */ struct vm_area_struct * nodeleftleft = nodeleft->vm_avl_left; struct vm_area_struct * nodeleftright = nodeleft->vm_avl_right; int heightleftright = heightof(nodeleftright); if (heightof(nodeleftleft) >= heightleftright) { /* */ /* * n+2|n+3 */ /* / \ / \ */ /* n+2 n --> / n+1|n+2 */ /* / \ | / \ */ /* n+1 n|n+1 n+1 n|n+1 n */ /* */ node->vm_avl_left = nodeleftright; nodeleft->vm_avl_right = node; nodeleft->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightleftright); *nodeplace = nodeleft; } else { /* */ /* * n+2 */ /* / \ / \ */ /* n+2 n --> n+1 n+1 */ /* / \ / \ / \ */ /* n n+1 n L R n */ /* / \ */ /* L R */ /* */ nodeleft->vm_avl_right = nodeleftright->vm_avl_left; node->vm_avl_left = nodeleftright->vm_avl_right; nodeleftright->vm_avl_left = nodeleft; nodeleftright->vm_avl_right = node; nodeleft->vm_avl_height = node->vm_avl_height = heightleftright; nodeleftright->vm_avl_height = heightleft; *nodeplace = nodeleftright; } } else if (heightleft + 1 < heightright) { /* similar to the above, just interchange 'left' <--> 'right' */ struct vm_area_struct * noderightright = noderight->vm_avl_right; struct vm_area_struct * noderightleft = noderight->vm_avl_left; int heightrightleft = heightof(noderightleft); if (heightof(noderightright) >= heightrightleft) { node->vm_avl_right = noderightleft; noderight->vm_avl_left = node; noderight->vm_avl_height = 1 + (node->vm_avl_height = 1 + heightrightleft); *nodeplace = noderight; } else { noderight->vm_avl_left = noderightleft->vm_avl_right; node->vm_avl_right = noderightleft->vm_avl_left; noderightleft->vm_avl_right = noderight; noderightleft->vm_avl_left = node; noderight->vm_avl_height = node->vm_avl_height = heightrightleft; noderightleft->vm_avl_height = heightright; *nodeplace = noderightleft; } } else { int height = (heightleft<heightright ? heightright : heightleft) + 1; if (height == node->vm_avl_height) break; node->vm_avl_height = height; } } } August 19 [转]NCE[A Puma at large]
Pumas are large, cat-like animals which are found in America. When reports came into London Zoo that a wild puma had been spotted forty-five miles south of London, they were not taken seriously. However, as the evidence began to accumulate, experts from the Zoo felt obliged to investigate, for the descriptions given by people who claimed to have seen the puma were extraordinarily similar.
The hunt for the puma began in a small village where a woman picking blackberries saw 'a large cat' only five yards away from her. It immediately ran away when she saw it, and experts confirmed that a puma will not attack a human being unless it is cornered. The search proved difficult, for the puma was often observed at one place in the morning and at another place twenty miles away in the evening. Wherever it went, it left behind it a trail of dead deer and small animals like rabbits. Paw prints were seen in a number of places and puma fur was found clinging to bushes. Several people complained of "cat-like noises' at night and a businessman on a fishing trip saw the puma up a tree. The experts were now fully convinced that the animal was a puma, but where had it come from? As no pumas had been reported missing from any zoo in the country, this one must have been in the possession of a private collector and somehow managed to escape. The hunt went on for several weeks, but the puma was not caught. It is disturbing to think that a dangerous wild animal is still at large in the quiet countryside. [Translation]
美洲狮是一种体形似猫的大动物,产于美洲。当伦敦动物园接到报告说,在伦敦以南45英里处发现一只美洲狮时,这些报告并没有受到重视。可是,随着证据越来越多,动物园的专家们感到有必要进行一番调查,因为凡是声称见到过美洲狮的人们所描述的情况竟是出奇地相似。
搜寻美洲狮的工作是从一座小村庄开始的。那里的一位妇女在采摘黑莓时的看见“一只大猫”,离她仅5码远,她刚看见它,它就立刻逃走了。专家证实,美洲狮非被逼得走投无路,是决不会伤人的。事实上搜寻工作很困难,因为常常是早晨在甲地发现那只美洲狮,晚上却在20英里外的乙地发现它的踪迹。无论它走哪儿,一路上总会留下一串死鹿及死兔子之类的小动物,在许多地方看见爪印,灌木丛中发现了粘在上面的美洲狮毛。有人抱怨说夜里听见“像猫一样的叫声”;一位商人去钓鱼,看见那只美洲狮在树上。专家们如今已经完全肯定那只动物就是美洲狮,但它是从哪儿来的呢?由于全国动物园没有一家报告丢了美洲狮,因此那只美洲狮一定是某位私人收藏豢养的,不知怎么设法逃出来了。搜寻工作进行了好几个星期,但始终未能逮住那只美洲狮。想到在宁静的乡村里有一头危险的野兽继续逍遥流窜,真令人担心 [Thirteen equals one]
Our vicar is always raising money for one cause or another, but he has never managed to get enough money to have the church clock repaired. The big clock which used to strike the hours day and night was damaged many years ago and has been silent ever since. [Translation] 我们教区的牧师总是为各种各样的事筹集资金。但始终未能筹足资金把教堂的钟修好。教堂的钟很大,以前不分昼夜打点报时,但很多年前遭到毁坏,从此便无声无息了。 |
|||||
|
|