搜索结果
找到约 1,349 项符合
discrete-time 的查询结果
Linux/Unix编程 在linux环境下
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP
其他 This code can be used to model a microstrip line or a microstrip patch antenna (the particular prob
This code can be used to model a microstrip line or a microstrip
patch antenna (the particular problem being modeled is determined
at compile-time via various declarations).
其他 How to call some functions that you might though it is simle sometimes, but it could take your worth
How to call some functions that you might though it is simle sometimes, but it could take your worthful time.
Try these short routes as fun whenever you take a break.
DSP编程 PID calculations for the _pid structure *a. This function uses the positional form of the pid equati
PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
游戏 Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器
Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。
Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple arti ...
编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
数值算法/人工智能 The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Trunca
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
单片机开发 //日历时钟 //按AN1,进入设置状态 //按AN2,停止闹钟声音 //按AN3,依次进入闹钟功能是否启用
//日历时钟
//按AN1,进入设置状态
//按AN2,停止闹钟声音
//按AN3,依次进入闹钟功能是否启用,闹钟时,分秒,年,月,日及时间时,分,秒的设置,直到退出设置状态
//按AN4,调整是否起用闹钟和调节闹钟时,分,秒,年,月,日,时间的时,分,秒的数字
//LCD第二排中间显示小喇叭,表示启用闹钟功能,无则禁止闹钟功能(可在调整状态进行设 ...