搜索结果
找到约 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)
单片机开发 * * 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, INCID ...
Linux/Unix编程 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
Java编程 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 proje ...
嵌入式/单片机编程 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 sof ...
人工智能/神经网络 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编程 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 lar ...
单片机开发 * 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 mu ...
单片机开发 * 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. T ...
单片机开发 * 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 th ...
行业发展研究 A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and subspace est
A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and
subspace estimation is proposed. It is shown that the detector can be expressed as an anchored
signal in the signal subspace and the coefficients can be estimated by the Kalman filter using only
the signature wave ...