-
基于词典翻译
创建自己的字典。搜索词的翻译。更新数据库。删除和插入也做了。
- 2022-07-19 03:13:13下载
- 积分:1
-
WinCE下的媒体播放器的源代码控制
WINCE 下的Media Player 播放器控制源代码-WINCE the Media Player Player source code control
- 2023-03-16 14:30:03下载
- 积分:1
-
小型计算器程序,由汇编编写的,可以进行4则运算
小型计算器程序,由汇编编写的,可以进行4则运算-A small calculator program, written by a compilation of
- 2022-04-08 08:38:20下载
- 积分:1
-
推箱子,又称搬运工,是一个十分流行的单人智力游戏。玩家的任务是在一个仓库中操纵一个搬运工人,将N个相同的箱子推到N个相同的目的地。推箱子游戏出现在计算机中最早起...
推箱子,又称搬运工,是一个十分流行的单人智力游戏。玩家的任务是在一个仓库中操纵一个搬运工人,将N个相同的箱子推到N个相同的目的地。推箱子游戏出现在计算机中最早起源于1994年台湾省李果兆开发的仓库世家,又名仓库番,箱子只可以推, 不可以拉, 而且一次只能推动一个。它的规则如此简单,但是魅力却是无穷的。但是人毕竟思考的深度和速度有限,我们是否可以利用计算机帮助我们求解呢?-magazines, also known as porters, is one of the most popular single intellectual games. The task of players in a warehouse controlled a stevedore who will be the same as the N box pushed to the same N as a destination. PSP games on the computer which originated in 1994, the Taiwan Provincial Fruit Katherine Lee development of the warehouse family, also known as Fan warehouse, the boxes can only push, not pull, but one can only promote one. Its rules so simple, but the charm is boundless. But, after all, thought the depth and speed are limited, we can use computers to help us solve?
- 2023-04-11 17:40:03下载
- 积分:1
-
利用MFC库
实现数据结构二叉树的一个简单例子,除算法外,包含一些基本的算法结果显示,有助于了解掌握二叉树...
利用MFC库
实现数据结构二叉树的一个简单例子,除算法外,包含一些基本的算法结果显示,有助于了解掌握二叉树-The use of MFC library binary tree data structure to achieve a simple example, with the exception of algorithms, the algorithm contains some basic results showed that help understand binary tree
- 2023-03-29 17:15:03下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
ParkertTS
ParkertTS -ParkertTS ParkertTS
- 2022-03-21 04:24:35下载
- 积分:1
-
简单计算器软件的设计,能够实现科学计算与标准界面。
简单计算器软件的设计,能够实现科学计算与标准界面。-Simple calculator software design, scientific computing can be achieved with the standard interface.
- 2022-06-12 08:07:09下载
- 积分:1
-
A small graphics program which can be used as screen saver.
A small graphics program which can be used as screen saver.
- 2022-02-04 16:46:46下载
- 积分:1
-
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识...
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识 -MFC for simple database operations, the realization of the general operation of the database is suitable for beginners to understand the basis of MFC and database knowledge
- 2022-04-16 15:14:51下载
- 积分:1