Welcome![Sign In][Sign Up]
Location:
Search - read of memory vc

Search list

[Windows Developsourcecode

Description: 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server's directory and list of documents, especially for some database backup procedures, the procedures for this function code ...... 4 : TTS - text-to-speech conversion. Code 5 : The software is a network area used courier services to send the procedures used by NET SEND command networks and the creation of a process and a main thread. The software has two t
Platform: | Size: 3398817 | Author: 黄河 | Hits:

[ELanguageSoft20060210105922892

Description: 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to read, write and save memory consumption and opinionated a good lexical analysis procedure. Operating environment for VC + +6.0.
Platform: | Size: 4373 | Author: why | Hits:

[Special Effectsdssdf

Description: 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段,将BMP数据加上头信息就可以CreateDIBSection了。 保存的默认质量Q=85,大家在使用时可以按照要求改变。 对应的PC版可以在VC下面编译使用,是基本的图象处理程序框架。 -the procedures in EVC4.0 PPC SDK under debugging through 2003. Independent JPEG Group with the issue for JpegLib Jpeg image Read and preservation. Here are adding a simple example of the treatment -- Negative. Other treatment can be used with a similar approach, with the right algorithm pixel data for the operation. Mouse or with the handling of the incident to complete the painting functions, and so on, here are the major JPEG files part of the operation. Note : CTScreenBuffer the procedures had not been used. It is due to the use of loading after not release memory, coupled with BMP data was relatively easy to deal with. So he has written section BMP data will be coupled with the first information on the CreateDIBSection. Preserve the quality of the default Q = 85, we can use the request
Platform: | Size: 750351 | Author: king | Hits:

[Othersquare0297

Description: 编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作—试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it is not afraid of such inadvertent operation-tried to deposit disk version of the old object is read into memory's new version
Platform: | Size: 369982 | Author: 张永新 | Hits:

[OS program图形显示CPU内存利用率hf

Description: 本范例是VC 写的,初学者可以读读. 以图形方式显示CPU内存利用率,可以在它基础上改一改,作其它用途.-example of this was the VC, beginners can read. A graphic display of CPU memory utilization, it can be based on modified for other uses.
Platform: | Size: 39717 | Author: 化雪 | Hits:

[Windows Developsourcecode

Description: 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server's directory and list of documents, especially for some database backup procedures, the procedures for this function code ...... 4 : TTS- text-to-speech conversion. Code 5 : The software is a network area used courier services to send the procedures used by NET SEND command networks and the creation of a process and a main thread. The software has two t
Platform: | Size: 3398656 | Author: 黄河 | Hits:

[Othersquare0297

Description: 编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作—试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it is not afraid of such inadvertent operation-tried to deposit disk version of the old object is read into memory's new version
Platform: | Size: 369664 | Author: 张永新 | Hits:

[OS program图形显示CPU内存利用率hf

Description: 本范例是VC 写的,初学者可以读读. 以图形方式显示CPU内存利用率,可以在它基础上改一改,作其它用途.-example of this was the VC, beginners can read. A graphic display of CPU memory utilization, it can be based on modified for other uses.
Platform: | Size: 39936 | Author: 化雪 | Hits:

[Game Hook Crackvc11184323424

Description: 扫雷程序外挂,真正的算法实现(非读内存方法),高级最快3~5秒,有具体的算法解释说明-mine external procedures, the real algorithm (read non-memory approach), the fastest three senior ~ 5 seconds, a specific explanation of the algorithm
Platform: | Size: 133120 | Author: chiron | Hits:

[ELanguageSoft20060210105922892

Description: 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to read, write and save memory consumption and opinionated a good lexical analysis procedure. Operating environment for VC++6.0.
Platform: | Size: 4096 | Author: why | Hits:

[Special Effectsdssdf

Description: 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段,将BMP数据加上头信息就可以CreateDIBSection了。 保存的默认质量Q=85,大家在使用时可以按照要求改变。 对应的PC版可以在VC下面编译使用,是基本的图象处理程序框架。 -the procedures in EVC4.0 PPC SDK under debugging through 2003. Independent JPEG Group with the issue for JpegLib Jpeg image Read and preservation. Here are adding a simple example of the treatment-- Negative. Other treatment can be used with a similar approach, with the right algorithm pixel data for the operation. Mouse or with the handling of the incident to complete the painting functions, and so on, here are the major JPEG files part of the operation. Note : CTScreenBuffer the procedures had not been used. It is due to the use of loading after not release memory, coupled with BMP data was relatively easy to deal with. So he has written section BMP data will be coupled with the first information on the CreateDIBSection. Preserve the quality of the default Q = 85, we can use the request
Platform: | Size: 750592 | Author: king | Hits:

[OS programGetMemory

Description: 用vc开发的读取内存的一个小程序,在vc6.0下运行通过-Vc read with the development of memory, a small procedure, run through vc6.0
Platform: | Size: 27648 | Author: 鹦鹉 | Hits:

[GDI-Bitmapbmptest

Description: vc下操作bmp的例子,将图像读入内存,用帧差法处理得到结果,再保存到文件中,可以检测运动-vc operating bmp example, the image is read into memory, the frame difference method with the outcome of treatment, and then save to a file, can detect movement
Platform: | Size: 1035264 | Author: 王志 | Hits:

[Special EffectsDImageProcess

Description: 使用CDib处理图象,定义了一些类CMyDib类: PaintDIB() - 绘制DIB对象 CMyDib::DrawDib // CreateDIBPalette() - 创建DIB对象调色板 CMyDib::ConstructPalette() // FindDIBBits() - 返回DIB图像象素起始位置 CMyDib::GetBits() // DIBWidth() - 返回DIB宽度 CMyDib::GetWidth() // DIBHeight() - 返回DIB高度 CMyDib::GetHeight() // PaletteSize() - 返回DIB调色板大小 CMyDib::GetPalSize // DIBNumColors() - 计算DIB调色板颜色数目 CMyDib::GetColorNum() // CopyHandle() - 拷贝内存块 CMyDib::CopyObject // DIBBitCount CMyDib::GetBitCount() // SaveDIB() - 将DIB保存到指定文件中 CMyDib::SaveFile // ReadDIBFile() - 重指定文件中读取DIB对象 CMyDib::LoadFile -CDib to deal with the use of images, the definition of a number of categories CMyDib category: PaintDIB ()- draw DIB object CMyDib:: DrawDib// CreateDIBPalette ()- create a DIB object palette CMyDib:: ConstructPalette ()// FindDIBBits ()- return to DIB image pixel initial position CMyDib:: GetBits ()// DIBWidth ()- return DIB width CMyDib:: GetWidth ()// DIBHeight ()- return DIB height CMyDib:: GetHeight ()// PaletteSize ()- return to DIB palette size CMyDib:: GetPalSize// DIBNumColors ()- calculate the number of DIB color palette CMyDib:: GetColorNum ()// CopyHandle ()- copy memory block CMyDib:: CopyObject// DIBBitCount CMyDib:: GetBitCount ()// SaveDIB ()- will be saved to the specified DIB file CMyDib:: SaveFile// ReadDIBFile ()- re-read the specified file DIB object CMyDib:: LoadFile
Platform: | Size: 900096 | Author: 王恩 | Hits:

[Windows Developdemo_ShareMemory

Description: VC编写的共享内存读取的例子,可以用于进程之间的通信-VC prepared to read examples of shared memory that can be used in the process of communication between
Platform: | Size: 195584 | Author: dugf | Hits:

[Game Hook Crackmemo

Description: 窗口、进程、模块信息分析工具加内存读取和遍历工具: vc---vs2008 可以作为外挂编写时分析进程、内存的工具,并可以获取所有打开的进程id句柄等信息-Window, the process module information analysis tools plus memory read and Ergodic tools: vc--- vs2008 the time of the preparation can be used as plug-analysis process, memory tools, and can open the process to obtain all information such as id Handle
Platform: | Size: 403456 | Author: 李建 | Hits:

[Internet-NetworkVC

Description: 如题获取网页中输入的用户名和密码的源代码 VC 封包截取的源码,值得学习 VC 内存修改器源代码 VB 系统加速源代码 DELPHI Winsock 详细使用例程,有TCP,UDP,DOWNLOAD操作,不是使用Winsock 控件 VB 巨好的传奇2外挂 功能:玩家所有的登陆信息记到c:\dat.txt VC QQ消息自动发送器,有许多API操作值得学习 VB 读写INI文件的操作,值得学习 VB 截取封包的操作 VB 又一个内存修改器的源代码 VB 绿光抓包器,很好用 VC 封包截取源代码 VC 系统加速源码 VB 内存搜索及修改源代码 VB 传奇封包分析器 -Such as access to the page title, enter the user name and password of the source code of the source VC packet interception, it is worth learning VC modify memory system VB source code browser source code to speed up the use of DELPHI Winsock routines in detail, there are TCP, UDP, DOWNLOAD operation, not VB using Winsock control giant legendary good 2 plug-in functions: all players in mind landing information to the c: \ dat.txt VC QQ automatic transmitter news, there are many API operation to learn to read and write INI files VB operation, it is worth learning VB interception VB packet operation device and a memory modify the source code of VB capture green light, and very good with VC source code VC packet interception system memory speed up the VB source code and modify the source code search legend packet analyzer VB
Platform: | Size: 330752 | Author: 丁超 | Hits:

[Game Hook Crackwgm

Description: 编程语言:delphi或者vc.(建议vc) 编程知识:hook技术,一些常用的api,dll,等。(如果,不了解先去看看资料) 工具:wpe,自己做的一个封包工具,进制转换器自己做个比较好。 外挂方法1.键盘鼠标模拟mouse_event等函数解决. 2.读取内存,看数据. 3.截取网络封包进行分析。(怎么封包解密:同一个动作截取n次比较,找出共同) 资料 网上的传奇挂机原代 -Programming Language: delphi or vc. (Recommended vc) programming knowledge: hook technology, some commonly used api, dll, and so on. (If you do not understand first went to see the information) tool: wpe, myself, a packet tools, hex converter itself to be a relatively good. Plug-in method 1. Keyboard and mouse functions such as analog mouse_event resolved. 2. Read memory, see the data. 3. Interception of network packets for analysis. (How to decrypt packets: an action interception of n times the same comparison, to find common) information on the Net Primary legendary hook
Platform: | Size: 65536 | Author: sfmadman | Hits:

[OS program20109813267280

Description: VB驱动读写内存例子,DLL为VC实现。 资源类别: VB源码¦系统控制 -VB example of drive read-write memory, DLL to VC implementation. Resource type: VB source ¦ system control
Platform: | Size: 522240 | Author: tazzette | Hits:

[Special Effectsreadbmp

Description: vc++ 读取 bmp 位图到内存的一个源代码。-vc++ read bmp bitmap to the memory of a source code.
Platform: | Size: 35840 | Author: tandy | Hits:
« 12 »

CodeBus www.codebus.net