登录
首页 » Visual C++ » openprocess

openprocess

于 2016-02-27 发布 文件大小:1KB
0 257
下载积分: 1 下载次数: 4

代码说明:

  可以SeDebugPrivilege用户权限用打开系统的进程(SeDebugPrivilege user permissions can be used to open the process of system)

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

发表评论

0 个回复

  • xinxinlun
    信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件(信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件)
    2010-12-21 17:26:08下载
    积分:1
  • HexEditCtrl
    说明:  仿照ue十六进制编辑 可以显示十六进制代码和ascii码(16edit)
    2010-03-24 20:43:42下载
    积分:1
  • 串口温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • tuoliduosouce
    地磅测试程序,将字符串发送到指定COM口,基于VB写的地磅仪表数据读取工具源码,包括调用了一个仪表通信采集工具、上海耀华、托利多等大众仪表,有一定的参考价值。   设置Com1为通信端口,设置通信端口参数 9600赫兹、偶校验、7个数据位、1个停止位.(这里需要进一步说明的是tting="BBBB,P,D,S,含义是:B:Baud Rate(波特率);P:Parity(奇偶);D:Data Bit;S:Stop Bit)。   .InBufferSize = 40 设置缓冲区接收数据为40字节   .InputLen = 1 设置Input一次从接收缓冲读取字节数为1   .RThreshold = 1 设置接收一个字节就产生OnComm事件。   Timer可以计算从子夜到现在所经过的秒数,在Microsoft Windows中,Timer函数可以返回一秒的小数部分。(Weighbridge test program, the string will be sent to the specified COM port, source-based reading tool written in VB weighbridge instrumentation data, including calling an instrument of communication collection tools, Shanghai Yaohua, Toledo and other public instruments, there is a certain reference value. Set Com1 communications port, set the communications port parameters 9600 Hz, even parity, 7 data bits, 1 stop bit (It should be further noted that tting = "BBBB, P, D, S, meaning:. B: baud Rate (baud rate) P: Parity (parity) D: Data Bit S: Stop Bit). . InBufferSize = 40 is set to receive data buffer is 40 bytes . InputLen = number Set Input once read from the receive buffer byte 1 of 1 . RThreshold = 1 is set to receive a byte generated OnComm event. Timer can be calculated from midnight to now the number of seconds elapsed, in Microsoft Windows, Timer function can return a decimal fraction of a second.)
    2014-04-25 15:41:13下载
    积分:1
  • Leveling net Adjustment
    测量平差领域中的水准网平差,界面编程,程序可以直接运行,附有示例文件和说明。(In the field of measurement adjustment, leveling network adjustment, interface programming, the program can be run directly, accompanied by examples of documents and instructions.)
    2017-10-25 21:28:49下载
    积分:1
  • ShadeBtn_Jan2010_demo
    当时做一个项目时找来的,对其进行了一些改造,用于花样按钮(At that time got from doing a project and to carry out a number of transformation, for the pattern button)
    2010-02-07 14:31:10下载
    积分:1
  • EPLaZPLPrinter_WT
    Bebra EPL、ZPL条码打印,可根据模板生成指令,可使用USB打印端口,ReadMe中给出了详细说明 (Bebra EPL ZPL Barcode Printing, can generate command by label template, can use USB port, it s detailed describe in readme.txt.)
    2014-01-01 08:48:15下载
    积分:1
  • page navigation and location
    通过事务查询,连接access数据库,完成页面导航功能(page navigation and location)
    2018-05-10 23:17:38下载
    积分:1
  • VC++_NET开发驱动序详解
    说明:  使用VC++进行Windows2000/XP的编程,中文版,系统的讲解驱动的开发过程(use VC for Windows2000/XP programming, the Chinese version, the system's on-driven development process)
    2005-12-08 13:15:01下载
    积分:1
  • cPP-pointer
    c++指针经验很丰富,对学好指针有帮助,里面涵盖了指针各个方面的应用(c++ pointer very rich experience, learn pointers for help, which covers all aspects of the application of the pointer)
    2013-08-12 18:18:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载