搜尋此網誌

2007年11月23日 星期五

高空 氣球發電機

加拿大Magenn Power公司設計高空氣球發電機


將氣球升到1000英呎高空,由風力推動馬達產生電力

The Magenn Power Air Rotor System (MARS) is an innovative lighter-than-air tethered device that rotates about a horizontal axis in response to wind, efficiently generating clean renewable electrical energy at a lower cost than all competing systems. This electrical energy is transferred down the tether to a transformer at a ground station and then transferred to the electricity power grid. Helium (an inert non-reactive lighter than air gas) sustains the Air Rotor which ascends to an altitude for best winds and its rotation also causes the Magnus effect. This provides additional lift, keeps the device stabilized, keeps it positioned within a very controlled and restricted location, and causes it to pull up overhead rather than drift downwind on its tether.
All competing wind generators use bladed two-dimensional disk-like structures and rigid towers. The Magenn Power Air Rotor system is a closed three-dimensional structure (cylinder). It offers high torque, low starting speeds, and superior overall efficiency thanks to its ability to deploy higher. The closed structure allows Magenn Power to produce wind rotors from very small to very large sizes at a fraction of the cost of current wind generators.
The Magenn system concept is deployment-flexible. Large MARS units may be deployed to supplement established grid systems supporting the electrical requirements of large urban areas. Small MARS units would be deployed in emergency, as-needed, and/or mobile applications (e.g., pack version deployed by a hiker, motorist, boater, or for military and emergency response applications). Various in-between sizes would be ideal for farms, houses and cottages located where grid power is nonexistent. Small to medium sized systems could also be air-dropped into disaster areas for emergency electrical power for medical and all other uses.



http://www.magenn.com/index.php



2007年11月22日 星期四

飯店Everland

一座可移動的飯店,由瑞士藝術家Sabina Lang和Daniel Baumann設計
位於法國巴黎的艾菲爾鐵塔附近

















麻雀渲染器SparrowRender 0.7.0

SparrowRender 0.7.0

更新︰ 11/13/07

文件尺寸︰ 34 KB

下載︰ 1,902

許可證類型︰ 自由軟體

平台︰ Windows

3dsmax 版本︰ 9.x (2008)

擁有人︰ Tovarish 作者名字︰ 亞歷克斯Vorobiev


DETAILS:
SparrowRender allows you to set up your MentalRay render without having to fiddle in the render dialog for hours for that perfect picture/movie. From Draft to Pro and everything in between in just seconds. Set up an ambient occlusion pass in just one click, whatever quality. Now been updated with several new features for version 0.5, including integration of Martin Breidt's excellent infoOverlay script. 0.7 Introduces a nice and quick HDRI setup.
Comments, bug reports, reviews and ratings are welcome! :)
Total Changelog 0.7----------------------------0.7
- fixed save srs file errors- added HDRI setup- various UI tweaks and optimizations
0.6
- fixed save file name remembered if save is deisabled- fixed functionality with renderElements- added save and load settings to and from a .srs file which is version specific.
0.5
- added progress bar and cancel of render (in status bar of MAX)- added auto max version detect so works in 9 and 2008- added last frame render time displayed in general settings rollout - added Time Stamp option using Martin Breidt's infoOverlay v0.6 script (http://www.breidt.net/)
Note: This is an alpha version. Read readme carefully for installation and other info. Requires Max 9 and up (compatible with 2008).
IMPORTANT: For those who have installed 0.3 version, please check in the readme for installation changes.
I would like to sencerely ask people to give some comments as well as ideas as to what you would like to see in future versions either here or to vorobiev.a.j@gmail.com
---------------------SparrowRender is the property of Alex Vorobiev (c) 2007. infoOverlay is the property of Martin Breidt (http://www.breidt.net/) and is used with the permission of the author.



Download

2007年11月21日 星期三

清除電腦系統的所有垃圾

為你清除電腦系統的所有垃圾

輕鬆流暢上網你是否注意到你的電腦系統磁盤的可用空間正在一天天在減少呢?是不是像老去的猴王一樣動作一天比一天遲緩呢?

在Windows在安裝和使用過程中都會產生相當多的垃圾文件,包括臨時文件(如:*.tmp、*._mp)日誌文件(*.log)、臨時幫助文件(*.gid)、磁盤檢查文件(*.chk)、臨時備份文件(如:*.old、*.bak)以及其他臨時文件。特別是如果一段時間不清理IE的臨時文件夾「Temporary Internet Files」,其中的緩存文件有時會佔用上百MB的磁盤空間。這些LJ文件不僅僅浪費了寶貴的磁盤空間,嚴重時還會使系統運行慢如蝸牛。這點相信你肯定忍受不了吧!所以應及時清理系統的LJ文件的淤塞,保持系統的「苗條」身材,輕鬆流暢上網!朋友來吧,現在就讓我們一起來快速清除系統垃圾吧!!

下面是步驟很簡單就兩步!

 在桌面上點鼠標右鍵,選擇新建一個「記事本」,把下面的字複製進去,點「另存為」,把文件名定為「清除系統LJ.bat」就完成,記住後綴名一定要是.bat,好ok了!你的垃圾清除器就這樣製作成功了!雙擊它就能很快地清理垃圾文件,大約一分鐘不到。
複製下面的字:
=========================================================
@echo off
echo 正在清除系統垃圾文件,請稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系統LJ完成!
echo. & pause
=========================================================
複製上面的字~~~

以後只要雙擊運行該文件,當屏幕提示「清除系統LJ完成!就還你一個「苗條」的系統了!!到時候再看看你的電腦,是不是急速如飛呢?

註:LJ就是垃圾的意思!這招比那些所謂的優化大師好用!不會破壞系統文件!
轉自:lalulalu

2007年11月20日 星期二

ZBrush3-3.1.0歷史紀錄插件

Z3 EZ history pLUGin 3.1.0





更新︰ 11/16/07
文件尺寸︰ 236 KB
下載︰ 2,857
許可證類型︰ 自由軟體
平台︰ pc
ZBrush 版本︰ 3.x
擁有人︰ E-Z
作者名字︰ E-Z

DETAILS:
updated Fri Nov 16, 2007 for zbrush 3.1
this tool is made for 3D objects.
ever worked on a model for a while and wish you could store the history of each time it was edited?
you can store history and recall the 3d object history at any timeyou can think of it as a real time timesLaspe.
not only does it save history, it saves your 3d object for the next time you start zbrushand allso store Morph Target
here is a sample video of how it works
錄像網址
http://www.veoh.com/videos/v7205927gnCDPtm
the new plugin will be under your Tool Pallet
running any other plugin like the projection master or zapplink will cause this script not to run

下載及詳情:DOWNLOAD

Rolling Bridge-滾動的橋







Rolling Bridge

Paddington

BasinLondon, UK

位於英國倫敦的新商業區(Paddington Basin)著是一座人形的天橋,使用不顯眼的鋼和木材製作.

設計特色-行人若要通過就把橋放下,船要通過,橋就會捲起.行人與船都能各自通行.