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

搜索资源列表

  1. MIT.Press.Using.OpenMP.Portable.Shared.Memory.Para

    0下载:
  2. OpenMp内存共享模型下的并行计算的使用说明-OpenMp parallel computing instructions for use
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1320003
    • 提供者:Mu Mu
  1. appliedcpp_12

    0下载:
  2. 《Applied C++ practical techniques for building better software》的chm版的电子书,从零开始构架一个图像处理系统,还涉及数据结构建立的分析,内存的管理,平台特性的应用,非常好的书。-" Applied C++ practical techniques for building better software" of the chm version of the e-books, an image processing
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4560420
    • 提供者:常诚
  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. 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. 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. 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. a

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

    • 发布日期:2017-03-30
    • 文件大小:58667
    • 提供者:李志勇
  1. danpianjiyu

    0下载:
  2. 本段]单片机定义   单片机是指一个集成在一块芯片上的完整计算机系统。尽管他的大部分功能集成在一块小芯片上,但是它具有一个完整计算机所需要的大部分部件:CPU、内存、内部和外部总线系统,-This paragraph] definition of SCM is an integrated microcontroller on a single chip a complete computer system. While most of his features into a small ch
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:585
    • 提供者:
  1. MSXML_XML

    0下载:
  2. DOM解析将会把一个完整的XML文档读进来,生成一个结构树。这样会要把XML文档全部都加载到内存中。所以解析起来的速度会要慢一些。-DOM parsing will be a complete XML document to read in, generate a tree. This will make all XML documents loaded into memory. So, speed up analysis slower.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:906
    • 提供者:yenan
  1. MMXmemorycopy

    0下载:
  2. MMX的内存复制技巧 MMX的内存复制技巧-mmx memory copy skill
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:108862
    • 提供者:方小
  1. AWE_principle

    0下载:
  2. 详细讲述了在windows下开启AWE访问大于4G内存的技术。-Described in detail under the windows open AWE to access more than 4G of memory technology.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:13408
    • 提供者:rockywang
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com