登录
首页 » Windows核心 » VB system developed by the mapinfor gis

VB system developed by the mapinfor gis

于 2022-03-07 发布 文件大小:49.99 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

用VB开发的一套系统 mapinfor gis-VB system developed by the mapinfor gis

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

发表评论

0 个回复

  • 浮点运算异常(如被除0)的捕获
    浮点运算异常(如被除0)的捕获-capture of float operation exception (eg: divided by zero)
    2023-03-11 12:40:04下载
    积分:1
  • windows service program. Would like to know how to prepare services for the good...
    windows服务程序.是想了解服务程序如何编写的良好代码.-windows service program. Would like to know how to prepare services for the good code.
    2022-04-26 18:06:06下载
    积分:1
  • 防火墙源代码实现,firewall 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter...
    防火墙源代码实现,firewall 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter -install 命令,程序会要求注册,输入信息后确定即可。 3. 在Win98下需要重新启动计算机,2000下不需要。 4. 运行 Xfilter.exe,便可正常使用。 5. 卸载时需要在命令行执行 Xfilter -remove-Realize the firewall source code, firewall1. In the command-line mode switch to the Release directory of the source code. 2. Executive Xfilter-install command, the program will be asked to register, enter information to identify you. 3. In Win98 under the need to restart your computer, in 2000 under the do not need. 4. Run Xfilter.exe, can be normal use. 5. Uninstall command line when the need for the implementation of Xfilter-remove
    2022-03-30 04:32:21下载
    积分:1
  • Ascii
    Ascii-2 码转换工具,把键盘的按键转换为AscII码显示在text1中-Ascii-2 code conversion tools, the keyboard keys converted to Ascii code displayed in the Text1 in
    2023-04-30 15:30:02下载
    积分:1
  • : main memory space allocation and recovery module contains descriptions and det...
    内容:主存空间的分配和回收 内附模块说明和详细解释-: main memory space allocation and recovery module contains descriptions and detailed explanation
    2022-10-25 02:40:03下载
    积分:1
  • one can detect the production of computer hardware applications, in its dialog b...
    制作一个可以检测计算机硬件的应用程序,在它的对话框中将显示CPU的生产厂家、CPU型号,内存的大小以及鼠标安装的一系列硬件信息。-one can detect the production of computer hardware applications, in its dialog box will show the CPU manufacturers, CPU type, memory size and the installation of a series of mouse hardware information.
    2022-05-30 00:59:35下载
    积分:1
  • C++编写的服务程序,定时比较本地与远程计算机指定目录的文件是否相同,如果不同,则进行同步。...
    C++编写的服务程序,定时比较本地与远程计算机指定目录的文件是否相同,如果不同,则进行同步。-prepared by the procedures of service, regular comparison of local and remote computer designated directories of documents the same, if they were different, simultaneously.
    2022-03-07 08:06:04下载
    积分:1
  • 容器类经典实例演示。
    容器类经典实例演示。-container class classic examples demonstrate.
    2023-05-19 15:10:03下载
    积分:1
  • 在DOS屏幕下实现鼠标功能,打开就可以看到了的
    在DOS屏幕下实现鼠标功能,打开就可以看到了的-In the DOS screen under the mouse function, can be seen to open the
    2022-04-22 22:45:35下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载