搜索结果
找到约 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 ...
DSP编程 合众达的DM642示例工程
合众达的DM642示例工程,包括视频loop,spi接口,SD卡,i2c接口,FLASH自动boot
其他 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 ...
数值算法/人工智能 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 ...
人工智能/神经网络 这个程序是实现人工智能中的A*算法
这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...
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 的基础知识哦,非常的 实用