This inspired me to make this tool. This tool is not a professional one but shows an example which makes use of the System.Diagnostics namespace. With this tool, you can write small console based Java programs, compile and run. Just a way to practically learn Java.
標(biāo)簽: This tool professional inspired
上傳時(shí)間: 2014-01-10
上傳用戶:561596
java界面運(yùn)行在pc上,write.c載到linux系統(tǒng)的節(jié)點(diǎn)上,兩者通過串口進(jìn)行通信。然后在pc上運(yùn)行test,在界面中輸入ttyUSB0,點(diǎn)open按鈕,然后點(diǎn)read按鈕。接著在節(jié)點(diǎn)上./write運(yùn)行write就能在界面上顯示接收到信息。
上傳時(shí)間: 2017-07-17
上傳用戶:笨小孩
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
標(biāo)簽: java develop usefull print
上傳時(shí)間: 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) }
標(biāo)簽: include socket sys gt
上傳時(shí)間: 2017-07-29
上傳用戶:wab1981
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
標(biāo)簽: state algorithme Program problem
上傳時(shí)間: 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.
上傳時(shí)間: 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:
標(biāo)簽: your administrator Installation PelcoNet
上傳時(shí)間: 2014-01-02
上傳用戶:釣鰲牧馬
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.
標(biāo)簽: compile install modular toolkit
上傳時(shí)間: 2013-12-20
上傳用戶:wangchong
很珍貴的資料,本人花了近一年的時(shí)間才稿定了,這個(gè)主要說明cip控制協(xié)議在linux的編程說明及數(shù)據(jù)包裝。先上轉(zhuǎn)read數(shù)據(jù)包裝方式,有空再上傳write的。
標(biāo)簽:
上傳時(shí)間: 2013-12-19
上傳用戶:youke111
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It s the book you hold in your hands. And it s the book I would like to have had when I was learning to program Windows the MFC way.
標(biāo)簽: programming colleagues industry Charles
上傳時(shí)間: 2014-01-10
上傳用戶:曹云鵬
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1