总数:4428 | 当前第397/443 首页 上一页 ... 392 393 394 395 396 397 398 399 400 401 ... 下一页 尾页
空中水母AirJelly
空中水母的环境是空气。与水下水母不同,远程控制的水母——空中水母不是在水中游,而是在广阔的空中滑翔,因为它有一个中央电机装置和一个智能听候指令的体系。它能够这样是因为它有一个充满氦气的球形网。 空中水母仅有的动力来源就是连接中央电动驱动器的两个锂离子电池。中央驱动器把动力传输到一个锥齿轮上,然后再传给八个连续的直齿轮,直齿轮通过曲柄带动水母上的八个“触角”。每个“触角”都设计成鱼鳍鳍条结构。把蠕动当做这个球形网的动力到目前为止在空军史上还是空白。空中水母是第一个以蠕动为驱动力的室内飞行物体。这种新型的驱动理念基于反弹原理的助推力,让水母轻轻地在空中穿行。 AirJellys environment is the air. Unlike AquaJelly, the remote-controlled jellyfish AirJelly does not swim through water, but instead glides instead through a sea of air thanks to its central electric drive unit and an intelligent, adaptive mechanism. It is able to do so because it consists of a helium-filled ballonett. AirJellys sole source of power is two lithium-ion polymer batteries connected to the central electric drive unit. It transmits the force to a bevel gear and from there to a succession of eight spur gears, which move the eight tentacles of the jellyfish via cranks. Each tentacle is designed as a structure with Fin Ray Effect . Propulsion of a ballonett by means of peristaltic motion is hitherto unknown in the history of aviation. AirJelly is the first indoor flight object with peristaltic drive. This new drive concept, with propulsion based on the principle of recoil, moves the jellyfish gently through the air.
  1. 2009/11/6
  2. 人气(7532)
  3. 星级(10)
  4. 评论(0)
魏德米勒weidmuller ACT20X安全栅
魏德米勒ACT20X产品系列具有一系列特点。对于双通道产品而言,每个通道仅占11毫米宽,这种设计保证了在控制机柜中可以安装更多的产品;所有ACT20X系列产品都可以通过安装在电脑上的WI-Manager;软件进行诊断和设置;该软件以独立于供应商FDT/DTM技术为基础;革新性的ACT20X系列产品可以安装在危险区或安全区,其数字量信号和模拟量信号安全栅将安全区域和危险区域的信号安全的隔离并进行信号转换。
  1. 2009/11/5
  2. 人气(5701)
  3. 星级(10)
  4. 评论(0)
[第35讲]驱动程序IO口(5)
Linux内核把驱动程序划分为3种类型:字符设备、块设备和网络设备 。在uClinux 内核编写驱动程序并不像其他操作系统那么复杂,实际上,所要做的只是为相应的设备编写几个基本函数并向VFS(virtual file system)注册即可。当上层应用要使用该设备时,VFS 就会调用相应的设备函数。设备驱动程序通常可归为以下3 类:a) 块设备(block) ,以块为单位,允许随机访问,多用缓存技术;b) 字符设备(char) ,以字节为单位,只能按顺序访问,不用缓存;c) 网络接口(net) 。
  1. 2009/11/4
  2. 人气(4978)
  3. 星级(10)
  4. 评论(0)
[第34讲]驱动程序IO口(4)
Linux内核把驱动程序划分为3种类型:字符设备、块设备和网络设备 。在uClinux 内核编写驱动程序并不像其他操作系统那么复杂,实际上,所要做的只是为相应的设备编写几个基本函数并向VFS(virtual file system)注册即可。当上层应用要使用该设备时,VFS 就会调用相应的设备函数。设备驱动程序通常可归为以下3 类:a) 块设备(block) ,以块为单位,允许随机访问,多用缓存技术;b) 字符设备(char) ,以字节为单位,只能按顺序访问,不用缓存;c) 网络接口(net) 。
  1. 2009/11/4
  2. 人气(5024)
  3. 星级(10)
  4. 评论(0)
