搜索结果

找到约 2,742 项符合 LCL design 的查询结果

按分类筛选

显示更多分类

软件工程 软件工程方法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! ...
https://www.eeworm.com/dl/540/182198.html
下载: 146
查看: 1067

数据结构 /* * 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 ...
https://www.eeworm.com/dl/654/287755.html
下载: 99
查看: 1051

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: ...
https://www.eeworm.com/dl/656/346997.html
下载: 102
查看: 1048

软件工程 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.
https://www.eeworm.com/dl/540/425133.html
下载: 82
查看: 1088

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.
https://www.eeworm.com/dl/686/433120.html
下载: 182
查看: 1108

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 ...
https://www.eeworm.com/dl/686/441641.html
下载: 197
查看: 1096

数值算法/人工智能 算法设计手册

算法设计手册第二版 The Algorithm Design Manual  虽说是英文版,但是很经典,适合准备面试或者 对算法的提高
https://www.eeworm.com/dl/506873.html
下载: 3
查看: 58

技术资料 MP3编解码原程序以及设计资料

·MP3编解码原程序以及设计资料-MP3 Encoder source code and design information 文件列表:   mp3   ...\12_31.rar   ...\200412292741864.zip   ...\200412292833376.zip   ...\200412292946201.zip  
https://www.eeworm.com/dl/950408.html
下载: 5
查看: 6647

单片机编程 基于ATmega168的ADC按键设计

利用Atmel公司的ATmega168微处理器,采用A/D转换方式来实现按摩椅控制器的键盘接口,通过在硬件电路中巧妙地选择电阻,在软件设计中采用数字滤波、二分法和区间鉴定等方法,灵敏可靠地实现了按摩椅中30个按键的处理。给出了硬件电路设计和软件设计思想以及部分汇编代码。 Abstract:  This paper chooses A/D conver ...
https://www.eeworm.com/dl/502/29341.html
下载: 135
查看: 1096

技术资料 基于MC9S12XS单片机PWM模块的直流电机调速系统设计

PWM是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,在直流电机控制等方面有非常广泛的应用,本设计以飞思卡尔系列单片机MC9S12XS128作为控制器,利用其内部的PWM模块,以及外部电机驱动芯片MC33886等元件实现直流电机调速系统的设计,具有设计简单、调速范围大、精度高等特点。PWM is a very effective tec ...
https://www.eeworm.com/dl/895374.html
下载: 6
查看: 2642