項(xiàng)目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個(gè)串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個(gè)端口的兩個(gè)方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個(gè)串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個(gè)方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers
標(biāo)簽: serial port specified logging
上傳時(shí)間: 2014-01-17
上傳用戶:許小華
項(xiàng)目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個(gè)串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個(gè)端口的兩個(gè)方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個(gè)串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個(gè)方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers
標(biāo)簽: serial port specified logging
上傳時(shí)間: 2013-12-12
上傳用戶:silenthink
This example application is a collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a Nokia device. The application is optimized for devices with the resolution 170 x 208 pixels used in portrait mode. This example application is closely related to the document Flash Lite: Visual Guide, and it is highly recommended to read the document before going through this example.
標(biāo)簽: application collection usability example
上傳時(shí)間: 2015-10-05
上傳用戶:trepb001
The initial planning and thinking about this book began during a discussion of SQL Server futures in July 2001. The discussion was with Rob Howard during a trip to Microsoft to discuss the first book I was working on at that time. After that, I stayed involved in what was happening in ADO.NET by going to the SQL Server Yukon Technical Preview in Bellevue, Washington, in February 2002 and by working with the ASP.NET and SQL Server teams at Microsoft since July 2003.
標(biāo)簽: discussion planning thinking initial
上傳時(shí)間: 2014-01-08
上傳用戶:cjf0304
The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.
標(biāo)簽: arithmetic high-speed ultimately efficient
上傳時(shí)間: 2014-11-30
上傳用戶:lizhen9880
ASP開發(fā)指南,里面的西很不錯(cuò)的喲.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their projects, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it.
標(biāo)簽: for interface anyone about
上傳時(shí)間: 2016-02-16
上傳用戶:sjyy1001
北京大學(xué)ACM比賽題目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries as "What are the minimum and maximum numbers in the subtree whose root node is X?" Please try to find answers for there queries.
標(biāo)簽: the Consider infinite numbers
上傳時(shí)間: 2013-12-16
上傳用戶:日光微瀾
If you d like to create web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we re going to use a library called "Tapestry" that makes complicated stuff simple and elegant.
標(biāo)簽: applications importantly you web-based
上傳時(shí)間: 2016-09-29
上傳用戶:宋桃子
This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.
標(biāo)簽: intermediate you quickly dummy
上傳時(shí)間: 2014-01-09
上傳用戶:wpwpwlxwlx
You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.
標(biāo)簽: CodeProject provides service methods
上傳時(shí)間: 2014-01-25
上傳用戶:baiom
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1