搜索结果
找到约 295 项符合
Without 的查询结果
按分类筛选
- 全部分类
- 书籍 (28)
- Java编程 (18)
- 单片机编程 (17)
- 其他书籍 (16)
- 其他 (13)
- 单片机开发 (12)
- matlab例程 (11)
- 电源技术 (10)
- 技术资料 (9)
- 嵌入式/单片机编程 (8)
- 其他嵌入式/单片机内容 (7)
- Linux/Unix编程 (7)
- 可编程逻辑 (6)
- Internet/网络编程 (6)
- 软件设计/软件工程 (6)
- 微处理器开发 (6)
- DSP编程 (5)
- Delphi控件源码 (5)
- 软件工程 (5)
- 电子书籍 (5)
- 模拟电子 (4)
- Java书籍 (4)
- VC书籍 (4)
- 文章/文档 (4)
- 通讯/手机编程 (4)
- 压缩解压 (4)
- PCB相关 (3)
- 教程资料 (3)
- 汇编语言 (3)
- 数据结构 (3)
- 通讯编程文档 (3)
- 嵌入式Linux (3)
- 编译器/解释器 (3)
- 通信网络 (2)
- 嵌入式综合 (2)
- 无线通信 (2)
- 开发工具 (2)
- 实用工具 (2)
- uCOS (2)
- 系统设计方案 (2)
- 数学计算 (2)
- 网络 (2)
- 驱动编程 (2)
- 加密解密 (2)
- 游戏 (2)
- 论文 (2)
- 开关电源 (1)
- 工控技术 (1)
- 手机彩信(MMS)编程 (1)
- Delphi/CppBuilder (1)
- VHDL/FPGA/Verilog (1)
- 其他数据库 (1)
- Windows CE (1)
- JavaScript (1)
- 邮电通讯系统 (1)
- 其他行业 (1)
- Applet (1)
- Symbian (1)
- 操作系统开发 (1)
- 编辑器/阅读器 (1)
- Ajax (1)
- 传真(Fax)编程 (1)
- 3G开发 (1)
- 数值算法/人工智能 (1)
- 源码/资料 (1)
- 技术书籍 (1)
- 其他文档 (1)
- 其他 (1)
- 手册 (1)
- VIP专区 (1)
其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-unit royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
all ...
VC书籍 This book introduces embedded systems to C and C++ programmers. Topics include testing memory device
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and m ...
matlab例程 FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)
FFTGUI Demonstration of Finite Fourier Transform.
FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)).
FFTGUI, without any arguments, uses y = zeros(1,32).
When any point is moved with the mouse, the other plots respond.
Inspired by Java applet by Dave Hale, Stanford Explo ...
加密解密 This program is free software you can redistribute it and/or modify it under the terms of the GN
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 wil ...
加密解密 This program is free software you can redistribute it and/or modify it under the terms of the GN
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 wil ...
matlab例程 This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3
This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum
pre-defined torque, without collision with any obstacle in the r ...
压缩解压 this code is a implementation of the Discrete cosinuss transformation. In this code I have used the
this code is a implementation of the Discrete cosinuss transformation.
In this code I have used the direct méthode of calcul by used the equation without used the maatrix multiplication.
通讯编程文档 The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer ...
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
软件设计/软件工程 ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a
ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved
using the C language, and without using a low-level style of C code.