Page 32

10 Top Robotics Trends in 2022

RonWang4 years ago (2022-04-13)3
10 Top Robotics Trends in 2022
IntroductionRobotics technology is advancing at a rapid rate. Robotics is an interdisciplinary field…

How to Selection Soldering for your Maker

RonWang4 years ago (2022-04-08)5
How to Selection Soldering for your Maker
如何选用合适的电络铁?初级电子制作与维修之工具选择电烙铁是我们电子制作和装配中,导线、延长线连接,电子元件的安装和拆卸的必备工具。尤其是在电器维修中也是最常用的工具。电烙铁的分类电络铁的分类方式很多,…

How to use the Soldering Electric Maker Basic Technology

RonWang4 years ago (2022-04-04)5
How to use the Soldering Electric Maker Basic Technology
如何使用电络铁?初级电子制作与维修之焊接知识Gather Tools: You will need a soldering iron, solder, a soldering iron stand,…

C05 | C/C++ Develop Environment

RonWang4 years ago (2022-03-31)4
C05 |   C/C++ Develop Environment
C语言教程05: C/C++开发环境C 语言编译器可以分为 C 和 C++两大类,其中 C++是 C 的超集,也支持 C 语言编程。事实上,编译器的选择不是最重要的,它们都可以完成基本的 C 语言编译…

C04 | Compilation and Execution of Programs

RonWang4 years ago (2022-03-28)5
C04 | Compilation and Execution of Programs
C语言教程04:程序的编译与运行源程序也称源代码,是指未编译的、按照一定的程序设计语言规范书写的文本文件,是一系列人类可读的计算机语言指令,可以用汇编语言或高级语言编写。计算机源代码的最终目的是将人类…

C03 | Program Structure

RonWang4 years ago (2022-03-24)6
C03 |  Program Structure
C语言教程03:C语言程序结构一个 C 语言程序由一个固定名称为 main 的主函数和若干个其他函数(可没有)组成。下面通 过几个例题,总结出 C 语言程序的结构特点。在 Dev C++环境下编写的第…

C02 | The Concept of Algorithms

RonWang4 years ago (2022-03-19)5
C02 | The Concept of Algorithms
C语言教程02:算法的概念算法(Algorithm)是在有限步骤内求解某一问题所使用的一组定义明确的规则。计算机算法 是用计算机求解一个具体问题或执行特定任务的一组有序的操作步骤(或指令),是构成计算…

C01 | The Past and Present of the C Language

RonWang4 years ago (2022-03-15)3
C01 | The Past and Present of the C Language
C语言教程01:C语言的前世今生程序设计语言的发展经历了从机器语言->汇编语言->高级语言的过程机器语言:是计算机最原始的语言,由 0 和 1 的代码构成,CPU 在工作的时候只认识机 器…

Electric Maker Beginner Tools Kit

RonWang4 years ago (2022-03-11)2
Electric Maker Beginner Tools Kit
This assortment of tools has everything you need to get started tinkering with Sparkfun products and…

Pelles C Install and Debug runtime Enviroment

RonWang4 years ago (2022-03-07)8
Pelles C Install and Debug runtime Enviroment
C语言调试运行环境之TurboC一文介绍了在32位Windows系统下安装C语言运行环境之TubroC,但是由于TurobC只能在32位系统下运行,导致现在很多Windows10和Windows 11…