-
编译原理课程设计,基于VC++,实现了基于simple语言的编译器设计...
编译原理课程设计,基于VC++,实现了基于simple语言的编译器设计-Principles of curriculum design compiler, based on VC++, the realization of a simple language based on compiler design
- 2022-11-05 02:00:04下载
- 积分:1
-
利用VB板球统计
cricket statistics using vb
- 2022-12-08 17:45:03下载
- 积分:1
-
MFC实现的多线程编程,只是作为练习看看的,高手就不要下载了...
MFC实现的多线程编程,只是作为练习看看的,高手就不要下载了-MFC to achieve multi-threaded programming only as a practice to see, the master, do not download
- 2022-02-04 01:52:39下载
- 积分:1
-
Genetic algorithm is based on Darwin' s theory of evolution of an intelligent...
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm is based on Darwin" s theory of evolution of an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combination optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2022-08-23 15:36:01下载
- 积分:1
-
c语言精髓,从入门到精通。包括基础篇
数据结构篇,数值计算与趣味数学篇,图形篇,系统篇,常见试题解答篇,游戏篇,综合实例篇...
c语言精髓,从入门到精通。包括基础篇
数据结构篇,数值计算与趣味数学篇,图形篇,系统篇,常见试题解答篇,游戏篇,综合实例篇-c language essence, from the entry to the master. Fundamentals of data structures, including articles, numerical calculation and fun math articles, graphics, articles, systems articles, answers to Frequently Asked Questions articles, games, articles, comprehensive examples of articles
- 2022-07-03 04:46:25下载
- 积分:1
-
外国高手用vb编写的游戏源代码 很精美 无论在声音图像上都是很专业的 适合对vb比较精通人学习...
外国高手用vb编写的游戏源代码 很精美 无论在声音图像上都是很专业的 适合对vb比较精通人学习-It is a foreign skill programmer s game code using VB, very fine. For both the sound and graph is professional, it is very useful for the advanced learner.
- 2023-05-28 17:50:03下载
- 积分:1
-
practica 1 minicalculadora
practica 1 minicalculadora
- 2022-01-26 04:34:35下载
- 积分:1
-
非常好的 CD 播放机
创意 CD-是优秀的伟大的工作,很大看着,重量轻,有吸引力,可更换皮肤的 CD 音频播放器为微软 WINDOWS XP 和后来......IT 工程伟大在 WINDOWS VISTA 中,WINDOWS 7,WINDOWS 8 和 WINDOWS 8.1 x 32 位和 x64 位操作系统......还有一个版本为 WINDOWS 2000 上那些仍然使用的是 WINDOWS 2000 的下载页面。它还将工作在 WINDOWS SERVER 2003。WINDOWS SERVER 2008 和 WINDOWS SERVER 2012......
它包含以下功能:
-基本的 CD 播放机功能 (播放,停止,暂停。启受助弹出,等......)
-皮肤支持 (改变大小和位置的所有控件,主窗口大小和位置的标题栏......)
-位图字体,位图按钮鼠标效果,位图滚动条与鼠标的效果,与先进的列表框,工具提示......
-一个很酷的动画框...(七个动画可供选择)看看菜单上或在选项对话框中)...
-转闪屏打开或关闭通过选项
-转欢迎声音打开或关闭通过选项 (或简单地禁用初始屏幕)
-音量控制 (CD 卷,主音量,静音)
-播放列表窗口 (添加、 编辑、 删除、 订购的歌)
-重复光盘 (播放列表)、 介绍戏剧 (随机启动)、 随机播放模式
-重复音频轨道
-多个 CD-ROM 支持 (测试),超温 (测试)
-兼容 Windows 光盘数据库标准
* 将您的 cdplayer.ini 复制到创意 CD 工作目录
-设置为默认 CD 播放机和更多的探索......
- 2022-05-22 03:35:14下载
- 积分:1
-
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。...
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。-Change
- 2022-07-27 20:29:26下载
- 积分: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