[第33讲]驱动程序IO口(3)
Linux内核把驱动程序划分为3种类型:字符设备、块设备和网络设备 。在uClinux 内核编写驱动程序并不像其他操作系统那么复杂,实际上,所要做的只是为相应的设备编写几个基本函数并向VFS(virtual file system)注册即可。当上层应用要使用该设备时,VFS 就会调用相应的设备函数。设备驱动程序通常可归为以下3 类:a) 块设备(block) ,以块为单位,允许随机访问,多用缓存技术;b) 字符设备(char) ,以字节为单位,只能按顺序访问,不用缓存;c) 网络接口(net) 。
  1. 2009/11/4
  2. 人气(5035)
  3. 星级(10)
  4. 评论(0)
[第32讲]驱动程序IO口(2)
Linux内核把驱动程序划分为3种类型:字符设备、块设备和网络设备 。在uClinux 内核编写驱动程序并不像其他操作系统那么复杂,实际上,所要做的只是为相应的设备编写几个基本函数并向VFS(virtual file system)注册即可。当上层应用要使用该设备时,VFS 就会调用相应的设备函数。设备驱动程序通常可归为以下3 类:a) 块设备(block) ,以块为单位,允许随机访问,多用缓存技术;b) 字符设备(char) ,以字节为单位,只能按顺序访问,不用缓存;c) 网络接口(net) 。
  1. 2009/11/2
  2. 人气(5181)
  3. 星级(10)
  4. 评论(0)
[第31讲]驱动程序IO口(1)
Linux内核把驱动程序划分为3种类型:字符设备、块设备和网络设备 。在uClinux 内核编写驱动程序并不像其他操作系统那么复杂,实际上,所要做的只是为相应的设备编写几个基本函数并向VFS(virtual file system)注册即可。当上层应用要使用该设备时,VFS 就会调用相应的设备函数。设备驱动程序通常可归为以下3 类:a) 块设备(block) ,以块为单位,允许随机访问,多用缓存技术;b) 字符设备(char) ,以字节为单位,只能按顺序访问,不用缓存;c) 网络接口(net) 。
  1. 2009/11/2
  2. 人气(5097)
  3. 星级(10)
  4. 评论(0)
立体鼹鼠机—吸引人的可编程机器人系统
立体鼹鼠机在不久的将来会在技术培训中发挥重要的作用。这些备有电脑芯片的立方体可以紧密接连接在一起。鼹鼠机之间可以相互沟通交流。能量和信号从一个立体鼹鼠机传递给下一个,这样也保证了能量的供应以及信号的传递。年轻人可以用这种机器给自己制造的机器人编程。Molecubes – an attractive programmable robotics system Molecubes could play a significant role in technical training in the near future. These cubes, fitted with computer chips, can be successively attached to each other. Each Molecube communicates with all the other cubes; the energy supply and transmission of signals from one Molecube to the next are thereby ensured. Young people can use the Molecubes to build and program their own robots.
  1. 2009/10/31
  2. 人气(7141)
  3. 星级(10)
  4. 评论(0)
走进深圳立昇公司_中国膜工业高端品牌视频活动
本次视频采访活动于2009年10月15日10:00走进深圳立升公司,立升公司陈良刚董事长向我们介绍到立升企业自1992年成立以来,专注于超滤膜技术的开发、生产和推广应用,是一家集水处理科学技术研究、超滤设备制造、销售和服务为一体的高科技企业集团。
  1. 2009/10/30
  2. 人气(5256)
  3. 星级(10)
  4. 评论(0)
iFab——3D 印刷技术
3D印刷?听起来好像是未来的一个愿景与快速原型法一直存在于工业生产中。由于iFab技术,在客厅就能将自己的产品印出来这中以前不可能实现的想法现在已经逐渐成为现实。无论是塑料制品或者巧克力,iFab都可以将各种材料印出来。iFab 3D printing Printing in three dimensions? What sounds like a vision of the future has long been industrial reality with rapid prototyping. The previously unattainable dream of being able to print ones own products in the living-room has come much closer to realisation thanks to iFab. Whether it be plastics or chocolate, iFab can process the most diverse of materials.
  1. 2009/10/30
  2. 人气(7872)
  3. 星级(10)
  4. 评论(0)
总数:4428 | 当前第397/443 首页 上一页 ... 392 393 394 395 396 397 398 399 400 401 ... 下一页 尾页