自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ee230的专栏

嵌入式 软硬件

  • 博客(177)
  • 资源 (64)
  • 收藏
  • 关注

原创 wpa_supplicant配置

参考1:WPA Supplicant config file explanations · GitHub参考2:wpa_supplicant - ArchWiki

2022-03-28 19:10:50 402

原创 comgt General Commands Manual

comgt gcom dcon 使用说明

2022-03-22 14:20:47 1043

原创 AttributeError: ‘str‘ object has no attribute ‘decode‘

git repo init 错误

2022-03-10 16:47:49 1552

原创 STM32跑SLIP协议

最近做项目,硬件采用 ARM Linux + STM32,对于这两者之间的通讯接口做了长时间的研究。ARM Linux跑OpenWRT系统,STM32跑FreeRTOS+LWIP两者的硬件采用串口连接。为了充分利用openwrt的网络功能,决定在stm32上lwip,底层跑基于串口的SLIP协议。经过2周的调试,功能已完全调通。在openwrt中ping stm32,效果如下:64 bytes from 192.168.0.32: seq=53 ttl=2...

2021-03-31 09:43:15 687

原创 OpenWRT系统应用开发方法

在openwrt中添加软件包,尤其是自己写的软件包,编译调试比较不方便。每次编译软件包,都耗时很长,开发效率太低。这里说一种比较高效的方法。先编译出openwrt SDK,在sdk中编译调试自己的软件包,待调试好后,再放到系统软件包。另外,为避免每次编译软件包去服务器下载,可以将软件包源码从一个地方拷贝过去。就写这么多吧。相信你看了会明白的。...

2021-03-25 10:02:22 704

原创 序列化方案选型对比

原文:https://www.sohu.com/a/325019687_612370序列化方案选型对比 - JSON/ProtocolBuffer/FlatBuffer/DIMBIN背景JSON/XML不好吗?好,再没有一种序列化方案能像JSON和XML一样流行,自由、方便,拥有强大的表达力和跨平台能力。是通用数据传输格式的默认首选。不过随着数据量的增加和性能要求的提升,这种自由与通用带来的性能问题也不容忽视。JSON和XML使用字符串表示所有的数据,对于非字符数据来说,字面量表达.

2020-09-08 09:46:29 531

原创 overlayfs,workdir的作用

OverlayFS has aworkdiroption, beside two other directorieslowerdirandupperdir, which needs to be an empty directory.Unfortunatelythe kernel documentation of overlayfsdoes not talk much about the purpose of this option.The "workdir" needs to be ...

2020-07-07 19:21:32 1338

原创 debian的由来

1.1.In the BeginningThe Debian Project was officially founded by Ian Murdock onAugust 16th, 1993. (There is also ascanned printoutof that announcement.) At that time, the whole concept of a "distribution" of Linux was new. Ian intended Debian to be...

2020-05-08 19:18:53 391

原创 数据库大PK

DB-Engines排行榜排出了目前最聚人气的数据库管理系统,该排行榜分析了市场上200多个不同类型的数据库,其排行规则是根据它们在Google和Bing上搜索出的结果数目、Google Trends上的搜索次数、Indeed上的职位数目、LinkedIn中提到的次数、Stackoverflow上的提问以及回复的数量,这五大因素作为依据所排出的最新榜单,近日,据榜单可知,处于榜首的数据库仍然是Or...

2020-05-06 18:07:57 525

转载 -/bin/sh: 命令:not found的解决办法

https://blog.csdn.net/u011124985/article/details/80774171https://blog.csdn.net/kunkliu/article/details/79816397https://blog.csdn.net/nanhangfengshuai/article/details/50499246

2020-05-03 11:48:09 4470

原创 source insight macro

https://www.sourceinsight.com/download/macro-files/为了提高代码编辑效率,source insight提供了macro功能,非常方便。Source Insight Macro Filesautoexp.em Automatically expands C statements like if, for, wh...

2020-04-24 15:34:32 562

转载 protobuf,json,xml,binary,Thrift之间的对比

