Welcome![Sign In][Sign Up]
Location:
Search - modify memory application

Search list

[Internet-Networkmikecatsiteinfo

Description: 新增功能及修改BUG: 1。 修改对服务器端操作系统对WIN2003识别错误BUG。 2。 新增服务器服务器操作系统安装目录检测 3。 新增服务器应用程序安装目录检测 4。 新增服务器CPU个数检测 5。 新增服务器每个CPU详细信息检测(包括 标识、描述、频率、最高频率、二级缓存大小、速度 CPU等级 OEMID等信息) 6。 新增服务器内存信息检测(包括 物理内存、交换文件大小、可用物理内存、内存使用率、虚拟内存信息) 7。 新增逻辑驱动器个数探测 -New features and modifications BUG: 1. Modify the operating system on the Win2003 server-side recognition errors BUG. 2. Added server server operating system installation directory detection 3. Added server application installation directory detection 4. Added server CPU number detected 5. Added server information for each CPU detection (including the logo, description, frequency, maximum frequency, cache size, CPU speed grades OEMID and other information) 6. Added server memory information detection (including physical memory, swap file size, available physical memory, memory usage, virtual memory information) 7. Add logical drive number of detection
Platform: | Size: 47104 | Author: zenghl | Hits:

[Embeded-SCM DevelopS3C44B0X-test

Description: s3c44b0 的开发板测试的所有源代码及程序!!!汇编代码主要完成系统初始化,包括: 禁止看门狗; 禁止所有中断; 初始化存储器(包括SDRAM); 设定锁相环倍频; 使能所有单元模块时钟; 初始化堆栈; 设置中断等等 C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液晶显示测试; LED输出测试; 定时器、PWM测试等;-S3C44B0 development board to test all source code and procedures! ! ! Assembly code to initialize the main complete system, including: the prohibition of watchdog ban all interrupted initialize memory (including SDRAM) set PLL multiplier so that all clock modules initialize stack settings interruption, etc. C language code is application code, including: the use of instruction cache settings modify the system master clock is 32MHz IO port functions, the direction of settings initialization interrupt DMF50081 LCD module initialization buzzer test LCD test LED output test timer, PWM testing
Platform: | Size: 4096 | Author: 叶凌 | Hits:

[Software Engineeringboot_loader_slaa096d

Description: 引导加载(有时被称为引导)的MSP430的衍生物与快闪记忆体允许进入其嵌入式记忆体在原型,生产,还是在外地。这是可能下载或修改代码中的快闪记忆体(电可擦除和可编程存储器)或存储校准数据或其他系统的相关数据在快闪记忆体或RAM中。 -Application of Bootstrap Loader in MSP430 With Flash Hardware- The bootstrap loader (sometimes called the bootloader) of MSP430 derivatives with flash memory allows access to their embedded memories during prototyping, production, and in the field. It is possible to download or modify code in flash memory (electrically-erasable and programmable memory) or to store calibration data or other system-relevant data in flash memory or in RAM.
Platform: | Size: 211968 | Author: Kong Huang | Hits:

[OS programMemRepair

Description: 一个非常简单的内存修改软件,可以修改某个应用程序的内存数据-A very simple memory modify the software, you can modify an application' s memory data
Platform: | Size: 119808 | Author: 哈哈 | Hits:

[Internet-NetworkTestScktIocp

Description: 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Platform: | Size: 676864 | Author: cmd9x | Hits:

[TCP/IP stackTestScktIocp

Description: 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp compatible with the IOCP server components IOCPComp reference ScktComp components and components, can directly replace the ScktComp events which TServerSocket methodology is generally the same, with the IOCP on its properties, no longer blocking the original thread TServerSocket options . the core document (ScktIocp.pas) test registry file to import, modify connections in XP to connect to test the 30,000 connections. FastMM4 test used, no memory leaks, application of large-scale services have yet to be tested. If there is error, please notify me corrected.
Platform: | Size: 677888 | Author: 老夫子 | Hits:

[Otherlab_6

Description: 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对象数组,录入数据并显示-1. Using dynamic memory allocation to generate dynamic array to complete the 3* 3 matrix transpose function 2. Application of the definition of string string class to realize the connection of two strings 3. Modify the selection experiment 4 to experiment in the people category. Has the following attributes: name char name [11], number char [7], gender char sex [3], birthday, birthday, ID card char id [16]. The " birth date" is defined as a " date" class nested function object, member functions to achieve the information recorded on the personnel and the show. Requirements include: the constructor and destructor, open chanting constructor, inline member functions, together. People in the test procedure defined in the class of object array, data entry and display
Platform: | Size: 1024 | Author: YIDIANER | Hits:

[Console01MemRepair

Description: Windows控制台程序,通过遍历目标进程空间搜索到用户需要的地址并修改地址内存的数据。-A Windows console application, a memory of a process to modify the data. . .
Platform: | Size: 22528 | Author: 赵鑫维 | Hits:

[SCMLM3SLib_Flash

Description: 在St e ll a ri s 系列不同型号里带有8 ~256KB的Flash存储器(后续型号容量可能更大)。单片机教程网:http://www.ipbb.cn Flash用于存储代码和固定数表,正常情况下只能用于执行程序,而不能直接修改存储的内 容。但是,片内集成的Flash控制器提供了一个友好的用户接口,使得Flash存储器可以在 应用程序的控制下进行擦除、编程等操作。在Flash存储器中还可以应用保护机制,防止Flas h 内容被修改或读出。 1 . Flash存储器区块 -St e ll a ri s series of different models with 8 ~ 256KB Flash memory (the follow-up model may be greater capacity). Microcontroller tutorial network: http://www.ipbb.cn Flash is used to store code and a fixed number of tables, under normal circumstances, can only be used to execute programs, and can not directly modify the contents of the storage. However, the integrated chip Flash controller provides a user-friendly interface, Flash memory erase, program operations can be carried out under the control of the application. Flash memory protection mechanisms can be applied to prevent the Flas h be modified or read out. 1. Flash memory blocks
Platform: | Size: 136192 | Author: 陈仙 | Hits:

[OS programViewWizard-2.8.0

Description: 功能:一个类似于SPY++的工具,可查看窗口和控件句柄、类名、标题、风格等信息,可向窗口发送文字,可控制窗口状态,如显示、隐藏、置顶、关闭、终止等,可以突破灰色的按钮。WSEdit用来修改窗口的样式信息,如是否可调整大小、是否可最大化,是否有标题栏等等,不过只能在内存中修改。 操作说明:拖动下面的放大镜到要查找的窗口,目标窗口周围会有一个黑色的方框,这时放开鼠标,目标窗口的信息就会在程序中显示出来。还有一种方法是直接在“当前句柄”文本框中输入窗口句柄即可。 这个版本除了可以查看被屏蔽和隐藏和窗口之外,还可以查看某些特殊窗口(某些窗口会被容器之类的控件所屏蔽)的句柄。-Functions: a tool similar to SPY++, window to view and control handle, the name of the class, the information such as title, style, can send word to the window, can control window state, such as display, hide, placed at the top, close, termination, etc., can break through the grey button. WSEdit used to modify the window style information, such as whether can adjust the size, whether can maximize, whether there is a title bar, etc., but can only be amended in memory. Instructions: drag to a magnifying glass to search window, below the target window around there will be a black box, then release the mouse, the target information window will be displayed in your application. There is a kind of method is directly on the handle to the current text box input window handle. This version except can view are blocked and hidden and window, can also see some special window (certain window will be container control such as the shield).
Platform: | Size: 162816 | Author: 远方 | Hits:

[SCMEEPROM

Description: EEPROM(带电可擦写可编程只读存储器)是用户可更改的只读存储器(ROM),其可通过高于普通电压的作用来擦除和重编程(重写)。不像EPROM芯片,EEPROM不需从计算机中取出即可修改。在一个EEPROM中,当计算机在使用的时候可频繁地反复编程,因此EEPROM的寿命是一个很重要的设计考虑参数。EEPROM是一种特殊形式的闪存,其应用通常是个人电脑中的电压来擦写和重编程。-EEPROM (electrically erasable programmable read only memory) is a read-only memory can be changed by the user s (ROM), which can be obtained by higher than normal voltage to erasing and reprogramming (Rewriting). Unlike the EPROM chip, EEPROM does not need to be removed from the computer can modify. In a EEPROM, while computer is in use can be frequently repeated programming, therefore the service life of the EEPROM is a very important design parameters are considered. EEPROM is a special form of flash memory, its application is usually a voltage in a personal computer to erasing and reprogramming.
Platform: | Size: 20480 | Author: 夏春辉 | Hits:

CodeBus www.codebus.net