-
lex yac 教程
lex yac 教程-lex yac course
- 2023-03-21 06:50:03下载
- 积分:1
-
VC与matlab的结合,VC中调用Matlab测试代码
VC与matlab的结合,VC中调用Matlab测试代码-VC and Matlab, the combination of VC Calling Matlab test code
- 2023-04-21 10:20:03下载
- 积分:1
-
阻塞用户输入
阻塞用户输入-所带源代码,是很好的示例.-Blocking user input-
- 2022-08-06 07:19:45下载
- 积分: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
-
ping的功能的实现的类,根据微软代码改造而成。便于实现对多个IP地址的PING,...
ping的功能的实现的类,根据微软代码改造而成。便于实现对多个IP地址的PING,-ping function of the realization of the category, in accordance with modified code from Microsoft. Facilitate the achievement of a number of IP addresses on the PING,
- 2022-03-24 21:04:50下载
- 积分:1
-
VC开发一个桌面弹子球游戏源程序,欢迎各位共享
VC开发一个桌面弹子球游戏源程序,欢迎各位共享-development of a desktop VC billiard ball game source, welcome you to share
- 2022-10-04 09:05:03下载
- 积分:1
-
library management system
library management system
- 2022-02-14 12:20:28下载
- 积分:1
-
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。-Vc developed based on examples of print statements, and they hope to be helpful to your development.
- 2022-03-20 13:46:14下载
- 积分:1
-
图像处理中SSE的应用
SSE – Streaming SIMD Extension,是Intel从PIII开始加入的一种x86扩展指令集。在SSE以前,x86的浮点运算都是以栈式FPU完成的,有一定x86汇编经验的人应该不会对那些复杂的fld、fst指令陌生吧。而SSE一方面让浮点运算可以像整数运算的模式、如 add eax , ebx 那样通过直接访问寄存器完成,绕开了讨厌的栈,另一方面引入了SIMD这个概念。SIMD – Single
Instruction Multiply Data,顾名思义,它可以同时让一条指令在多个数据上执行,这种
- 2022-02-09 16:46:15下载
- 积分:1
-
= = = = = = =
=== === =
Transform Picture !
Zoom in, zoom out and change color on fly!
This code is free to use for any purpose,
you should keep the original copyright:
Copyright (C) 2003 Free Code
http://www.emu8086.com/vb/
For comments: info@emu8086.com
===========================================
It s not my best code :)
but still worth looking at.
My greatest work is "Real Show", you can
find it on my web site:
http://www.emu8086.com/vb/
I wrote it both in Java and VB, so it
can work directly from your web site !!
I hope to update this sample, and add more effects
in the near future!
-=== === === === =
Transform Picture !
Zoom in, zoom out and change color on fly!
This code is free to use for any purpose,
you should keep the original copyright:
Copyright (C) 2003 Free Code
http://www.emu8086.com/vb/
For comments: info@emu8086.com
===========================================
It s not my best code :)
- 2022-01-25 20:45:22下载
- 积分:1