学习计算机(电气?)工程的免费资源?

发布于 2024-09-12 17:10:38 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

画尸师 2024-09-19 17:10:38

麻省理工学院有许多课程免费在线。这确实是一个了不起的资源(沃尔特·勒温教授的物理学是一件艺术品)。

MIT has many of their classes free online. It's really an amazing resource (Physics with Prof. Walter Lewin is a work of art).

阳光下慵懒的猫 2024-09-19 17:10:38

电气工程(或任何类型的工程)通常是该国认可大学的四年制课程。你需要学习大量数学、物理等基础知识,才能获得你渴望的更深入的理解。

它不适合“21 天学会电气工程”的方法。

您可能的意思是“我想了解更多有关电子学的知识”。我认为这可能是一条更短的路。

Electrical engineering (or engineering of any kind) is usually a four-year program at an accredited university in this country. You take a lot of fundamentals in math, physics, etc. to get that deeper understanding you crave.

It doesn't lend itself to a "Learn Electrical Engineering in 21 Days" approach.

You might mean "I'd like to learn more about electronics". I think that might be a shorter path.

鹊巢 2024-09-19 17:10:38

关于如何通过谷歌搜索学习电气工程的速成课程(按时间顺序排列的项目):

  1. 您至少应该了解这个理论:http://en.wikipedia.org/wiki/Kirchhoff%27s_ Circuit_laws 了解电流和电压
  2. 您最有可能感兴趣的是数字的东西。在这种情况下,您应该购买带有开发板的微控制器。对于初学者来说,Arduino 板是一个不错的选择。
  3. 了解 LED:始终使用与 LED 串联的电阻器(100 - 330 欧姆),因为它们是带有电流的“饼干怪物”,会烧毁自己。使用 3-5 伏电压。它们的电压下降约 0.7 - 1.5V。它们只允许电荷沿一个方向流动(电流正在移动电荷)。
  4. 晶体管:http://www.kpsec.freeuk.com/trancirc.htm 还要了解一些有关 MOSFET 的知识。
  5. 第 1,2 项和第 3 项应该同时学习。
  6. 您还需要一种称为面包板的东西。它将让您轻松制作电路原型。
  7. 封装指南:通孔封装芯片通常可以在面包板上使用。其他任何东西都需要焊接
  8. 运算放大器用于许多模拟电路中。热门:LM324、LF356(LF356是很好的初学者耳放)。这些你应该了解一下。
  9. 如果您热衷于数字化,那么就购买 Altera DE2 FPGA 板。 FPGA 是具有可重新编程逻辑的芯片。您可以实现自己的显卡(我已经见过它)、处理器以及您能想到的任何其他硬件。 Altera 工具很棒。 Xilinx 的工具很糟糕,但他们的原始芯片比 Altera 更好。
  10. 高级模式:相量、拉普拉斯变换、傅立叶变换

Crash course on how to learn Electrical Engineering through Googling (items in chronological):

  1. You should understand at least this theory: http://en.wikipedia.org/wiki/Kirchhoff%27s_circuit_laws LEARN ABOUT CURRENT AND VOLTAGE
  2. You are most likely interested in digital things. In that case, you should purchase a microcontroller with a development board. A good choice for a beginner is an Arduino board.
  3. To know about LEDs: Always use a resistor in series with an LED (100 - 330 Ohms) as they are "cookie monsters" with current and will burn themselves. Use 3-5 volts. They drop around .7 - 1.5V volts. They only allow charge to flow in one direction (current is moving charges).
  4. Transistors:http://www.kpsec.freeuk.com/trancirc.htm Also understand a bit about MOSFETs
  5. Items 1,2, and 3 should be learned in parallel
  6. You also want something called a breadboard. It will allow you to prototype circuits with ease.
  7. Guide to package: Through hole packaging chips can usually be used on a breadboard. Anything else requires soldering
  8. Op Amps are used in lots of analog circuits. Popular: LM324, LF356 (LF356 is a good beginner amp). You should learn about these.
  9. If you are of the digital persuasion, then get an Altera DE2 FPGA board. FPGAs are chips which have reprogrammable logic. You can implement your own graphics card (I've seen it done), processor, and any other hardware you can think of. Altera tools are great. Xilinx tools suck but their raw silicon is better than Altera.
  10. Advanced mode: Phasors, Laplace Transforms, Fourier Transforms
氛圍 2024-09-19 17:10:38

如果您想学习如何修改硬件,那么首先可以在谷歌上搜索业余爱好者的网站,他们根据自己选择的微控制器(蝴蝶、arduino、螺旋桨、摩托罗拉、手臂等)构建项目。

Well one start could be googling for sites by hobbyists who build projects based on their microcontroller of choice (butterfly, arduino, propeller, motorola, arm, etc...), if you want to learn how to modify hardware.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文