虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

read

  • this is the book for vhdl which is explained for beggining student . it is so much easy to understan

    this is the book for vhdl which is explained for beggining student . it is so much easy to understand for the beginners.so just read it.

    标签: beggining for explained understan

    上传时间: 2013-12-15

    上传用户:kytqcool

  • ds18b20 digitsl 1-wire thermometer with programmable resolution code for initialization write and re

    ds18b20 digitsl 1-wire thermometer with programmable resolution code for initialization write and read and convert temperature functions

    标签: initialization programmable thermometer resolution

    上传时间: 2017-08-29

    上传用户:225588

  • 很珍贵的资料

    很珍贵的资料,本人花了近一年的时间才稿定了,这个主要说明cip控制协议在linux的编程说明及数据包装。先上转read数据包装方式,有空再上传write的。

    标签:

    上传时间: 2013-12-19

    上传用户:youke111

  • The task in this assignment is to implement an airline routing system. Your system should be able t

    The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest route (ie path) between them.

    标签: system assignment implement airline

    上传时间: 2017-09-07

    上传用户:kiklkook

  • svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling

    svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" script. The "svdsum" script can be run after all output files of the form <dataset>.outN, where N=1,2,... have been produced by svdrun. more details please read the file readme!

    标签: instrumented directory compiling SVDPACKC

    上传时间: 2017-09-24

    上传用户:manking0408

  • JAVA_3

    JAVA_3,read and writer JAVA_3,read and writer JAVA_3,read and writer

    标签: JAVA

    上传时间: 2017-09-26

    上传用户:cjf0304

  • Windows read compass sensor code

    现在很多windows平板 带有很多sensor  本代码可以运行在win8、win10下 读取compass的值 只要稍加修改API中的参数 即可读取其他sensor的值 大家可以从中学习如何在windows下如何读取传感器数值 例如Lightsensor Accelerometer Gyrometer P-sensor等

    标签: Sensor code

    上传时间: 2016-04-12

    上传用户:aiai

  • atmel studio ICM30630

    The package can read ICM30630 raw datas by SPI interface.

    标签: studio atmel 30630 ICM

    上传时间: 2016-08-24

    上传用户:zhanglcss

  • eeprom

    eeprom read/write

    标签: eeprom

    上传时间: 2016-12-20

    上传用户:a88387281

  • PL0语言设计一个词法分析器

    PL0语言是与pascal类似的语言,但是比pascal语言的词法、语法更加严格苛刻。 在PL0语言中,只有五种类型的单词:关键字、用户自定义标识符、数字、特殊符号以及非法标识符。 根据题目给出的PL0的文法,关键字只有如下几个: Const——用来声明常量; Var——用来声明变量; Procedure——用来声明过程; Begin——声明过程的开始; End——声明过程的结束; Ood——单目运算符,声明为关键字; If——条件语句; Then——条件语句; Call——声明调用函数; While——循环语句; read——读文件语句; Write——写文件语句; 对于用户自定义标识符应该满足:以字母开头,其后是字母和数字的组合,即:字母(字母|数字)* 数字则是数字字符(0——9)组成的数字串; 特殊符号有如下几个: +,-,*,/,=<>,<,>=,<=,:= 把关键字、算符和界符称为语言固有的单词,标识符、常量称为用户自定义的单词。 为此设置三个全程量:SYM,ID,NUM。 SYM:存放每个单词的类别,为内部编码的表示形式; ID:存放用户所定义的标识符的值,即标识符字符串的机内表示; NUM:存放用户定义的数。

    标签: PL0 语言 分析器

    上传时间: 2017-06-20

    上传用户:lbxxx