前言即时通讯应用(包括IM聊天应用、实时消息推送应用等)在选择数据传输格式的时候,相信没有真正实践过的人,都会犹豫该怎么选择。在即时通讯开发者同行的眼里,怎么选择其实是个极富争议话题。不过本文作者强烈建议将Protobuf作为您的即时通讯应用的首选通讯协议格式,理由请见下文。据说,手机QQ的数据传输协议已在使用Protobuf了,而从官方流出资料来看微信早就在使用Protobuf(而且为了...

2020-04-15 15:37:50 693

原创 ubuntu 添加sudo权限

在ubuntu创建新用户,发现不能sudo。aabbcc is not in the sudoers file. This incident will be reported.这是因为你添加的新用户不在sudo组内。运行groups命令,可以查看你账户所在的组,带sudo的表示可以运行sudo,否则不能运行sudo。解决办法:执行以下3条命令,将你的用户重新...

2020-04-10 11:23:48 267

原创 VS2010 编译 openssl 1.0.2h

1. 需要使用perl先生成 perl Configure VC-WIN32 no-asm --prefix=D:\openssl-1.0.1s ms\do_ms 这里说下 no-asm,需要选这个,否则vs2010编译汇编的时候回出错,需要换成nasm来编译,如果对性能要求不高,不需要asm。1.若想生成dll 则将ms\nt.mak 改为ms\ntdll...

2020-03-31 13:55:27 322

原创 Python IDE

现在学习Python的人越来越多,一个好用的IDE必不可少。下面结合国外的文章,推荐几个IDE。1.https://www.programiz.com/python-programming/ide2.https://www.techradar.com/best/best-ide-for-python3.https://www.datacamp.com/community...

2020-03-30 10:48:53 141

原创 IAR STM32 最大堆栈分析

IAR有相关选项,编译完成后,自动分析最大堆栈深度,并将分析结果放在map文件中。具体操作如下:01堆栈使用理论分析1、通过下方路径选项勾选,使能堆栈理论分析。Project > Options > Linker > Advanced > Enable stack usage analysis2、堆栈使用情况的理论分析结果会保存在map文件中的“STACK US...

2020-03-21 14:49:09 2408

原创 ARM Linux应用程序not found 问题

今天,移植openssh-portable 到imx6ul板子上,交叉编译OK。放板子上执行,除错。root@imx6ulevk:/mnt/nfs/ssh# ./ssh-keygen-sh: ./ssh-keygen: not foundroot@imx6ulevk:/mnt/nfs/ssh# ./scp-sh: ./scp: not found问题在...

2020-03-18 09:48:42 1237

原创 List of 10 Serial Port Monitor software for Windows in your budget range

There are many applications from which to choose if you are interested in COM port monitoring. We decided to write an article to help you assess your options and make an informed selection that addres...

2020-03-13 11:18:38 1231

原创 RTOS怎样选择

第1类,提供基本功能的RTOS(任务调度,内存管理等)FreeRTOS,uCOS , RTX(不开源),..第2类,除基本功能外,还提供其他功能组件(文件系统,网络协议栈,TLS加解密,SHELL,cjson等)alios,huawei liteos,rt-thread, dyjoshttps://github.com/alibaba/AliOS-Thingsh...

2020-03-08 12:52:44 1467

原创 jlink v8 固件更新 Win10环境

其他都不多说了,说重点。win10下的软件跟xp不同,需要更高版本的。第一步:下软件下载软件:SAM-BA v2.18 for Windows.exehttps://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/SAM-BA%20In-system%20Programmer第二步:装驱动插入jl...

2020-03-03 14:41:48 885

原创 IAR 命令行编译

IntroductionThis Technical Note shows examples of how to build an IAR Embedded Workbench project from the command line, outside the IDE.DiscussionThe alternatives below are examples made for IAR...

2020-02-18 10:36:35 4706 1

转载 30个linux系统监控命令

原文网址:https://www.cyberciti.biz/tips/top-linux-monitoring-tools.html30 Linux System Monitoring Tools Every SysAdmin Should Knowlast updatedJanuary 8, 2018inCategoriesCentOS,Debian Linux,Howto,...

2019-12-05 10:46:20 2485

原创 git for windows下载

由于git for windows官网在国外,下载特别慢。这里分享一个国内的镜像,速度很快。https://npm.taobao.org/mirrors/git-for-windows/拿去吧,不用血。

2018-04-02 14:05:35 6422 12

转载 openssl enc 加解密

1、对称加密算法概述openssl的加密算法库提供了丰富的对称加密算法,我们可以通过openssl提供的对称加密算法指令的方式使用,也可以通过调用openssl提供的API的方式使用。openssl的对称加密算法指令主要用来对数据进行加密和解密处理,openssl基本上为所有其支持的对称加密算法都提供了指令的方式的应用,这些应用指令的名字基本上都是以对称加密算法本身的名字加上位数、加密模式或者其他...

2018-03-28 10:23:15 531

转载 SSL交互过程

The Secure Socket Layer protocol was created by Netscape to ensure secure transactions between web servers and browsers. The protocol uses a third party, a Certificate Authority (CA), to identify one ...

2018-03-23 09:21:57 338

原创 SSL库选择

当前有许多SSL库可供选择,OpenSSL   Mbed/TLS(PolarSSL)  wolfSSL等等。当然还有许多其它的:https://en.wikipedia.org/wiki/Comparison_of_TLS_implementationsLinux推荐OpenSSL,单片机推荐mbed/TLS 或者 wolfssl。。  ...

2018-03-21 10:12:12 3347 1

转载 OPENSSL ASN.1, DER, PEM, X509

ASN.1是一个语言标准,可以与C语言进行类比,ASN.1的主要用途是描述数据结构,而C语言的主要用途则是控制程序走向。使用ASN.1可以描述复杂的数据对象。比如:一块数据中,哪里是长度,哪里是内容,哪里是标志等(类似C语言的struct)。使用ASN.1描述的数据结构,需要具象化,也就是编码。ASN.1有多种不同的编码实现,BER,CER,DER等,其中DER是最见的一种,实际上还可以使用XML...

2018-03-20 16:23:09 1416

原创 jlink最新版本下载

https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack

2018-03-11 13:13:45 8656

翻译 What is a tickless kernel?

To understand a tickless kernel, we first have to understand how a kernel usually functions. Numerous functions of an operating system need to be performed periodically—updating the time, decrementing...

2018-02-27 14:01:24 447

原创 rt-thread测试

本文描述在ubuntu下编译stm32f10x的过程1. 源码下载     从github下载rt-thread源码2. 安装scons编译工具    具体请查看rt-thread源码下面的README文件3. 下载arm-none-linux    网上自己搜索,这里下载linux版本的4. 配置    设置编译配置文件  rtco

2017-12-08 09:14:17 893

原创 recipe for target 'doc/cpp.info' failed

make xxxxx  recipe for target 'doc/cpp.info' failed解决办法:https://github.com/autc04/Retro68/issues/1https://dev.openwrt.org/ticket/130391. 给texinfo降版本I manually downgraded to tex

2017-11-30 14:25:54 2631

转载 /10个值得推荐的学习编程的网站 世界已经进入了互联网的时代。据最近发布的一篇《2016年互联网趋势》报告显示,中国已成为互联网市场的领导者,中国互联网用户的数量达到了6.68亿。可以预见,有

10个值得推荐的学习编程的网站 世界已经进入了互联网的时代。据最近发布的一篇《2016年互联网趋势》报告显示,中国已成为互联网市场的领导者,中国互联网用户的数量达到了6.68亿。可以预见,有着如此巨大的市场潜力,中国的互联网产业会迎来又一个井喷式的高峰。行业的迅猛发展也会相应地刺激行业人才的发展。据不完全统计,目前中国互联网从业人员的数量达到了5000多万人。从细分行业来看,互联网

2017-11-30 11:43:27 340

原创 ARM开发板方案与厂商分析

国内做ARM开发板的厂商(ARM9 ARM11 Cortex-A7 A8 A9),排名不分先后1. embedsky  广州天嵌入科技2. forlinx   飞凌嵌入式3. myir-tech   米尔科技4.

2017-09-07 09:53:51 1297

原创 ubuntu 16.04 编译 android 6.0 错误

错误:rebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8//x86_64-linux/bin/ld: error: unsupported reloc  42/43 against global symbol Always crash in aleatory code and never finish compile code wi

2017-07-10 14:05:02 579

原创 windows 设置路由表

route -p add 172.18.0.12 mask 255.255.255.255 172.23.0.254 metric 2 IF 4if Interface:指定目标可以到达的接口的接口索引。使用 route print 命令可以显示。

2017-07-10 08:46:22 713

转载 eclipse Theme.AppCompat 问题

Android关于Theme.AppCompat相关问题的深入分析先来看这样一个错误:No resource found that matches the given name '@style/Theme.AppCompat.Light'对于这个错误,相信大部分Android开发者都遇到过,可能很多朋友通过百度或者Google已经解决了这个问题,但是网上

2017-07-07 16:04:54 612

原创 RHEL7 切换字符编码为GBK

搭建git服务器,发现中文注释是乱码。经过反复调试摸索,做如下设置即可。设置为zh_CN.GBK/etc/profile文件export LC_ALL="zh_CN.GBK"export LANG="zh_CN.GBK"/etc/locale.confLANG="zh_CN.GBK"

2017-06-27 17:10:10 3869

转载 Android build error on Ubuntu 16.04 LTS

http://oopsmonk.github.io/blog/2016/06/07/android-build-error-on-ubuntu-16-04-ltsAfter update system from Ubuntu 14.04 to 16.04, I got some problems, when I was building Android source c

2017-06-23 11:30:55 610

转载 android dm-verity 功能

Android dm-verity 实现原理深入研究思维导图:dm-verity说明:源码基于 SC20 平台 Android5.1Android dm-verify overview目录Android dm-verify overview.. 1一、原理… 1与Verified Boot关系… 1dm-verity. 1作用分区… 2二、模

2017-06-16 18:10:19 16595

转载 右键 powershell here 功能添加

详见以下链接:https://www.howtogeek.com/165268/how-to-add-open-powershell-here-to-the-context-menu-in-windows/

2017-06-16 16:02:54 3846

windows串口编程 经典

/* asmguru, the link you sen me is bad. anyhow here is my code which i wrote. i am getting error with read operation. I connected a null modem to the serial port to read the string i wrote to the serial port but nothing is read on serial port. The program copiles, builds and executes but i get error reading. can you help !!! */ #include <windows.h> #include <stdio.h> #include <string.h>

2013-11-06

VC++ 串口 源码

3个VC++ 串口程序源码 使用SerialPort类

2013-10-11

VC6补丁(Vs6sp6.exe)

VC6补丁,Vs6sp6.exe 解决VC6 “Add files to folder” 异常。 安装这个补丁才是正解。 卡巴斯基杀毒,请放心使用。

2013-09-06

ActionScript.3.0动画教程[中英文版+源码]

ActionScript.3.0动画教程 Actionscript.3.0.Animation 中英文版+源码,欢迎下载。 英文是原版,可以选择,拷贝,复制。

2013-05-14

nyfview nyfview.exe

nyfview 制作exe格式的nyf文件,必备。 卡巴斯基杀毒。

2013-04-24

sqlite 教程

sqlite教程,官方,英文 教程非常全面,html格式,解压后先打开index.html. 1. Overview Documents 2. SQLite Programming Interfaces 3. SQLite Features and Extensions 4. Upgrading SQLite, Backwards Compatibility 5. SQLite Technical/Design Documentation 6. Old Documents

2013-04-19

C8051F系列单片机源码

C8051F全系列单片机源码,所有例子都有,非常全。 下在这个文件后,默认安装,完毕后。 代码位于C:\Silabs\MCU\example目录下: C8051F00x_01x C8051F02x C8051F04x C8051F06x C8051F12x_13x C8051F2xx C8051F30x C8051F31x C8051F320_1 C8051F326_7 C8051F330_5 C8051F336_9 C8051F34x C8051F35x C8051F36x C8051F38x C8051F41x C8051F50x_51x C8051F52xA_53xA C8051F54x C8051F55x_56x_57x C8051F58x_59x C8051F70x_71x C8051F80x_83x C8051F91x_90x C8051F93x_92x C8051F96x C8051F99x_98x C8051T60x C8051T61x C8051T620_1_T320_3 C8051T622_3_T326_7 C8051T63x CP240x CP250x Si100x Si101x Si102x_3x

2013-04-09

git-1.6.3.3.tar.gz

git-1.6.3.3.tar.gz ,如果你的linux需要安装GIT,就下载这个编译吧。 1. 解压后,./configure -prefix=/usr/local 2. make 3. make install

2013-04-04

fedora core 9 tftp

包含3个文件: tftp-0.48-6.fc9.i386.rpm tftp-server-0.48-6.fc9.i386.rpm xinetd-2.3.14-20.fc9.i386.rpm

2013-03-27

myBase 5.5.1/5.3 破解版

包含2个版本: 5.5.1 5.3 都带有破解文件和破解方法。 卡巴杀毒,放心使用。

2013-03-27

freetype-2.1.10

freetype 2.1.10 源码以及文档(英文) 一边看代码,一边看文档。 有兴趣可以下载研究。

2013-03-26

wget windows

内带英文使用说明: Usage wget is a command line program. You start it from the command prompt, either command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The command prompt can be found in the Start Menu (Accessories). .... Basic options First off, the official manual has all command line options and parameters. Display all help: wget --help Completely mirror a site: wget -mr http://... ....

2013-03-26

mjpg-streamer win-upx/viewer

里面包含2个文件: 1. mjpg-streamer-r63.tar.gz 2. win32_upx.rar(Windows下查看mjpg-streamer的客户端)

2013-03-25

linux服务器配置 (增加完整书签)

[RHEL5企业级linux服务攻略]--第1季 linux服务器的搭建与测试 2 [RHEL5企业级Linux服务攻略]--第 2季 Samba 服务全攻略答疑贴 90 [RHEL5 企业级 Linux服务攻略]--第 3季 DHCP服务全攻略 165 [RHEL5 企业级 Linux服务攻略]--第 4季 DNS服务全攻略 211 [RHEL5 企业级 Linux 服务攻略]--第 5 季 Sendmail 服务全攻略之常规配置 274 [RHEL5 企业级 Linux 服务攻略]--第 5 季 Sendmail 服务全攻略之高级配置 310 [RHEL5企业级 Linux服务攻略]--第 6季 Vsftpd 服务全攻略之常规配置 333 [RHEL5企业级 Linux服务攻略]--第 6季 Vsftpd 服务全攻略之高级配置 361 [RHEL5 企业级 Linux 服务攻略]--第 7 季 Apache 服务全攻略之常规配置 376 [RHEL5 企业级 Linux 服务攻略]--第 7 季 Apache 服务全攻略之常规配置 387 [RHEL5企业级 Linux服务攻略]--第 8季 Iptables 服务全攻略之实战配置 408 [RHEL5企业级 Linux服务攻略]--第 9季 Squid 服务全攻略之常规配置 423

2013-03-21

picpick屏幕抓取

picpick 1.8.0.3 简小,够用。 满足一遍的抓屏,编辑图片用。

2013-03-20

SCITE文本编辑器

文本编辑器源码,非MFC SCITE V1.0 编辑器功能与Notepad类似,甚至超过notepad,并且所有特性都可以通过代码控制。 使用此源码修改新编辑器,调试工具等,非常好用。

2013-03-08

C语言编码规范 zte

软件编程规范-C/C++篇 目 录 3 前 言 4 1 基本原则 5 2 布 局 7 2.1 文件布局 7 2.2 基本格式 9 2.3 对齐 10 2.4 空行空格 12 2.5 断行 14 3 注 释 15 4 命名规则 20 5 变量、常量与类型 25 5.1 变量与常量 25 5.2 类型 28 6 表达式与语句 34 7 函数与过程 40 7.1 参数 40 7.2 返回值 41 7.3 内部实现 42 7.4 函数调用 45 8 可靠性 47 8.1 内存使用 47 8.2 指针使用 49 8.3 类和函数 50 9 可测试性 56 10 断言与错误处理 59 附 录 64 .1 附录A 编程模版 64 .2 附录B 规范检查表 70 参考文献 75

2013-01-06

闻怡洋vc教程

+-- 第一章 VC入门 |------ 1.1 如何学好VC |------ 1.2 理解Windows消息机制 |------ 1.3 利用Visual C++/MFC开发Windows程序的优势 |------ 1.4 利用MFC进行开发的通用方法介绍 |------ 1.5 MFC中常用类,宏,函数介绍 +-- 第二章 图形输出 |------ 2.1 和GUI有关的各种对象 |------ 2.2 在窗口中输出文字 |------ 2.3 使用点,刷子,笔进行绘图 |------ 2.4 在窗口中绘制设备相关位图,图标,设备无关位图 |------ 2.5 使用各种映射方式 |------ 2.6 多边形和剪贴区域 +-- 第三章 文档视结构 |------ 3.1 文档 视图 框架窗口间的关系和消息传送规律 |------ 3.2 接收用户输入 |------ 3.3 使用菜单 |------ 3.4 文档,视,框架之间相互作用 |------ 3.5 利用序列化进行文件读写 |------ 3.6 MFC中所提供的各种视类介绍 +-- 第四章 窗口控件 |------ 4.1 Button |------ 4.2 Static Box |------ 4.3 Edit Box |------ 4.4 Scroll Bar |------ 4.5 List Box/Check List Box |------ 4.6 Combo Box/Combo Box Ex |------ 4.7 Tree Ctrl |------ 4.8 List Ctrl |------ 4.9 Tab Ctrl |------ 4.A Tool Bar |------ 4.B Status Bar |------ 4.C Dialog Bar |------ 4.D 利用AppWizard创建并使用ToolBar StatusBar Dialog Bar |------ 4.E General Window |------ 4.F 关于WM_NOTIFY的使用方法 +-- 第五章 对话框 |------ 5.1 使用资源编辑器编辑对话框 |------ 5.2 创建有模式对话框 |------ 5.3 创建无模式对话框 |------ 5.4 在对话框中进行消息映射 |------ 5.5 在对话框中进行数据交换和数据检查 |------ 5.6 使用属性对话框 |------ 5.7 使用通用对话框 |------ 5.8 建立以对话框为基础的应用 |------ 5.9 使用对话框作为子窗口 +-- 第六章 网络通信开发 |------ 6.1 WinSock介绍 |------ 6.2 利用WinSock进行无连接的通信 +------ 6.3 利用WinSock建立有连接的通信

2012-12-09

VC经典教程

VC经典教程 入门教程 国人写的,基本的例子都有。 菜鸟可以看看。

2012-12-09

YUVTools 试用版

YUV / RGB Format Selection: Whether you are going to use YUVPlayer, YUVConvertor, YUVAnalyser or YUVEditor, you need to load or save YUV files, and need to specify the right YUV format. When you select a file to read or write, a YUV format selection dialog will pop up, to help you to pick up a right YUV format. Writing a YUV file will be relatively easier than reading one. Since you can choose whatever format (as long as it is valid) format to write. On the other hand, to read a YUV file, you need to specify its data format: whether it is in 4:4:4, 4:2:2 or 4:2:0 sampling format, whether it has one single progressive frame or two interlaced fields, whether its pixel is packed or in planar format. If you do not know the format, this dialog will provide a help for you to guess one. Whenever a format is selected, three pictures will be displayed. The first one is the preview image, which is a scaled image of the first YUV frame. If you see a right colorful and meaningful image, you have selected the right format. The second is the diagram illustration of the data structure, to help you understand the internal data organization inside the file. The third one is the data dump of the file, which is the data display byte by byte (scaled). It provides you a "global view" of the data inside the file, and can be useful for you to guess what's the right format.

2012-11-22

myBase-Desktop-Ver651u-Setup.zip

mybase,6.5.1,官网发布版本

2021-05-06

VIM手册 VIM manual

VIM手册 2017年8月下载的最新版本,方便大家查阅使用。 目录如下: 1 Basic Editing 2 Editing a Little Faster 3 Searching 4 Text Blocks and Multiple Files 5 Windows 6 Basic Visual Mode 7 Commands for Programmers 8 Basic Abbreviations, Keyboard Mapping, and Initialization Files 9 Basic Command-Mode Commands 10 Basic GUI Usage 11 Dealing with Text Files 12 Automatic Completion 13 Autocommands 14 File Recovery and Command-Line Arguments 15 Miscellaneous Commands 16 Cookbook 17 Topics Not Covered

2017-08-31

stm32 embedded software solutions

stm32 embedded software solutions stm32第三方软件合作,以及提供的软件功能列表。

2016-10-05

MCS9865驱动

MosChip Semiconductor Technology Ltd. Drivers MCS9865 Win7驱动 其他版本操作系统请到一下链接下载: http://www.drivers-download.com/en/download.php?id=170&did=127

2016-02-14

repo repo脚本

repo脚本 现在已无法在google下载到repo脚本了。 这是我费了好大力才从google下载到的。 请下载试用。

2015-12-13

YUVviewer源码

YUVviewer源码,下载编译查看YUV,RGB等文件。

2015-09-17

I2C协议 I2C规范

I2C协议,NXP官网版本,英文原版。 I2C-bus specification and user manual Rev. 6 — 4 April 2014

2015-09-04

skill_scripts.rar

brd文件转pads文件,需要在allegro中运行此脚本来转换。 下载试试吧。

2015-06-15

git 1.8.4.2

git 1.8.4.2 编译方法: 解压后 1. ./configure 2. make 3. make install

2015-05-08

can4linux源码

linux下CAN总线驱动,字符类驱动。 包含部分芯片的驱动。

2015-03-05

Patterns for time-triggered embedded systems

Patterns for time triggered embedded systems pdf 注意:英文版清晰版 另外 还有对应的C代码一起打包 不要分 免费下载

2015-02-28

RS-ECC源码

rscode-1.3.tgz RSCODE version 1.3 See the files config.doc documentation of some compile time parameters rs.doc overview of the Reed-Solomon coding program rs.man a man page, slightly outdated at this point example.c a simple example of encoding,decoding, and error correction Makefile should work on a Sun system, may require GNU make. Henry Minsky [email protected] * (c) Henry Minsky ([email protected]) 1991-2009 * * This software library is licensed under terms of the GNU GENERAL * PUBLIC LICENSE. (See gpl.txt) * * Commercial licensing is available under a separate license, please * contact author for details. * * Source code is available at http://rscode.sourceforge.net

2014-11-07

Nand ECC各种算法

Hamming Reed-Solomon Binary BCH

2014-09-10

git windows

如果你的windows系统需要安装git,请下载这个。 Git-1.8.1.2-preview20130201.exe

2014-07-04

orcad修改同步到pads

orcad修改同步到pads orcad修改后,如何同步到pads??? 请看此文档。

2014-05-24

git-1.7.12.4.tar.gz

git 1.7.12.4。 有需要安装git的请下载这个编译: ./configure --prefix=/usr/local make make install

2014-05-13

HowYaffsWorks

How YAFFS Works Charles Manning 2007­2010

2014-04-18

DVI Specification

DVI Specification。 DVI手册,详细介绍了DVI的各种接口。 以及各个接口中引脚的定义。

2014-04-14

AnyBizSoft.PDF.to.Word_PortableSoft.rar

AnyBizSoft PDF转Word,我用过的最好的PDF转Word工具,推荐。 没注册之前,只能转换5页。 这个是免费注册的,按照提示的网址进行注册即可获得注册码。

2014-03-22

Nand Flash ECC

What Types of ECC Should Be Used on Flash Memory? 1. Abstract NOR Flash normally does not need ECC (Error-Correcting Code). On the other hand, NAND requires ECC to ensure data integrity. NAND Flash includes extra storage on each page to store ECC code as well as other information for wear-leveling, logical to physical block mapping, and other software overhead functions. The size of extra storage (spare area) is normally 16 byte per 512 byte sector but other sizes are also used. ECC algorithm correction strength (number of bit errors that can be corrected) depends on the ECC algorithm used to correct the errors (these algorithms may be implemented in either hardware or software). Simple Hamming codes can only correct single bit errors. Reed-Solomon code can correct more errors and is used on many of the current controllers. BCH (Bose, Ray-Chaudhuri, Hocquenghem) codes can also correct multiple bit errors and are becoming popular because of their improved efficiency over Reed-Solomon.

2014-02-17

空空如也

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

TA关注的人

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