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

Be

  • This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The too

    This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The tool uses the PDU SMS format. IRDA drivers are included. The functionality can Be implemented into applications for remote alerting or SMS authentification.

    标签: serial sending reading writing

    上传时间: 2013-12-17

    上传用户:s363994250

  • * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INC

    * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR Be LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D

    标签: WARRANTIES SOFTWARE PROVIDED EXPRESS

    上传时间: 2013-12-20

    上传用户:sxdtlqqjl

  • A so file copy script running on the Linux. It is a personal used small script. If you want to use i

    A so file copy script running on the Linux. It is a personal used small script. If you want to use it, it should Be Better updated

    标签: script personal running Linux

    上传时间: 2013-12-22

    上传用户:海陆空653

  • The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t

    The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can Be of use Beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to descriBe the game world.

    标签: game text-based The Adventure

    上传时间: 2014-01-15

    上传用户:cursor

  • NXP示例编码集,Software that is descriBed herein is for illustrative purposes only which provides custom

    NXP示例编码集,Software that is descriBed herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will Be suitable for the specified use without further testing or modification.

    标签: illustrative descriBed Software purposes

    上传时间: 2014-01-23

    上传用户:stampede

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud Be an integer m indicate the numBer of connections for the map. Following m lines descriBe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection Between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the numBer of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    标签: Implemented following compile command

    上传时间: 2014-01-01

    上传用户:lhc9102

  • Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and

    Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can Be created programmatically, or through a pluggable persistence mechanism. Functionality Maintains large collections of email addresses. Efficiently checks whether an address is in the collection or not.

    标签: addresses collections Overview Provides

    上传时间: 2013-12-17

    上传用户:xg262122

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must Be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must Be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should Be 2 * times the size of the input data type.

    标签: CONSTRAINTS considered module handle

    上传时间: 2015-09-07

    上传用户:qunquan

  • * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit

    * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or less, except the second-to-last digit must Be 5 or less. Time of day * values are valid if they conform to normally accepted clock values of * 1:00 to 12:59 for a 12-hour clock or 00:00 to 23:59 for a 24-hour clock.

    标签: functions DEFINITION accept digit

    上传时间: 2014-01-15

    上传用户:Divine

  • * DEFINITION * This is the header file for a library module used to calculate the median * of a

    * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would Be in the center if * the list were sorted. If the list contains an even numBer of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can Be used as a filtering * tool for rejecting noisy data.

    标签: DEFINITION calculate the library

    上传时间: 2015-09-07

    上传用户:refent