CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 内存

搜索资源列表

  1. DMA

    0下载:
  2. ,DMA方式就是在一定时间段内,由DMA控制器取代CPU,获得总线控制权,来实现内存与外设或者内存的不同区域之间大量数据的快速传送。-, DMA mode is in a certain period of time, by the DMA controller to replace the CPU, access to the bus control, to achieve the memory and peripherals or memory large amounts of data b
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:8635
    • 提供者:xiao yi
  1. stack

    0下载:
  2. VC中很多人对于内存和堆栈有很多的疑惑,这里详尽的介绍了内存和堆栈的相关问题,和如何对于内存的分配问题-VC in the memory and stack for a lot of people have a lot of doubts, here introduced in detail the issues related to memory and stack, and how memory allocation problem for
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:11980
    • 提供者:张林
  1. PB_WinCE

    1下载:
  2. 使用platform builder开发wince嵌入式系统指导,内容包括: 使用Platform Builder配置Windows CE操作系统 3 引言 3 1 建立配置Windows CE的软硬件环境 3 2 Platform Builder 3.0提供的配置文件 4 3 设置环境变量、生成映像文件NK.BIN 6 4 修改配置文件添加RTL8139网卡驱动 8 5 总结 9 Platform Builder之旅(一) 10 Platform Build
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:278994
    • 提供者:WangXM
  1. Patterns_of_Enterprise_Application_Architecture.ra

    0下载:
  2. 这本书总结了企业级应用程序的分层、构建基于Web的用户界面、构建领域业务逻辑、将内存模块关联到关系数据库、事务与并发、无状态环境下的会话状态、分布策略等七个方面的问题-This book summarizes the enterprise-level applications layered to build Web-based user interface to build the field of business logic, the memory module associated wi
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2130344
    • 提供者:alex
  1. HowToCalculateTheSizeOfCodeMemory

    0下载:
  2. 讲解如何计算C++程序内存大小的问题,属于个人原创,希望大家喜欢-HowToCalculateTheSizeOfCodeMemory
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7680
    • 提供者:Michael Du
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:117792
    • 提供者:flexible
  1. M6

    0下载:
  2. 计算某个内存里的整数和负数的个数-Calculating a memory, the number of integers and negative---------------------------------------------------------------
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:667135
    • 提供者:王清
  1. styl

    0下载:
  2. 以二元组的形式存储项集,但是数 据挖掘都是基于海量数据的,因此,算法运行时需要大 量内存,对此将在今后的研究中进行改进。-In order to store items in the form of binary group set, but data mining are based on large amounts of data, and therefore, the algorithm requires a lot of memory to run this will be im
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:1530
    • 提供者:李浩
  1. posix_fifo_and_shared_memory

    0下载:
  2. fsmlabs公司提供的有关实时管道以及共享内存IO编程的API接口的有关资料,很详细,学习相关内容的好资料-fsmlabs provided by the real-time IO pipeline and shared memory programming API interfaces relevant information in great detail, learning good information on relevant content
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:41381
    • 提供者:ayk1985
  1. WindowsMobileUI

    0下载:
  2. Windows Mobile 是基于Windows CE操作系统的,是针对小内存和有限资源的移动设备而进行的开发,因此在开发过程中同PC的开发有很大的区别。特别是UI的开发,要针对手持设备进行开发,同时要符合手持设备的习惯操作。下面就我在开发过程中对UI开发的认识进行一些叙述。-Windows Mobile is based on Windows CE operating system, is aimed at small memory and limited resources for the
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:57500
    • 提供者:khjl
  1. Inter_process_communication

    0下载:
  2. 进程间通信 包括管道,消息队列,共享内存-Inter-process communication, including pipes, message queues, shared memory
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:310270
    • 提供者:wangwr
  1. NET_Memcached

    0下载:
  2. Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据-Memcached in memory by opening an area to maintain a large hash table to speed up
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:8657
    • 提供者:yf
  1. dnw

    0下载:
  2. 程序下载软件 通过USB下载程序到内存-USB download softwareUSB download software
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:49135
    • 提供者:李强
  1. programming

    0下载:
  2. 自己整理的 C语言嵌入式系统编程修炼系列-罗严塔尔 -主函数main中变量的含义 -性能优化 -软件架构 -屏幕操作 -内存操作 -键盘操作 -复杂指针解析-Organize their own C-language programming embedded systems practitioners Series- Luoyantaer- the main main function of the meaning of the variables- perfor
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:678775
    • 提供者:jim
  1. MemPE

    0下载:
  2. 从内存中加载exe,-Loaded from memory, exe,
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2884
    • 提供者:glei
  1. valgrind

    0下载:
  2. valgrind是开源的内存调测,代码优化工具。该使用手册详细介绍了valgrind各种工具的使用-valgrind is a source of memory transfer measurement, code optimization tools. The manual details the use of various tools valgrind
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:915848
    • 提供者:lizhuo
  1. Javatechnology

    0下载:
  2. Java 把内存划分成两种:一种是栈内存,另一种是堆内存。在函数中定义的一些基本类型的变量和对象的引用变量都是在函数的栈内存中分配,当在一段代码块定义一个变量时,Java 就在栈中为这个变量分配内存空间,当超过变量的作用域后,Java 会自动释放掉为该变量分配的内存空间,该内存空间可以立即被另作它用。-java
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:6048
    • 提供者:yangrui
  1. 17youxiapub1.08

    0下载:
  2. 修改内存数值的工具 强大无比 十分强悍-Modify the memory value is very powerful tool so powerful
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3798281
    • 提供者:123456
  1. Springweb

    0下载:
  2. spring 其它重要配置 内存泄漏 在每个action接收后清理SiteMesh痕迹的filter-spring applicationContext.xml
  3. 所属分类:文件格式

    • 发布日期:2017-04-03
    • 文件大小:1355
    • 提供者:李潘
  1. a

    0下载:
  2. :网络游戏逐渐商业化,恶性外挂使游戏失去了公平性,带来了很多危害。目前游戏外挂的水平和技术含量都有很大 的提高,除了最初的键盘鼠标模拟和变速齿轮技术外,拦截Sock 技术、拦截API 技术、Hook 技术、直接修改程序内存等高端技 术也被广泛应用。外挂逃避检测的手段很丰富,还没有值得推广的外挂检测技术,面对现状,深入分析外挂原理,针对性地 提出检测外挂的综合对策,达到更好的检测效果,并最终查杀封禁恶性外挂,是网络游戏健康发展的必然要求。-: Online Game gradual c
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:58667
    • 提供者:李志勇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com