-
an assembler language of poker games
一个用汇编语言编写的扑克游戏-an assembler language of poker games
- 2022-05-28 07:31:37下载
- 积分:1
-
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。...
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。-Provides a keyboard scan code directory, can be achieved by querying the relevant hotkey to intercept.
- 2022-07-16 01:37:01下载
- 积分:1
-
This zip file contains six documents which describes some interesting applicatio...
This zip file contains six documents which describes some interesting applications which use of the Microchip PIC 16F84.
These application are PID Motor Control, DTMF Alarm Dialer, Lamp Dimmer, IR Command Decoder, LCD Adding and Hummidity Sensing.
- 2022-10-07 13:05:03下载
- 积分:1
-
This is a sample of OUT instruction. It writes values to virtual I/O port that c...
This a sample of OUT instruction. It writes values to virtual I/O port that controls the stepper-motor. Try using datCCW, datCW_FS or datCCW_FS instead of datCW to get different behavior of the motor. -This is a sample of OUT instruction. It writes values to virtual I/O port that controls the stepper-motor. Try using datCCW, datCW_FS or datCCW_FS instead of datCW to get different behavior of the motor.
- 2022-11-02 02:15:03下载
- 积分:1
-
Experimental ARMSYS 12: A/D converter applications Description: through the A/D...
ARMSYS实验十二:A/D转换器应用
描述:通过A/D转换器读入模拟信号伏值-Experimental ARMSYS 12: A/D converter applications Description: through the A/D converter analog signal read into the V value
- 2022-02-01 18:06:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
数控调频台的汇编程序,可对数控调频台进行控制,有很好的效果...
数控调频台的汇编程序,可对数控调频台进行控制,有很好的效果-NC FM conctrol
- 2023-07-03 22:20:03下载
- 积分:1
-
ht7289b documents, including manuals and compilation of data and the C language...
ht7289b文档,包含数据手册和汇编及C语言源程序。另外还有演示文档,图文并茂,直观明了,不错哦-ht7289b documents, including manuals and compilation of data and the C language source code. Another presentation documents, illustrations, intuitive to understand, yes oh
- 2022-07-19 05:11:29下载
- 积分:1
-
A typical example of interrupt program, 8253,8255,8259 integrated application.
中断程序的一个典型示例,8253,8255,8259的综合应用。-A typical example of interrupt program, 8253,8255,8259 integrated application.
- 2022-01-26 00:12:34下载
- 积分:1
-
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果...
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果-Written using assembly language, you can achieve a larger number of addition operations, it is back to show the results of
- 2022-01-25 19:38:26下载
- 积分:1