-
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭...
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭。支持图标透明,其中里面有个真正的透明通道控件――存在于Arone中。Arone中每个Item都是一个单独的控件。背景是在Form中,控件跟背景是透明融合。作者vIstaswx本来打算再写写去参赛的,结果先放给了本站,呵呵,再次感谢这个对GDI+技术高超的孩子。-An imitation of the source code for desktop platform Windows7 ~ write a good painting can replace the windows desktop. Integration of the background to switch, right-for the background is currently only available for a time (a point I did not write cycles lazy replacement). Double-click Close. Support icons transparent, inside of which there is a genuine and transparent access control- exist in Arone in. Arone Each Item is a separate control. Background is in the Form, the control integration with the background is transparent. By vIstaswx originally intend to write to the competition, the results of the first release to the site, Oh, once again thank the pairs of GDI+ highly skilled children.
- 2023-08-03 13:50:05下载
- 积分:1
-
使用 C# 编写简易 ASP.NET Web 服务器
你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio
我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个支持 ASP NET 的 Web 服务器怎么样 NO NO NO 如果你只是想找个这样的工具的话 那完全没必要 我们知道使用 VS 可以运行 ASP NET 程序
那么我们就可以找出 VS 所调用的程序 将其拷贝到没有 VS 和 IIS 的环境中运行
就能运行 ASP NET 程序了 安装了 VS 的朋友可以到 C: Program Files Common Files Microsoft Shared DevServer
这个目录里面找找看 这个程序的使用方式如下 ">你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio 我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个
- 2022-03-15 11:11:47下载
- 积分:1
-
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
- 2022-11-29 05:50:03下载
- 积分:1
-
字体下拉框控件
字体下拉框控件,获取系统字体,在下拉框中显示,有多种样式可选,只显示名称,显示名称和样式,以及前后顺序可自定义。对于下拉框的扩展。
- 2022-08-16 07:46:51下载
- 积分:1
-
旅行的销售人
旅行推销员问题(TSP) 回答了以下问题: 鉴于城市和每一对城市之间的距离的列表,什么是最短的路线,访问每个城市完全一次并返回到起源城市? 此代码中使用遗传算法来解决问题。
- 2022-02-25 00:39:43下载
- 积分:1
-
很多漏洞。我也不知道是什么
很多漏洞。我也不知道是什么-many loopholes. I do not know what it is
- 2023-07-17 11:15:02下载
- 积分:1
-
一些转换代码,hex to char,char to hex
一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
- 2022-03-13 15:05:03下载
- 积分:1
-
Windows source code changes Ring
Windows源代码更改环
- 2023-07-06 02:15:03下载
- 积分:1
-
这个是字符串处理程序
这个是字符串处理程序- This is the character string disposal procedure
- 2023-07-03 21:40:03下载
- 积分:1
-
链表面试题
3.创建一个学生链表,进行链表的插入、删除、查找操
作,要求:(1)使用函数模板;
- 2022-06-30 03:55:29下载
- 积分:1