搜索结果

找到约 406 项符合 BETWEEN 的查询结果

按分类筛选

显示更多分类

手机短信编程 LemonSMS is a component developed in Java that provides a turnkey solution for application developer

LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages. LemonSMS acts as a middleware between a Java application and a GSM Modem or Data en ...
https://www.eeworm.com/dl/622/191739.html
下载: 143
查看: 1053

人工智能/神经网络 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 ...
https://www.eeworm.com/dl/650/192600.html
下载: 73
查看: 1024

Java编程 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,

JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed betwee ...
https://www.eeworm.com/dl/633/193219.html
下载: 150
查看: 1028

单片机开发 * This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fi

* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of minutes since midnight * or a BCD number formatted acco ...
https://www.eeworm.com/dl/648/193589.html
下载: 194
查看: 1082

其他书籍 In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in ...
https://www.eeworm.com/dl/542/199050.html
下载: 113
查看: 1063

其他 Problem Statement You are given a string input. You are to find the longest substring of input su

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameter ...
https://www.eeworm.com/dl/534/199662.html
下载: 68
查看: 1164

DSP编程 This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of t

This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of the AC 97 communication link between SPORT0 on the ADSP-BF535 and the AD1885 stereo Codec.
https://www.eeworm.com/dl/516/202188.html
下载: 64
查看: 1056

数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro

Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that ...
https://www.eeworm.com/dl/518/204069.html
下载: 150
查看: 1038

Linux/Unix编程 American Gladiator,You are consulting for a game show in which n contestants are pitted against n gl

American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of 1-on-1 matches between contestants and gladiators. ...
https://www.eeworm.com/dl/619/205671.html
下载: 180
查看: 1085

压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder

We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
https://www.eeworm.com/dl/617/206209.html
下载: 151
查看: 1053