搜索结果
找到约 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 directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file syst
This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variab ...
数值算法/人工智能 WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode b
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few ...
Delphi控件源码 此代码可以实现以下功能 使用wordappalication 组件
此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end ...
嵌入式/单片机编程 This program is free software you can redistribute it and/or modify it under the terms of the GNU Ge
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful ...
微处理器开发 ATmega8 taillight circuitA more complex C program that implements different flashing patterns under
ATmega8 taillight circuitA more complex C program that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks are to be awarded for the quality of the code than ...
数学计算 This program will ask how many numbers you want to find the average of, then it will allow you to en
This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
加密解密 RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algori
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
系统设计方案 1997年9月
1997年9月,NIST征集AES方案,以替代DES。 1999年8月,以下5个方案成为最终候选方案:MARS, RC6, Rijndael, Serpent, Twofish。 2000年10月,由比利时的Joan Daemen和Vincent Rijmen提出的算法最终胜出。( Rijndael 读成Rain Doll。) http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ ...
驱动编程 FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.