-
大利佳购物商城系统源代码
大利佳购物商城系统源代码--026正式版支持支付宝-Italian good shopping mall system source code- 026 full version supports Alipay
- 2023-05-26 14:40:04下载
- 积分:1
-
dct变化,最简单 的
非常好用,清楚,明白! 离散余弦变换(Discrete Cosine Transform,DCT)是一种实数域变换,其变换核为实数余弦函数。对一幅图像进行离散余弦变换后,许多有关图像的重要可视信息都集中在DCT变换的一小部分系数中。因此,离散余弦变换(DCT)是有损图像压缩JPEG的核心,同时也是所谓“变换域信息隐藏算法”的主要“变换域(DCT域)”之一。因为图像处理运用二维离散余弦变换,所以直接介绍二维DCT变换。
- 2022-03-16 00:38:07下载
- 积分:1
-
windows 上的crontab,用惯linux的兄弟有福了,比windows的计划任务强...
windows 上的crontab,用惯linux的兄弟有福了,比windows的计划任务强 -windows on the crontab, the brothers used to linux blessed than windows strong mission plans
- 2022-03-02 00:33:48下载
- 积分:1
-
TreeView 中节点拖动、增加、删除等功能演示
TreeView 中节点拖动、增加、删除等功能演示-TreeView nodes in drag, add, delete, etc. Demo
- 2022-01-30 13:58:24下载
- 积分:1
-
极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏...
极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples and components such as Web Server, Web, small game, the algorithm demonstration, including all source code! Full functionality. Source code :
- 2022-10-30 16:20:03下载
- 积分:1
-
Win9x回收站增强程序,可以恢复dos下被删除的文件
Win9x回收站增强程序,可以恢复dos下被删除的文件 -The enhanced app for win9x recycle station, it can recorve the deleted file in dos
- 2023-06-24 00:45:03下载
- 积分:1
-
我收藏的mapinfo 重点的教程
总共包括三个部分,希望对大家有用...
我收藏的mapinfo 重点的教程
总共包括三个部分,希望对大家有用 -I collected a total of mapinfo tutorial focusing on three parts, in the hope that useful to everybody
- 2022-03-22 07:26:18下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
This is a page on the attributes of the source code do not know whether we are a...
这是一个关于属性页的源代码不知道能否对大家有点用处-This is a page on the attributes of the source code do not know whether we are a bit useless right
- 2022-10-22 20:00:08下载
- 积分:1
-
filedisk源码
FileDisk is a virtual disk driver for Windows that uses one or more files to emulate physical disks. A console application is included that let you dynamically mount and unmount files. An example of use for this driver is if you have made plans spending the weekend writing an RAID driver for NT but find you are short of disks. FileDisk can also use CD/DVD images.
Latest news: Allow to mount images without administrative privileges, works better on Windows Vista and Windows 7, support for 64-bit systems.
Screenshot of an example of use.
FileDisk will use sparse files as disk images if the underlying file system supports it. A sparse file is a file were suficiently large blocks of zeros isn"t allocated disk space. To see how much disk space a file actually uses right click on the file and choose properties. If you for example create a spar
- 2022-06-18 21:57:43下载
- 积分:1