java界面运行在pc上,write.c载到linux系统的节点上,两者通过串口进行通信。然后在pc上运行test,在界面中输入ttyUSB0,点open按钮,然后点read按钮。接着在节点上./write运行write就能在界面上显示接收到信息。
上传时间: 2017-07-17
上传用户:笨小孩
里面有课程设计详细说明书和数据流程图,还有业务流程图-Library Management System Design Manual, there are curriculum design and data flow chart of a detailed prospectus, as well as the operational flow chart
上传时间: 2017-07-23
上传用户:xinyuzhiqiwuwu
this is develop in java. you can see how to print a kind of star. its very usefull to learn a java programming. how the logic can be write to code in java
标签: java develop usefull print
上传时间: 2017-07-25
上传用户:changeboy
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_family = AF_INET address.sin_addr.s_addr = inet_addr("127.0.0.1") address.sin_port = 9734 len = sizeof(address) result = connect(sockfd, (struct sockaddr *)&address, len) if(result == -1) { perror("oops: client") exit(1) } write(sockfd, &ch, 1) read(sockfd, &ch, 1) printf("char from server = c\n", ch) close(sockfd) exit(0) }
上传时间: 2017-07-29
上传用户:wab1981
This is inportent program for energy sector engineers. This matlab code is based on Newton Rapshion load flow calculations. Use it.
标签: This inportent engineers Rapshion
上传时间: 2014-01-17
上传用户:zgu489
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
标签: state algorithme Program problem
上传时间: 2017-08-12
上传用户:jjj0202
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code. Fact: If you make a habit of reading good code, you will write better code yourself.
上传时间: 2017-08-13
上传用户:jyycc
Installation of PelcoNet NET300 requires support from your network administrator. Contact your administrator to assist with STEP 2A – Configuring PelcoNet Using HyperTerminal. Write down the following information from your network administrator:
标签: your administrator Installation PelcoNet
上传时间: 2014-01-02
上传用户:钓鳌牧马
The Open Radar Data Acquisition (ORDA) subsystem replaces the current WSR-88D Radar Data Acquisition subsystem with improved receiver and signal processing hardware and with improved user interface, signal processing and diagnostics software. This paper will discuss the input data from the digital receiver, the ORDA signal processing, and the data output from the ORDA hardware. Specifications of the ORDA digital receiver will be presented. The paper outlines the critical radar signal processing flow and provides analysis of new spectrum width computations and clutter filtering schemes used in the ORDA system. Where appropriate, ORDA performance enhancements, data quality improvements and reliability and maintenance improvements will be highlighted.
标签: Radar Data Acquisition Acquisiti
上传时间: 2017-08-25
上传用户:leixinzhuo
Click is a modular router toolkit. To use it you ll need to know how to compile and install the software, how to write router configurations, and how to write new elements. Our ACM Transactions on Computer Systems paper, available from the Web site, will give you a feeling for what Click can do. Using the optimization tools under CLICKDIR/tools, you can get even better performance than that paper describes.
标签: compile install modular toolkit
上传时间: 2013-12-20
上传用户:wangchong