登录
首页 » Windows开发 » 窗口管理器的动态效果

窗口管理器的动态效果

于 2023-01-08 发布 文件大小:52.44 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

动态效果的窗口管理器 -dynamic effects of window managers

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MP3文件计算软件源码。由此源码中,大家可以看出MP3文件格式的组成。...
    MP3文件计算软件源码。由此源码中,大家可以看出MP3文件格式的组成。-MP3 files source software. From this source, you can see the MP3 file format composition.
    2022-07-15 13:13:32下载
    积分:1
  • 圆孔的夫琅和费衍射,以动画的形式表现出圆孔衍射的过程及最后的图样...
    圆孔的夫琅和费衍射,以动画的形式表现出圆孔衍射的过程及最后的图样-Round hole of Fraunhofer diffraction to the form of animation to show the process of circular aperture diffraction and the final drawings
    2022-10-18 06:40:02下载
    积分:1
  • 鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。...
    鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。-Hover the mouse prompt code. Article content can be customized tips, color, background color, font color and so on.
    2023-07-16 03:15:03下载
    积分:1
  • 胡萝卜缺陷检测
    本程序在之前算法研究的基础上,对代码进行优化后进行发表,该程序主要包含了图像的简单预处理,主要是针对胡萝卜的图像预处理,同时,对胡萝卜上部断裂、下部断裂、弯曲以及须根的缺陷特征的提取算法进行了编写;但因代码在优化后并未再次进行测试,所以,使用过程中出现的问题请及时反馈,共同进步。
    2023-06-01 07:55:03下载
    积分:1
  • 机票需求分析,需求分析从一始到包的一个G。
    机票需求分析,从开始的需求分析到封装一气呵成,教你编程的基础-Ticket needs analysis, needs analysis from the beginning to the package at one go, and teach you the basis for programming
    2022-06-02 09:09:25下载
    积分:1
  • This is WINCC study on some of the information, I hope to give a rookie like me...
    这是关于WINCC学习的一些资料,希望能给象我这样的菜鸟一些帮助-This is WINCC study on some of the information, I hope to give a rookie like me some help
    2023-02-15 20:35:04下载
    积分:1
  • c++程序例子若干
    c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!c++程序例子若干,vc。适合初学者,仔细阅读你一定能成为编程高手!!
    2022-02-21 19:21:01下载
    积分:1
  • This is program to make simple database using Visual basic 6.0 that can view, ad...
    This is program to make simple database using Visual basic 6.0 that can view, add, delete and update databases.
    2022-08-13 16:34:25下载
    积分:1
  • 查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#de...
    查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project, the testing needs to be done in the document together with the# include " MemoryMgr.h" If the procedure is to use the MFC deleted# define new DEBUG_NEW line, MemoryMgr. cpp with the most top# include " stdafx.h" on it. Results will be stored in MemoryLeakLog.txt Lane
    2022-03-25 17:15:42下载
    积分:1
  • 背单词的小程序,单词显示在顶层窗口的标题上,很隐蔽
    背单词的小程序,单词显示在顶层窗口的标题上,很隐蔽-back to the word small programs, word show on the top floor window title, very hidden
    2022-06-21 09:21:33下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载