搜索结果
找到约 48 项符合
reads 的查询结果
按分类筛选
- 全部分类
- Java编程 (5)
- 单片机开发 (5)
- matlab例程 (3)
- 源码 (2)
- 技术资料 (2)
- 其他 (2)
- 编译器/解释器 (2)
- 嵌入式/单片机编程 (2)
- 人工智能/神经网络 (2)
- Java书籍 (2)
- GPS编程 (2)
- VIP专区 (2)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 书籍源码 (1)
- 通信网络 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- 串口编程 (1)
- Applet (1)
- 数学计算 (1)
- 汇编语言 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- 交通/航空行业 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
编译器/解释器 A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which t
A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy
program n analyses it. The program can be extended by adding more.
Linux/Unix编程 IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres
源码 read_segy_file_legacy
read_segy_file_legacy
Function reads a SEG-Y file and outputs a
seismic structure
Last updated: April 6, 2007: fix bug in reading
of user-specified header
驱动编程 IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes present on a bus.
Java编程 The view238 application is a simple tool for graphically displaying STEP-NC toolpaths. It is a Java
The view238 application is a simple tool for graphically displaying STEP-NC toolpaths. It is a Java application that reads AP-238 XML data using the DOM inferface, then finds and display the toolpaths within. At present, only polylines, and circular arcs are processed.
单片机开发 Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adap
Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adapters that connect the PC serial port to a vehicle. It reads vehicle diagnostic info from vehicle electronic control unit (ecu). The source code is compiled and run in linux environment.
单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that cha ...
单片机开发 // This program measures the voltage on an external ADC input and prints the // result to a termin
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is clocked using the internal 24.5MHz oscillator.
// Results are printed to the UART from a loop with the rate set by a delay
// based on Timer 2. This loop p ...
其他 Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a pr
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be ...
Java书籍 Shop Cart
An application that adds products to
an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the
work has been done for you and is provided in the student archive. You will
implement the method in ShoppingCartApplication that rea ...