搜索资源列表
misraC
- MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌
Good_C++_programing_habit
- 看名字就知道了,怎么写出好的C代码,要想成为好的程序员。推荐一读-saw the name will know, how to write good C code, in order to become a good programmer. Suggest a Reading
copymemory
- 将BMP,24位图读入内存中。看代码后就能理解了。
HIS_SubSet_MISRA_C_1.0.3
- misra (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的misra C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
zlg500S_51_UART
- 此代码是522sRFID读卡器的开发技术文档,实现了各个功能模块-This code is the development of technical documentation 522sRFID reader to realize various functional modules
cc++
- 高质量的编程指南,使代码写的更规范,更易读,更有效。-High-quality programming guide, so that code written in a more standardized, more readable and more effective.
ickashuomingshu
- 此为深圳某公司非接触式IC卡读写器开发说明书和程序使用说明书,读者可以举一反三,根据自己的开发经验做出自己的代码~-This is Shenzhen, a company non-contact IC card reader used to develop manuals and procedures manuals, readers can learn by analogy, according to its own development experience to make their c
flash_msp430
- 介绍430的flash读写的代码,是几篇网页文件资料-introduce the flash write and read codes of mps430
mir2CMD
- 把传奇的加密代码还原成可读懂的,用于研究传奇2的各种操作命令和数据传送原理-The legend to restore the encryption code can be read and used to study a variety of legendary 2 command and data transfer operation principle
USB_duqushuju
- 本文档描述了怎样编写一个在USB接口读写数据的程序,详细代码-This document describes how to write a USB interface to read and write data in the process, detailed code
MISRAC2004
- MISRA-C-2004_工业标准的C编程规范中文版,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。-MISRA-C-2004_ industry-standard Chinese version of C programming specifications, the standard includes 127 C language coding standards, usually considered, if we
VCchat
- 1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求
robot
- 机器狗穿透还原的磁盘级文件读写完整驱动代码 希望对大家有所帮助-Robot through the file-level restore disk drive read and write the full code We want to help
Read_mem
- 此压缩包包括完整的内存读写的代码和必要的文档说明,此算法简单易懂,适合一些初学人士-This archive includes a complete memory read and write the code and the necessary documentation, this algorithm is simple and easy to understand for some of the beginners
chs-clean-code
- 中文版clean code 代码整洁之道,非常值得一读,对你提高代码质量会很有帮助的。-Clean code code tidy in the Chinese version of the road, is well worth reading, and improve the quality of the code would be helpful to you.
I2C
- I2C调试通过,使用于MSP430G2553,24C02的读写驱动代码,C语言编写-I2C debugging through the use in MSP430G2553, 24C02 read and write driver code, C language
arm--c
- 怎样为arm写c代码。怎么通过读datasheet来编写相应c代码提供参考方法。-How to write c code for arm. How to read through the datasheet to write the corresponding C code to provide reference method。
leveldb-shixianjiexi
- LevelDB是Jeff Dean, Sanjay Ghemawat的作品,实在是值得大家仔细品读。Cache机制非常简单,相信大家通过这篇文章能够非常清楚的了解其cache实现,其思路其实和文件系统的cache是一样的。另外,淘宝已经在Tair线上环境中大量使用了LevelDB存储引擎,推荐那岩写的《LevelDB实现解析》,35页的文档,结合着读代码,会对理解代码,有非常大的帮助。 -LevelDB is Jeff Dean and Sanjay Ghemawat s work, it
artcode
- 编写可读代码的艺术 整理书签,看起来更顺畅, 版面也整理过了-Organize bookmarks, it looks smoother forum also collated