搜索结果
找到约 406 项符合
BETWEEN 的查询结果
按分类筛选
- 全部分类
- 书籍 (51)
- 单片机编程 (36)
- matlab例程 (24)
- 其他 (20)
- 其他书籍 (19)
- Java编程 (17)
- 单片机开发 (16)
- 技术资料 (15)
- 模拟电子 (9)
- 数学计算 (9)
- 驱动编程 (8)
- 行业发展研究 (8)
- 通讯编程文档 (8)
- 论文 (7)
- 电源技术 (6)
- 可编程逻辑 (6)
- 人工智能/神经网络 (6)
- 软件设计/软件工程 (6)
- 通讯/手机编程 (6)
- Linux/Unix编程 (5)
- 文件格式 (5)
- 嵌入式/单片机编程 (5)
- 数值算法/人工智能 (5)
- 编译器/解释器 (5)
- GPS编程 (4)
- DSP编程 (4)
- 文章/文档 (4)
- Internet/网络编程 (4)
- CA认证 (4)
- 书籍源码 (4)
- 无线通信 (3)
- 接口技术 (3)
- 串口编程 (3)
- 电子书籍 (3)
- 其他嵌入式/单片机内容 (3)
- SQL Server (3)
- PCB相关 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 压缩解压 (2)
- VHDL/FPGA/Verilog (2)
- 汇编语言 (2)
- J2ME (2)
- 软件工程 (2)
- JavaScript (2)
- VC书籍 (2)
- 数据结构 (2)
- USB编程 (2)
- VIP专区 (2)
- 学术论文 (1)
- 通信网络 (1)
- 教程资料 (1)
- *行业应用 (1)
- 传真(Fax)编程 (1)
- Applet (1)
- Windows CE (1)
- Java书籍 (1)
- 手机短信编程 (1)
- Symbian (1)
- 交通/航空行业 (1)
- 医药行业 (1)
- 网络 (1)
- 技术管理 (1)
- 企业管理 (1)
- 微处理器开发 (1)
- 系统设计方案 (1)
- 手机彩信(MMS)编程 (1)
- BREW编程 (1)
- MTK (1)
- RFID编程 (1)
- 加密解密 (1)
- 中间件编程 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- uCOS (1)
- 游戏 (1)
- 3G开发 (1)
- 技术书籍 (1)
- 技术教程 (1)
- Matlab (1)
- 工业控制 (1)
- 资料/手册 (1)
- 其他文档 (1)
- 行业应用 (1)
- 源码 (1)
手机短信编程 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 ...
人工智能/神经网络 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 ...
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 ...
单片机开发 * 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 ...
其他书籍 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 ...
其他 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 ...
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.
数值算法/人工智能 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 ...
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. ...
压缩解压 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 ...