-
the procedures used assembly language to achieve HOOK technology, complete sourc...
本程序采用了汇编语言实现HOOK技术,有完整源代码,采用RadASM进行工程组织-the procedures used assembly language to achieve HOOK technology, complete source code, RadASM used for engineering organizations
- 2022-03-05 21:56:37下载
- 积分:1
-
This is my own system of course a student, I hope we can exchange ideas, opinion...
这是我自己编的一个学生选课系统,希望大家互相交流,友好的意见提出来!-This is my own system of course a student, I hope we can exchange ideas, opinions and friendly!
- 2022-03-14 01:20:47下载
- 积分: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
-
五个按键:关机off键,开机on键,五分钟定时键,十分钟定时键,二十分钟定时键,按相应的按键实现相应的功能,输出4HZ的方波...
五个按键:关机off键,开机on键,五分钟定时键,十分钟定时键,二十分钟定时键,按相应的按键实现相应的功能,输出4HZ的方波-5 buttons: off off key, turn on key, five minutes from time to time key, 10 minutes from time to time key, 20 minutes from time to time, press the corresponding button to achieve the corresponding functions of the square wave output of 4HZ
- 2022-08-14 16:41:06下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1
-
这个程序是:图形菜单,并且可以在菜单上添加窗口
这个程序是:图形菜单,并且可以在菜单上添加窗口-This procedure is: graphical menu, and can be added in the menu window
- 2022-03-23 06:23:50下载
- 积分:1
-
Enter the string from the keyboard using bios string showing the results of
从键盘中输入一串字符串用bios显示出结果-Enter the string from the keyboard using bios string showing the results of
- 2022-02-05 16:51:20下载
- 积分:1
-
Procedures provided in the class realize the establishment of a sub
程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
- 2023-03-26 12:50:04下载
- 积分:1
-
an1083,无传感器BLDC控制回
AN1083, Sensorless BLDC Control with Back-EMF Filtering
- 2022-02-01 18:27:34下载
- 积分:1
-
实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等...
实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等-an little tool to protect your harddrive by recovering important information
- 2022-09-12 02:00:04下载
- 积分:1