自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

workspace

Standing on the shoulders of giants

  • 博客(4)
  • 资源 (6)
  • 收藏
  • 关注

原创 变量喷雾控制系统项目简介

先把图传上来,最近好累,项目还没写完

2018-06-24 22:06:25 880 2

原创 Google设备启动进入fastboot模式

设备 代号 组合键 Pixel XL marlin 按住音量调低键,然后按住电源键。 Pixel sailfish 按住音量调低键,然后按住电源键。 hikey hikey 连接 J15 的引脚 1 - 2 和 5 - 6。 Nexus 6P angler 按住音量调低键,然后按住电源键。 Nexus 5X...

2018-06-07 12:43:44 8018

原创 Nexus设备刷入原厂系统

注意引言教程注意 Warning: Installing a factory image will erase all data from the device, and unlocking the bootloader will make your device less secure. In most cases it should be possible ...

2018-06-07 12:28:52 1662

原创 仿生燕子飞行器项目简介

研究重点进度表仿生设计研究重点 重点 解决办法 鸟翼 3D打印材料 运动机构 微型步进电机和舵机 飞行控制器 利用开源飞控测试后再优化进度表1 了解目前仿生材料种类,测试适合作为机翼的材料(7-15d) 2 利用15-16年无人机项目的剩余物料搭建骨架并测试运动性能(20d) 3 主要实现飞行...

2018-06-03 22:13:31 1186 1

GB4053-2009固定式钢梯及平台安全要求.pdf

GB4053-2009固定式钢梯及平台安全要求.pdf

2020-07-06

《机械安全_基本概念与设计通则_第1部分:基本术语和方法》GB.pdf

《机械安全_基本概念与设计通则_第1部分:基本术语和方法》GB.pdf

2020-07-06

NMEA到KMZ Ver 3.16

把nema数据如GPGGA等转换为kmz文件,直接导入google erath 1.固定的时间逆转的措施的错误在CSV时读取。 2.现在可以识别扩展名为“.txt”的CSV文件。

2018-09-14

计算机外围设备

7.1 外围设备概述 7.2 磁盘存储设备 7.3 磁盘存储设备的技术发展 7.4 磁带存储设备 7.5 光盘和磁光盘存储设备 7.6 显示设备 7.7 输入设备和打印设备

2018-05-30

Shell脚本编程基础知识

Shell脚本编程基础知识: 掌握创建 shell 脚本的基本步骤 学会使用条件测试 掌握 if 条件结构与 case 选择结构 掌握 for 循环、while 循环和 until 循环结构 学会 shift 命令的使用 学会 shell 脚本的调试

2018-03-14

汇编软件winall

Where to start? Click code examples and select Hello, world. A code example with many comments should open. All comments are green and they take up about 90% of all text, so don't be scared by this tiny "Hello Word" code. The compiled executable is only about 100 bytes long, because it uses no interrupts and has only one loop for color highlighting the text. All other code is straight-forward and writes directly to video memory. To run this example in the emulator, click emulate (or press F5). The program then attmepts to assemble and save the executable to c:\emu8086\MyBuild. If the assembler succeeds in creating the file, the emulator will also automatically load it into memory. You can then click single step (or press F8) to step through the code one instruction at a time, observing changes in registers and the emulator screen. You can also click step back (or press F6) to see what happens when reversing those changes. There are many ways to print "Hello,World" in assembly language, and this certainly isn't the shortest way. If you click examples and browse c:\emu8086\examples, you'll find HelloWorld.asm which assembles into only a 30-byte executable. Unlike the previous example which carries out each step by itself, this one is much smaller because it uses a built-in interrupt function of the operating system to write to the display.

2015-12-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除