CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 读代码

搜索资源列表

  1. misraC

    0下载:
  2. MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:672124
    • 提供者:杨超
  1. Good_C++_programing_habit

    0下载:
  2. 看名字就知道了,怎么写出好的C代码,要想成为好的程序员。推荐一读-saw the name will know, how to write good C code, in order to become a good programmer. Suggest a Reading
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:697512
    • 提供者:billkim
  1. copymemory

    0下载:
  2. 将BMP,24位图读入内存中。看代码后就能理解了。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:857
    • 提供者:张海水
  1. HIS_SubSet_MISRA_C_1.0.3

    0下载:
  2. misra (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的misra C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:103168
    • 提供者:刘西圣
  1. Windows文件系统过滤驱动开发教程

    3下载:
  2. 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18724
    • 提供者:仇韬
  1. zlg500S_51_UART

    0下载:
  2. 此代码是522sRFID读卡器的开发技术文档,实现了各个功能模块-This code is the development of technical documentation 522sRFID reader to realize various functional modules
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:11774
    • 提供者:刘论
  1. cc++

    0下载:
  2. 高质量的编程指南,使代码写的更规范,更易读,更有效。-High-quality programming guide, so that code written in a more standardized, more readable and more effective.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:110669
    • 提供者:jone
  1. ickashuomingshu

    0下载:
  2. 此为深圳某公司非接触式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
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:343043
    • 提供者:岳琦
  1. flash_msp430

    0下载:
  2. 介绍430的flash读写的代码,是几篇网页文件资料-introduce the flash write and read codes of mps430
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:258930
    • 提供者:
  1. mir2CMD

    0下载:
  2. 把传奇的加密代码还原成可读懂的,用于研究传奇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
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3075300
    • 提供者:荣中洋
  1. USB_duqushuju

    0下载:
  2. 本文档描述了怎样编写一个在USB接口读写数据的程序,详细代码-This document describes how to write a USB interface to read and write data in the process, detailed code
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:6613
    • 提供者:lijun
  1. MISRAC2004

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:415729
    • 提供者:bruin
  1. VCchat

    0下载:
  2. 1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:82587
    • 提供者:xuxiaofeng
  1. robot

    0下载:
  2. 机器狗穿透还原的磁盘级文件读写完整驱动代码 希望对大家有所帮助-Robot through the file-level restore disk drive read and write the full code We want to help
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2200
    • 提供者:wangyun
  1. Read_mem

    0下载:
  2. 此压缩包包括完整的内存读写的代码和必要的文档说明,此算法简单易懂,适合一些初学人士-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
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:239295
    • 提供者:王强
  1. chs-clean-code

    0下载:
  2. 中文版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.
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:18347008
    • 提供者:hscbd
  1. I2C

    0下载:
  2. I2C调试通过,使用于MSP430G2553,24C02的读写驱动代码,C语言编写-I2C debugging through the use in MSP430G2553, 24C02 read and write driver code, C language
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:22910
    • 提供者:zhangyongbo
  1. arm--c

    0下载:
  2. 怎样为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。
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:137111
    • 提供者:丰城
  1. leveldb-shixianjiexi

    0下载:
  2. LevelDB是Jeff Dean, Sanjay Ghemawat的作品,实在是值得大家仔细品读。Cache机制非常简单,相信大家通过这篇文章能够非常清楚的了解其cache实现,其思路其实和文件系统的cache是一样的。另外,淘宝已经在Tair线上环境中大量使用了LevelDB存储引擎,推荐那岩写的《LevelDB实现解析》,35页的文档,结合着读代码,会对理解代码,有非常大的帮助。 -LevelDB is Jeff Dean and Sanjay Ghemawat s work, it
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:589071
    • 提供者:hhkk
  1. artcode

    0下载:
  2. 编写可读代码的艺术 整理书签,看起来更顺畅, 版面也整理过了-Organize bookmarks, it looks smoother forum also collated
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:11123348
    • 提供者:dyf
« 12 »
搜珍网 www.dssz.com