搜索:right
找到约 313 项符合「right」的查询结果
结果 313
按分类筛选
- 全部
- 技术资料 (102)
- 其他书籍 (18)
- 其他 (14)
- 源码 (11)
- 书籍 (9)
- 单片机编程 (9)
- 可编程逻辑 (9)
- 数值算法/人工智能 (8)
- 单片机开发 (7)
- 开发工具 (6)
- Java编程 (6)
- 教程资料 (5)
- 游戏 (5)
- 数学计算 (5)
- VHDL/FPGA/Verilog (5)
- 教程 (4)
- Linux/Unix编程 (4)
- 人工智能/神经网络 (4)
- matlab例程 (4)
- 论文 (3)
- 电源技术 (3)
- EDA相关 (3)
- 教程资料 (3)
- 编译器/解释器 (3)
- 嵌入式/单片机编程 (3)
- 数据结构 (3)
- VC书籍 (3)
- 其他 (2)
- PCB相关 (2)
- C/C++语言编程 (2)
- 无线通信 (2)
- DSP编程 (2)
- 技术书籍 (2)
- 电工电气 (2)
- 嵌入式综合 (2)
- 模拟电子 (2)
- *行业应用 (2)
- 其他数据库 (2)
- 文章/文档 (2)
- Java书籍 (2)
- J2ME (2)
- 系统设计方案 (2)
- 软件设计/软件工程 (2)
- 软件 (1)
- 手册 (1)
- 应用设计 (1)
- 开发板 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 通讯/手机编程 (1)
- 单片机相关 (1)
- 实用工具 (1)
- 编辑器/阅读器 (1)
- CA认证 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- BREW编程 (1)
- FlashMX/Flex源码 (1)
- Delphi/CppBuilder (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- Ajax (1)
- VIP专区 (1)
https://www.eeworm.com/dl/520254.html
教程
历史教材内容
本表格有选择性地选取2016新版人教版七年级历史(下册)中的重点朝代,能表达大概朝代更替状况,但有些朝代建立、灭亡时间有多种说法,本表格只选择某一种说法,与初一历史教材大致一致。
https://www.eeworm.com/dl/514507.html
源码
c语言算法排序
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
#include<stdio.h>
#include<stdlib.h>
void merge(int arr[],int low,int m ...
https://www.eeworm.com/dl/517413.html
源码
数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nb ...
https://www.eeworm.com/dl/657/139200.html
BREW编程
BREW手机平台下的实例
BREW手机平台下的实例,实现苹果的移动。
通过按键盘的
“UP”、“Down”、“Left”、“Right”使整个苹果可以在屏幕上自由移动(Step=1),通过按“*”使苹果回到初始位置(屏幕的中间)
1,苹果是由4个对象组合而成,移动的时候如何成为一个整体
2、作为key事件驱动区分各个按键动作
3、苹果的每一次 ...
https://www.eeworm.com/dl/633/367382.html
Java编程
JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer
JAVA music player.
Project Homepage :
http://www.javazoom.net/jlgui/jlgui.html
Developer Homepage :
http://sourceforge.net/project/?group_id=1344
-----------------------------------------------------
To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear ...
https://www.eeworm.com/dl/511218.html
数值算法/人工智能
fpga 对数
在需要硬件实现对数运算的场合,其精度和速度是必须考虑的问题。目前硬件实现对数变换的方法主要有查表法、泰勒公式展开法和线性近似法。查表法所需要的存储单元随着精度的增加或输入值范围的增大而成指数增加;泰勒公式展开法需要乘法器,面积大不易实现;线性近似法的精度有限,且需要误差校正电路, ...
https://www.eeworm.com/dl/501/22294.html
PCB相关
SM320 PCB LAYOUT GUIDELINES
Silicon Motion, Inc. has made best efforts to ensure that the information contained in this document is accurate andreliable. However, the information is subject to change without notice. No responsibility is assumed by SiliconMotion, Inc. for the use of this information, nor for ...
https://www.eeworm.com/dl/kbcluoji/40414.html
可编程逻辑
SM320 PCB LAYOUT GUIDELINES
Silicon Motion, Inc. has made best efforts to ensure that the information contained in this document is accurate andreliable. However, the information is subject to change without notice. No responsibility is assumed by SiliconMotion, Inc. for the use of this information, nor for ...
https://www.eeworm.com/dl/686/181855.html
VC书籍
This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop fl ...