搜索结果
找到约 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)
Symbian 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the
手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there will only be one flip closed view. :( That s ...
驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
其他 The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to de
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
网络 This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or
This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cr ...
Delphi控件源码 报表源码 FastReport 3 is new generation of the report generators components. It consists of report engin
报表源码 FastReport 3 is new generation of the report generators components. It consists of report engine, designer and preview. FastReport 3 can be installed in Delphi 4-7 and C++Builder 4-6.
单片机开发 This version of the code is compatible only with the AT89C2051 due to the location of the data buf
This version of the code is compatible only with the AT89C2051 due to the
location of the data buffer and stack in RAM. The code may be modified to
work with the AT89C1051 by relocating or resizing the buffer and stack to
fit into the smaller amount of RAM available in the AT89C1051.
其他 The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fai ...
操作系统开发 Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po
Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes
emulation of the Intel x86 CPU, common I/O devices, and a custom
BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including ...
数学计算 Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to b ...