-
MSBAndLSB
MSB和LSB知识分析,了解MSB和LSB知识(Knowledge of MSB and LSB, MSB and LSB knowledge to understand)
- 2021-04-01 23:19:07下载
- 积分:1
-
znjs
这本书很可能让你以为又是一个科学幻想,可能你会说,同类的东西已经看得太多了。
因此,你现在也许会错过这本书,但是,将来你一定会拼命去找这本书,而那时就太晚了。
我的同事告诉我,她看过一个关于超级智能机器的影片。一开始,它们随意屠杀人类。我问她,影片后来结局是什么?她说,机器人被人类感动了,成了人类的朋友。于是我再问她,人类会被蚊子感动吗?会和岩石成为朋友吗?想象远远不及真实!于是,她陷入了沉思……
一般的科幻片中描述的人工智能机器,它们虽然在很多方面强于人类,但是,总体和人类的差距不大,大致也就是人类和狗的差距。那么,它们最后被人类感动,会和人类成为朋友是很合理的。就像人类会被狗感动,和狗成为朋友一样。但是,那也许只是20或者40年后的智能机器的情况。
不远的将来,人工智能机器的智能将是人类的万亿个万亿倍,它们面对我们,并不像我们面对狗,而是如同我们面对蚊子、跳蚤甚至岩石,当它们消灭我们的时候,如同我们将蚊子拍死,将臭虫冲进下水道,谁会在消灭跳蚤的时候觉得这样太残忍了呢?!
这也许是人类逃脱不了的宿命,也是德·加里斯教授认为有责任写这本书,我们认为有责任出版这本科学伦理图书的原因。(This book is likely to make you think it is a science fiction, perhaps you may say, the same thing has seen too many.
Therefore, you may now miss this book, but in the future you will be hard to find this book, and then it s too late.
My colleague told me that she saw a movie about super-intelligent machines. Beginning, they are free to slaughter humans. I asked her later what the ending movie? She said that the robot touched by humans, became the friend of mankind. So I ask her, touched by humans by mosquitoes do? Council and rocks become friends? Imagine far less true! So she mused...
A general description of science fiction artificial intelligence machines, although in many respects they are stronger than humans, however, little difference between the overall and humans, which is roughly the gap between humans and dogs. Well, they finally touched by humans, and humans will become friends is very reasonable. Just like humans dogs will be moved, and the dog became friends. But that)
- 2013-10-25 12:54:25下载
- 积分:1
-
MonteCarlo
介绍关于蒙特卡洛算法,用于模拟光子在人体皮肤(组织中传播的作用)(The Monte Carlo algorithm is introduced to simulate the effect of photons on human skin (tissue propagation).)
- 2020-12-10 14:09:19下载
- 积分:1
-
vfkejian
VF上课使用的ppt课件,内容较全,欢迎下载使用,哈哈。(VF ppt Courseware)
- 2009-02-24 20:09:01下载
- 积分:1
-
AEC-Spec
AEC 回声消除参考书,里面全面介绍了AEC相关理论。(AEC spec documents)
- 2010-11-07 12:53:16下载
- 积分:1
-
华为校园招聘笔试面试题合集
华为校园招聘合集,各个岗位的的笔试题,非常有用(good book is good book)
- 2018-03-20 21:50:52下载
- 积分:1
-
CPP.Cookbook1
说明: 导师给推荐的另一本书,我推荐只看第一章就行了,帮助你理解很多东西。(Mentor to recommend another book, I recommend just look at the first chapter on the line, to help you understand a lot.)
- 2011-03-18 10:20:54下载
- 积分:1
-
yckz
说明: 20 世纪70 年代以来,人们从工业过程的特点出发,寻找对模型精度要求不高而同样能实现高质量控制性能的方法,预测控制就是在这种背景下发展起来的。预测控制技术最初由Richalet 和Cutler 提出[1 ] ,它最大程度地结合了工业实际的要求,综合效果好,已经在理论和应用方面取得了显著进展,各种预测控制算法不断地产生并得到发展。预测控制算法具有三大本质特征:预测模型、滚动优化和反馈校正[2 ] 。它是不断滚动的局部优化,而非全局最优。预测控制的特点:建模方便 采用非最小化描述的离散卷积和模型,信息冗余量大,有利于提高系统的鲁棒性 采用滚动优化策略,使模型失配、畸变、干扰等引起的不确定性及时得到弥补,从而得到较好的动态控制性能 可推广到有约束条件、大迟延、非最小相位以及非线性等过程,对模型精度要求不高,跟踪性能良好,更适应于复杂工业过程控制。
(err)
- 2020-12-04 10:59:25下载
- 积分:1
-
北航《系统辨识与自适应控制MATLAB仿真》
说明: 北航《系统辨识与自适应控制MATLAB仿真》(Beihang "system identification and adaptive control Mtalab simulation" example source code)
- 2020-10-31 17:50:34下载
- 积分:1
-
The-road-of-QT-learning
Qt,和 wxWidget 一样,它也是一个标准的 C++库。但是它的语法很类似于 Java
的 Swing,十分清晰,而 且 SIGNAL/SLOT 机制使得程序看起来很明白——这也是我首先选
择 Qt 的一个很重要的方面,因为我是学 Java 出身的 :) 。不过,所谓“成也萧何,败也萧
何”,这种机制虽然很清楚,但是它所带来的后果是你需要使用 Qt 的 qmake 对程序进行预
处理,才能够再使用 make 或者 nmake 进行编译。并且它的界面也不是原生风格的,尽管 Qt
使用 style 机制十分巧妙的模拟了本地界面。另外值得一提的是,Qt 不仅仅运行在桌面环境
中,Qt 已经被 Nokia 收购,它现在已经会成为 Symbian 系列的主要界面技术——Qt 是能够
运行于嵌入式平台的。(Qt, and wxWidget, it is also a standard C++ library. But its syntax is very similar to Java' s Swing, very clear, and SIGNAL/SLOT mechanism makes the program seem to understand- and this is my first choice is a very important aspect of Qt, because I was born to learn Java :). However, the so-called " as also Xiao, also lost" , although this mechanism is clear, but its consequences is that you need to use Qt' s qmake program is preprocessed, it can be reused make or nmake to compile. And its interface is not the native style, despite the use of Qt style very clever mechanism to simulate the local interface. Also worth mentioning is that, Qt only run in the desktop environment, Qt has been acquired by Nokia, it has now become the main interface technology Qt Symbian series is the ability to run on embedded platforms.)
- 2016-09-13 20:40:22下载
- 积分:1