摘要: 1.中国经济发展是本次会议的重要议题。要点:重要议题全句可翻译为:China's economic development is high on the meeting's agenda.2.中国实行改革开放近30年来,经济社会面貌发生了广泛而深刻的变化。要点:“实行”全句可翻译为:Since it embarked on the parth of reform and opening-up nearly 30 years ago, China has seen profound economic and social changes.3. 中国实现了从计划经济体制到社会主义市 阅读全文
posted @ 2012-03-05 22:14 KingsLanding 阅读(603) 评论(0) 推荐(0)
摘要: 接上一篇博文,当将PCI设备空间的资源映射出来之后。只需要做两件事情,PCI设备的基本框架就建立起来了。首先注册驱动程序,调用如下函数:int iosDrvInstall() / STATUS iosDevAdd()先来讲int iosDrvInstall()函数:Int iosDrvInstall( FUNCPTR pCreate, FUNCPTR pDelete, FUNCPTR pOpen, FUNCPTR pClose, FUNCPTR pRead, FUNCPTR pWrite, FUNCPTR pIoctl /*pointer to driv... 阅读全文
posted @ 2012-03-05 22:08 KingsLanding 阅读(2623) 评论(0) 推荐(0)