CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LOAD MEMORY

搜索资源列表

  1. TXTdata_MEMDraw_saveAsBMP

    0下载:
  2. 我的邮箱: jhu@holomaker.com 欢迎联系, 公司主页 http://www.svgoptronics.com/cnindex.asp 光刻行业的研发型企业 【改进自testsavebmp】,并非我完全原创 软件技术含量:读取txt数据,内存绘图并保存, 黑白bmp(单色bmp)绘图,比较少见吧 软件功能:根据 txt中的圆的数据,绘制成bmp图形,用于光刻行业的图形发生器 1、菜单 编辑 --> read data 读入 t
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-22
    • 文件大小:59384
    • 提供者:胡进
  1. VisualLeakDetector

    0下载:
  2. visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:855717
    • 提供者:weitidong
  1. dongtaifenqu

    0下载:
  2. 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存量查看是否有足够的空闲空间,若有,则按需要量分割一个分区分配给该作业;若无,则作业不能装入。随着作业的装入、撤离,主存空间被分成许多个分区,有的分区被作业占用,而有的分区是空闲的-Variable district is operating in accordance with the needs of the size of main memory space to split the district.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1572
    • 提供者:邵二丫
  1. current

    0下载:
  2. This interface to cypress usb chip to load values in its memory-This is interface to cypress usb chip to load values in its memory
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:138780
    • 提供者:sani
  1. AVR-ASM

    0下载:
  2. AVR单片用源码: 访问的EEPROM ,块拷贝例程,负载程式记忆体,安装和使用的模拟比较,多和分裂例程,乘法和分裂例程,16位算法 -Accessing the EEPROM、Block Copy Routines、Load Program Memory、Setup and Use the Analog Comparator、Multiply and Divide Routines、Multiply and Divide Routines、16-bit Arithmetics
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:13925
    • 提供者:Kevin
  1. Runtime_Dynamic_DLL_Loading

    0下载:
  2. This archive contains two Code::Blocks project. The first one is a DLL skeleton. It includes a default DLLMain function (the DLL entry point) that is called when the DLL is loaded in the memory and a sample function HelloDll. The second project con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:8372
    • 提供者:mihi64
  1. PCM_WAVE

    0下载:
  2. Load the .WAV file from the disk into memory (parsing .WAV file s RIFF structure) Save the .WAV file from memory to the disk (creating .WAV file s RIFF structure) Playing the .WAV file using the default WAVE_MAPPER device Offline mixing of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:33461
    • 提供者:zw
  1. cpudesheji

    0下载:
  2. CPUname是RISC处理器,采用普林斯顿体系结构,CPU与数据存储器间的通信使用Load/Store指令实现,数据存储采取统一的32位字长格式,32位定长指令,地址指令格式。使用专用数据通路结构,四级流水线,分为取指及译码,取数,运算,回写四步,拥有相关专用通路以解决数据相关问题,对跳转指令应用分支预测技术,使其不影响流水。-CPUname is a RISC processor, using the Princeton architecture, CPU and data memory,
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8875264
    • 提供者:张晓风
  1. DC_V1.1

    0下载:
  2. 操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细. 可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体\颜色等,功能齐全,原创!-Operation of the memory DC has been very troublesome, such modules are packaged these up and use simple examples in detail. Can create a DC, load images, to obta
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:60175
    • 提供者:林勇辉
  1. dllload

    0下载:
  2. 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are plac
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:11623
    • 提供者:王高全
  1. DVdtj

    0下载:
  2. 开发论坛顶贴软件可以有两种方法,一种是模拟提交的方法,通过自动填表来提交,这种方法可以随时观察发布过程,但耗费内存,效率比较低,一另种是封包发送的方法,通过抓包软件拦截发贴时向网络提交的数据,然后用VB的WINSOCK控件向服务器提交数据,因为不加载多余的网页所以发布速度很快,效率比较高。下面本站公布一套动网7.1版本论坛发贴机源码,此版本已加入验证码识别。-Top Software Development Forum can be posted in two ways, one is to s
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:620952
    • 提供者:zhanghaibo
  1. 1

    0下载:
  2. 该播放器实现了对WAV、MID、MP3、MOV等格式的多媒体文件的播放功能;实现了播放列表加载多个多媒体文件并可以自定义播放顺序;实现了用户的身份认证、连续播放、记忆播放以及自动关闭播放器等功能。-The player realizes WAV, MID, MP3, MOV, etc. format playback of multimedia files achieve load multiple playlists of multimedia files and can customize
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:11455
    • 提供者:玲玲
  1. matfile_format

    0下载:
  2. This document describes the internal format of MATLAB ® Version 5 and Version 4 MAT-files. A MAT-file stores data in binary (not human-readable) form. In MATLAB, you create MAT-files by using the save command, which writes the arrays current
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:211308
    • 提供者:cc
  1. DC

    0下载:
  2. 《易语言》把Dc绘画 封装成一个 类 外加之前发过的 SkinH_EL.dll内存加载多加了几个函数-Dc painting the package into a class of hair off before additional memory load more SkinH_EL.dll several functions
  3. 所属分类:Windows编程

    • 发布日期:2017-04-02
    • 文件大小:354708
    • 提供者:twtybai
  1. CCNA8

    0下载:
  2. bootstrap:存储在ROM中的微码(microcode)中,用来在初始化的时候启动router,然后加载IOS   POST:存储在ROM中的微码中,用来检查硬件基本配置是否正常,然后决定哪些接口可用   ROM monitor:存储在ROM中的微码中,作用是测试和排疑等 Mini-IOS:Cisco叫它RXBOOT或bootloader,它是存储在ROM中的,IOS的简化版本,用来把IOS加载到闪存中   RAM(random-access memory):用来保存数据包
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:9803
    • 提供者:rocky
  1. rect

    0下载:
  2. C54x存储器及自举加载技术 C语言编程-C54x memory load and the bootstrap technique C language programming
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:15414
    • 提供者:colin
  1. myoskernelorange

    0下载:
  2. 开发os 的最开始部分加载kernel.bin文件。 从mbr到loader,loader再加载kernel入内存并运行-Os the beginning of the development of the most loaded kernel.bin file. From the mbr to the loader, loader and then load the kernel into memory and run
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:13223
    • 提供者:chen
  1. ServerUI3

    0下载:
  2. 采集所在服务器的各种性能指标数据,并将其发送到Server端,以使管理人员能够实时查看各服务器的运行状态。主要包括:CPU负载率、内存使用率、系统进程总数、服务器上接收和发送的邮件信息等。-Collection of various performance indicators where the data server, and send it to the Server side to enable managers to real-time view of all servers runn
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-29
    • 文件大小:11825863
    • 提供者:黄合礼
  1. ResourceManager

    0下载:
  2. 通过D3D创建的图片 模型资源加载管理 能防止二次加载资源 节约内存使用空间-Image models created by D3D resource management to prevent secondary load to load resources using space saving memory
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:970
    • 提供者:Demon W
  1. 1

    0下载:
  2. 简单学生信息管理系统,要求如下: (1)学生信息包括学号、姓名、生日、语文成绩、数学成绩、英语成绩。 (2)内存中以链表形式实现对学生数据的管理。 (3)可以查看所有学生信息 (4)可以添加一个学生信息 (5)可以删除一个学生信息 (6)可以根据学号修改一个学生信息 (7)可以将学生信息保存到磁盘文件 (8)可以从文件中载入学生信息 (9)可以按学号对学生信息进行排序 (10)完成一些学生信息的基
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:5379
    • 提供者:Oscar
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com