-
Procedure Description: This example shows how to use the 8051 Port 1 connected t...
程序描述:这个范例说明如何使用8051 的Port 1连接到四颗七段显示器,PORT 0的低4位分别控制这四颗共阳七段显示器,让四颗共阳七段显示器使用扫描的方式轮流显示数字。这四颗七段显示器将显示出自数字时钟PORT 2的P2.0和P2.1分别连接到2个弹跳按钮。*/-Procedure Description: This example shows how to use the 8051 Port 1 connected to four seven-segment display, PORT 0, low 4, respectively to control the total of four seven-segment display yang, so that a total of four seven-segment display yang way of using the scan rotation display the number. This four seven-segment display will show a digital clock from PORT 2 of the P2.0 and P2.1 are connected to the two bounce button.* /
- 2022-05-05 04:16:30下载
- 积分:1
-
a common user login function modules, which primarily use the ODBC database tech...
一个常用的用户登陆功能模块,其中主要运用了ODBC访问数据库的技术-a common user login function modules, which primarily use the ODBC database technology
- 2023-05-27 13:05:03下载
- 积分:1
-
屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术...
屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术-Screen technology insider information to help understand the insider Screen, Screen excellent technical
- 2023-02-01 07:00:03下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
xo 游戏
这是XO游戏,但没有人工智能我希望你喜欢它它的Windows窗体应用程序C#初学者
- 2023-08-12 04:55:02下载
- 积分:1
-
登陆界面程序
利用vc6.0开发的软件登陆界面程序,可以实现用户和password 限制使用程序的权限,可以将此程序嵌入编写的其他程序中衣限制别人的访问。
- 2023-09-09 06:35:04下载
- 积分:1
-
understand the principle mechanism news!
了解WINDOWS的消息原理机制!-understand the principle mechanism news!
- 2023-03-14 13:50:03下载
- 积分:1
-
VC下实现快速无闪烁的矢量图绘制,可以自定义坐标和显示范围...
VC下实现快速无闪烁的矢量图绘制,可以自定义坐标和显示范围-VC achieve rapid Flicker-free vector graphics rendering, can define and demonstrate the scope of coordinates
- 2023-08-20 19:05:03下载
- 积分:1
-
一个很简单的windows程序 看了 是一种幸福
一个很简单的windows程序 看了 是一种幸福-a very simple procedure windows to be read a blessing
- 2022-03-12 21:35:40下载
- 积分:1
-
Delphi编程控制摄像头
Delphi编程控制摄像头-Delphi programming control camera
- 2022-12-26 02:35:03下载
- 积分:1