搜索结果
找到约 2,742 项符合
LCL design 的查询结果
按分类筛选
- 全部分类
- 技术资料 (1005)
- 其他书籍 (174)
- 书籍 (118)
- VHDL/FPGA/Verilog (112)
- 单片机编程 (81)
- 系统设计方案 (80)
- 可编程逻辑 (69)
- 软件设计/软件工程 (65)
- 其他 (60)
- 电子书籍 (58)
- 单片机开发 (48)
- matlab例程 (45)
- 电源技术 (42)
- 软件工程 (42)
- 教程资料 (42)
- Java编程 (41)
- VC书籍 (36)
- 模拟电子 (35)
- 书籍源码 (28)
- 通讯编程文档 (27)
- 嵌入式/单片机编程 (24)
- 技术书籍 (19)
- 文章/文档 (19)
- 无线通信 (18)
- VIP专区 (18)
- 微处理器开发 (17)
- Java书籍 (17)
- 其他嵌入式/单片机内容 (17)
- PCB相关 (15)
- 学术论文 (14)
- 通讯/手机编程 (13)
- 行业发展研究 (13)
- DSP编程 (11)
- Linux/Unix编程 (11)
- 文件格式 (11)
- 数值算法/人工智能 (10)
- 教程资料 (9)
- 编译器/解释器 (9)
- USB编程 (9)
- 精品软件 (9)
- 嵌入式综合 (8)
- 人工智能/神经网络 (8)
- Delphi控件源码 (8)
- 操作系统开发 (7)
- 开发工具 (7)
- 手册 (6)
- 资料/手册 (6)
- allegro (6)
- 游戏 (6)
- 数学计算 (6)
- 技术管理 (6)
- 论文 (5)
- 通信网络 (5)
- 驱动编程 (5)
- 网络 (5)
- 汇编语言 (5)
- Windows CE (5)
- GPS编程 (5)
- 多媒体处理 (4)
- 仿真技术 (4)
- 实用工具 (4)
- 传感与控制 (4)
- 教程资料 (4)
- 编辑器/阅读器 (4)
- 其他数据库 (4)
- 嵌入式Linux (4)
- 数据结构 (4)
- SQL Server (4)
- RFID编程 (4)
- 行业应用文档 (3)
- 设计相关 (3)
- 技术教程 (3)
- EDA相关 (3)
- 测试测量 (3)
- 压缩解压 (3)
- 教育系统应用 (3)
- 串口编程 (3)
- *行业应用 (3)
- Symbian (3)
- 中间件编程 (3)
- MySQL数据库 (3)
- 邮电通讯系统 (3)
- 并行计算 (3)
- Jsp/Servlet (3)
- 教程 (2)
- 笔记 (2)
- Linux/uClinux/Unix编程 (2)
- 加密解密 (2)
- PCB图/BOM单/原理图 (2)
- ALTERA FPGA开发软件 (2)
- Internet/网络编程 (2)
- BREW编程 (2)
- J2ME (2)
- 其他行业 (2)
- 医药行业 (2)
- 人物传记/成功经验 (2)
- MTK (2)
- 经验 (1)
- 习题答案 (1)
- 电感器 (1)
软件工程 软件工程方法Prefactoring Prefactoring, in essence, is the art of applying the insights gleaned from previ
软件工程方法Prefactoring
Prefactoring, in essence, is the art of applying the insights gleaned from previous experience (whether yours or someone else s) when developing software to new projects. Doing so will likely save you from making costly design changes midstream--and maybe even save your job! ...
数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation ...
Java书籍 java应用开发指南完整版
java应用开发指南完整版,. It explains how to use JBuilder’s IDE to manage projects and files, visually
design a user interface, and compile, debug, and run your programs. It also shows
you how to create a JavaBean component using BeansExpress.
The User’s Guide contains the following chapters: ...
软件工程 Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
VC书籍 Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
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 ...
技术资料 MP3编解码原程序以及设计资料
·MP3编解码原程序以及设计资料-MP3 Encoder source code and design information 文件列表: mp3 ...\12_31.rar ...\200412292741864.zip ...\200412292833376.zip ...\200412292946201.zip
单片机编程 基于ATmega168的ADC按键设计
利用Atmel公司的ATmega168微处理器,采用A/D转换方式来实现按摩椅控制器的键盘接口,通过在硬件电路中巧妙地选择电阻,在软件设计中采用数字滤波、二分法和区间鉴定等方法,灵敏可靠地实现了按摩椅中30个按键的处理。给出了硬件电路设计和软件设计思想以及部分汇编代码。
Abstract:
 This paper chooses A/D conver ...
技术资料 基于MC9S12XS单片机PWM模块的直流电机调速系统设计
PWM是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,在直流电机控制等方面有非常广泛的应用,本设计以飞思卡尔系列单片机MC9S12XS128作为控制器,利用其内部的PWM模块,以及外部电机驱动芯片MC33886等元件实现直流电机调速系统的设计,具有设计简单、调速范围大、精度高等特点。PWM is a very effective tec ...