搜索结果
找到约 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)
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
Linux/Unix编程 The fluid editor is a prototype source code editor supporting a "bring from" exploration model.With
The fluid editor is a prototype source code editor supporting a "bring from" exploration model.With the fluid editor programmers can avoid explicit navigation between source documents by incorporating related code into the document under examination
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
Java编程 SMSTransceiver (short message service transmitter and receiver [transceiver]) is a tool for sending
SMSTransceiver (short message service transmitter and receiver [transceiver]) is a tool for sending and receiving SMS via a serial or infrared connection between PC and a mobile phone.
数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of
遗传算法和“货郎担” 问题:
"The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
matlab例程 EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc
EKF-SLAM Simulator
This version of the simulator uses global variables for
all large objects, such as the state covariance matrix.
While bad programming practice, it is a necessary evil
for MatLab efficiency, as MatLab has no facility to avoid
gratuitous memory allocation and copying when passing
( ...
其他书籍 The design of control systems involving piezoelectric actuators and sensors requires an accurate kno
The design of control systems involving piezoelectric actuators and sensors requires an accurate knowledge of the transfer functions between the inputs and the outputs of the system.
matlab例程 I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embed
I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise.
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...