-
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹...
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹
WeisEditor.dll
js/jsClass.js (需加载到编辑器所在页面 Head区域)
WeisEditor 文件夹 -Introduction: Editor download data after decompression have two folders (EditorExm it will be the project, WeisEditor source code editor), as well as description. Txt project documents and folders WeisEditor.dll js/jsClass.js (to be loaded to the Editor page where Head Regional) WeisEditor folder
- 2022-09-01 06:40:03下载
- 积分:1
-
精通MFC程序设计,编程设计,源代码程序,能给大家有帮助。第06章 消息处理...
精通MFC程序设计,编程设计,源代码程序,能给大家有帮助。第06章 消息处理-proficient MFC program design, programming design, source code procedures, we can help. Chapter 06 Message Processing
- 2022-05-26 08:19:40下载
- 积分:1
-
winspy+src
winspy+src-winspy+ src
- 2022-06-11 13:38:38下载
- 积分: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
-
该源码给出了常用的积分算法源码。像梯形法,龙贝格,森普斯算法等。...
该源码给出了常用的积分算法源码。像梯形法,龙贝格,森普斯算法等。-the source is a common source integral algorithm. Act like a trapezoid, Romberg, Senpushi algorithm.
- 2022-01-31 22:51:23下载
- 积分:1
-
pv is not that type of operation LPVOID pointer, which means you can assign any...
pv操作 LPVOID是一个没有类型的指针,也就是说你可以将任意类型的指针赋值给LPVOID类型的变量(一般作为参数传递),然后在使用的时候在转换回来。-pv is not that type of operation LPVOID pointer, which means you can assign any type to LPVOID pointer type variable (usually passed as a parameter), and then when used in the conversion back.
- 2023-06-02 18:50:04下载
- 积分:1
-
允许在VC的发布版本中输出调试信息到文件
允许在VC的发布版本中输出调试信息到文件-Allow the release version of VC output debugging information to a file
- 2023-06-02 06:50:04下载
- 积分:1
-
使用
使用-debug参数运行时跟普通程序一样,省略;运行和停止这个服务可以在NT服务管理器中进行,也可以使用控制台命令net shart/stop,如果你愿意增加一些代码,也可以直接启动。停止这个服务还可以使用系统托盘中的Exit菜单-use-debug parameters at runtime with the ordinary procedures, omitted; To stop the operation and services in NT service manager for, you can also use commands net shart/stop, and if you are willing to increase the number of code can also be launched directly. Stop this service can also use the system tray Exit menu
- 2022-07-09 18:19:30下载
- 积分:1
-
second session summarized Au 。术Now you can C P U E side of bridge shallow cavity
- 2022-03-05 18:37:51下载
- 积分:1
-
PE文件格式分析程序VC++PE文件格式分析程序VC
PE文件格式分析程序VC++PE文件格式分析程序VC-PE file format analytical procedures VC PE file format analytical procedures VC
- 2022-03-04 02:25:56下载
- 积分:1