搜索结果
找到约 1,986 项符合
BE 的查询结果
按分类筛选
- 全部分类
- 书籍 (172)
- 其他 (112)
- 单片机开发 (107)
- 其他书籍 (102)
- matlab例程 (99)
- 单片机编程 (84)
- Java编程 (67)
- Linux/Unix编程 (62)
- 技术资料 (56)
- 微处理器开发 (38)
- 可编程逻辑 (37)
- 人工智能/神经网络 (37)
- 数学计算 (37)
- 电源技术 (35)
- 模拟电子 (33)
- VHDL/FPGA/Verilog (32)
- VC书籍 (31)
- 嵌入式/单片机编程 (31)
- 压缩解压 (26)
- 编译器/解释器 (26)
- Java书籍 (25)
- 通讯/手机编程 (23)
- 网络 (23)
- 行业发展研究 (23)
- 加密解密 (23)
- 教程资料 (22)
- 通讯编程文档 (22)
- 文章/文档 (22)
- 软件工程 (21)
- 电子书籍 (21)
- Delphi控件源码 (21)
- 软件设计/软件工程 (21)
- 数值算法/人工智能 (20)
- 汇编语言 (20)
- 驱动编程 (20)
- 系统设计方案 (20)
- 其他嵌入式/单片机内容 (19)
- 数据结构 (18)
- DSP编程 (18)
- 书籍源码 (17)
- 无线通信 (14)
- Internet/网络编程 (14)
- 文件格式 (14)
- Windows CE (12)
- J2ME (12)
- 测试测量 (10)
- 嵌入式综合 (9)
- 编辑器/阅读器 (9)
- 嵌入式Linux (9)
- 多媒体处理 (8)
- 其他数据库 (8)
- 论文 (8)
- 其他行业 (7)
- 技术管理 (7)
- SQL Server (7)
- 游戏 (7)
- *行业应用 (7)
- GPS编程 (7)
- 传感与控制 (6)
- Windows Mobile (6)
- 手机短信编程 (6)
- Symbian (6)
- 操作系统开发 (6)
- Jsp/Servlet (6)
- 技术书籍 (6)
- 通信网络 (5)
- 邮电通讯系统 (5)
- 多国语言处理 (5)
- USB编程 (5)
- PCB相关 (4)
- Applet (4)
- MySQL数据库 (4)
- 金融证券系统 (4)
- VxWorks (4)
- FlashMX/Flex源码 (4)
- VIP专区 (4)
- allegro (3)
- 数据库系统 (3)
- 串口编程 (3)
- uCOS (3)
- 人物传记/成功经验 (3)
- Delphi/CppBuilder (3)
- 源码/资料 (3)
- Linux/uClinux/Unix编程 (3)
- 源码 (3)
- 软件 (3)
- 行业应用文档 (2)
- 资料/手册 (2)
- Mentor (2)
- C/C++语言编程 (2)
- 手机彩信(MMS)编程 (2)
- RFID编程 (2)
- 企业管理 (2)
- 认证考试资料 (2)
- 中间件编程 (2)
- STL (2)
- BREW编程 (2)
- 软件测试 (2)
- 接口技术 (2)
- 其他 (2)
DSP编程 2005 Center for Biological & Computational Learning at MIT and MIT All rights reserved. Permissio
2005
Center for Biological & Computational Learning at MIT and MIT
All rights reserved.
Permission to copy and modify this data, software, and its documentation only
for internal research use in your organization is hereby granted, provided
that this notice is retained thereon and on all copies. Th ...
嵌入式Linux LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into y
LCD and Keyboard ARMulator model for the ADS Source Code
Copy the provided ARMulate folder into your ADS directory tree
at the root, for example in c:\ADSv1_1. If prompted to
overwrite files, choose Yes.
The batch file copy_console.bat will place the appropriate
files inside the \Bin directory s ...
软件设计/软件工程 function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensions
% if x,y are matrices, rather than vectors, columns are
% assumed to correspond to independent real ...
Applet Predefined Style options define the style by setting several other options. If other options are als
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed la ...
其他书籍 OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a
OpenCV means Intel&reg Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms.
OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It ...
网络 KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one p
KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one partner directly. The tool needs no server. It may be called from KPhoneSI as external session. Indeed, I develloped the tool mainly to demonstrate KPhoneSI s concept of external sessions!
电子书籍 Listed below are the typographical conventions used in this guide. – Example C++ code and commands
Listed below are the typographical conventions used in this guide.
– Example C++ code and commands to be typed by the user are in non-bold characters in typewriter
font.
– Items where the user has to supply a name or number are given in lower-case italic characters in
typewriter font.
– Sections ...
人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up
this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
Notes:
1. Input error checking included
2. Inputs can be specified in any order, s ...
系统设计方案 The purpose of this chapter is to present a survey of recent publications concerning medical image
The purpose of this chapter is to present a survey of recent publications concerning medical
image registration techniques. These publications will be classified according to a model based
on nine salient criteria, the main dichotomy of which is extrinsic versus intrinsic methods
matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...