-
Dimmer sa pic12f629
Dimmer sa pic12f629
- 2023-04-17 15:35:03下载
- 积分:1
-
可以求多元非线性方程组的一组解,实用性好,效率高。
可以求多元非线性方程组的一组解,实用性好,效率高。-Can seek a diverse group of non-linear equations solution, practical and efficient.
- 2023-05-23 08:50:03下载
- 积分:1
-
vc+flash(使MFC变漂亮一:MFC与Flash交互示例)
现在用户越来越注重软件的美观,而应用程序给开发者提供的只是很强的控制力,在美观方面相对较弱。多媒体的发展正是满足了人们的感观视觉,所以自然想到应用程序与多媒体的结合。
Flash给应用程序提供了一个外部连接点事件FSCommondShockwave,应用程序可以通过它来实现事件,实现应用与多媒体交互。
在需要处理FSCommondShockwave窗口头文件声明事件连接点映射:
- 2023-03-10 09:35:03下载
- 积分:1
-
白光衍射程序
模拟白光衍射,效果良好.色彩很好。希望大家多多指教
- 2022-07-27 21:22:14下载
- 积分:1
-
MS Active Accessibility 接口技术编程尝试
MS Active Accessibility 接口技术编程尝试-MS Active Accessibility to programming interface technology
- 2022-03-04 04:18:52下载
- 积分:1
-
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg...
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg she和st 分别放苹果 蛇身和蛇头的图片所有image的长 宽 都为255一个shape 名为 sh 长宽为4590源码如下 (本人要读书,不太完善)-a game built 18 image control group called sn (0) sn (1) ... sn (17) a timer1 points to a three label2 image and she called pg st respectively Apple Snake-Body and take pictures of all snakeheads image of the taxi driver to 255 1 Chang called sh shape for the 4590 source code as follows (I have to study, not quite perfect)
- 2023-08-22 12:10:03下载
- 积分:1
-
Based on evc++ Under the control of stepper motor windows embedded visual c
一个基于evc++下的步进电机的控制
windows embedded visual c-Based on evc++ Under the control of stepper motor windows embedded visual c
- 2022-07-18 04:39:42下载
- 积分:1
-
backgroundsample
一个XAML片段,演示如何使用DrawingBrush(C#,WPF,XAML)绘制棋盘背景。
- 2023-07-17 14:25:02下载
- 积分: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
-
这是一个C++语言的电脑,源代码有点复杂,我找到了一个…
这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
- 2022-03-23 08:42:50下载
- 积分:1