搜索结果
找到约 112 项符合
loop 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (11)
- 技术资料 (9)
- DSP编程 (6)
- 其他书籍 (6)
- matlab例程 (6)
- 汇编语言 (6)
- 模拟电子 (5)
- 其他 (5)
- 书籍 (5)
- 单片机开发 (4)
- 电源技术 (3)
- 微处理器开发 (3)
- 其他嵌入式/单片机内容 (3)
- 通讯编程文档 (3)
- 数据结构 (2)
- 数值算法/人工智能 (2)
- 书籍源码 (2)
- VHDL/FPGA/Verilog (2)
- 行业发展研究 (2)
- 3G开发 (2)
- VIP专区 (2)
- 行业应用文档 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 工控技术 (1)
- 设计相关 (1)
- 串口编程 (1)
- 通讯/手机编程 (1)
- 加密解密 (1)
- 嵌入式/单片机编程 (1)
- 数据库系统 (1)
- 邮电通讯系统 (1)
- RFID编程 (1)
- Java编程 (1)
- Linux/Unix编程 (1)
- 并行计算 (1)
- 系统设计方案 (1)
- VC书籍 (1)
- 电子书籍 (1)
- 能源行业(电力石油煤炭) (1)
- 文章/文档 (1)
- 汇编编程 (1)
- 源码 (1)
- 软件 (1)
电子书籍 Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the
Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC se ...
数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (
program to solve a finite difference discretization of Helmholtz equation :
(d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method.
COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers
Directives are used in this c ...
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...
DSP编程 TI达芬奇dm644x各硬件模块测试代码
TI达芬奇dm644x各硬件模块测试代码,包括nor flash、nand flsh、ddr2 ram、video loop back等。
汇编编程 16进制转十进制
DATAS SEGMENT
w dw 0
keybuf db 255
     db 0
     db 255 dup(0)      ;定义键盘输入需要的缓冲区
DATAS ENDS
STACKS SEGMENT
db 200 dup(?)
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATAS
MOV DS,AX
mov dx,offset keybuf   ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
书籍 Phase Locked Loop Design Fundamentals
描述 了PLL 的基础知识哦,非常的 实用
技术资料 LDO loop analysis
LDO 的环路分析,对涉及、分析LDO的工作原理有帮助。
书籍 Feedback+Strategies+for+Wireless+Communication
During the past decade, many wireless communication techniques have been
developedto achievevariousgoals suchas higherdata rate,morerobustlink quality,
and higher number of users in a given bandwidth. For wireless communication
systems, depending on the availability of a feedback link, two approache ...