搜索结果

找到约 135 项符合 Closed-loop 的查询结果

其他 Introduction Sometimes you may collide with the following problem: a third-party binary component o

Introduction Sometimes you may collide with the following problem: a third-party binary component or control embedded into your application displays windows (usually message boxes) that hang your code until they are closed. If you do not have the source code of this binary and one does not have a g ...
https://www.eeworm.com/dl/534/422105.html
下载: 21
查看: 1026

DSP编程 合众达的DM642示例工程

合众达的DM642示例工程,包括视频loop,spi接口,SD卡,i2c接口,FLASH自动boot
https://www.eeworm.com/dl/516/427195.html
下载: 188
查看: 1035

其他 The advantages of automation can be exploited in order to solve or to minimize the needs of manual

The advantages of automation can be exploited in order to solve or to minimize the needs of manual approach. In order to support the development of survey accurate cadastral system, an automatic programming approach will be adopted. Database selection system will conduct several outliers integrity c ...
https://www.eeworm.com/dl/534/433516.html
下载: 106
查看: 1056

数值算法/人工智能 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 ...
https://www.eeworm.com/dl/518/453199.html
下载: 94
查看: 1043

人工智能/神经网络 这个程序是实现人工智能中的A*算法

这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...
https://www.eeworm.com/dl/650/484895.html
下载: 113
查看: 1041

DSP编程 TI达芬奇dm644x各硬件模块测试代码

TI达芬奇dm644x各硬件模块测试代码,包括nor flash、nand flsh、ddr2 ram、video loop back等。
https://www.eeworm.com/dl/516/490496.html
下载: 21
查看: 1071

汇编编程 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   ...
https://www.eeworm.com/dl/502038.html
查看: 42

源码 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]; ...
https://www.eeworm.com/dl/513825.html
查看: 35

软件 简单的计算器

// 学生管理.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]; ...
https://www.eeworm.com/dl/513826.html
查看: 8

书籍 Phase Locked Loop Design Fundamentals

描述 了PLL 的基础知识哦,非常的 实用
https://www.eeworm.com/dl/514388.html
下载: 2
查看: 9