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

搜索资源列表

  1. TopTenWords

    0下载:
  2. 在大数据文件中,找出现次数前十的单词。这个文件不能一次加载如内存,其中用到了自己写的快排函数。-In a large data file, find the top ten the number of occurrences of the word. This file can not be loaded once, such as memory, which uses a fast row to write their own functions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:696314
    • 提供者:邓俊兴
  1. shiyan1

    0下载:
  2. 编写一个简单的学生成绩录入及显示系统,具体要求如下:  定义一个成绩结构体:至少包括C++、数学、英语;  定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员;  定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配;  重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:147881
    • 提供者:任佳
  1. ExcelHelper

    2下载:
  2. C#读写Excel文件、不需要office支持,可读取Excel文件到DataSet、DataTable中,也可以将内存表写入到Excel文件。包含几个dll组件和一个cs代码文件,有详尽注释,我自己经常用。不过导出的性能不好,如果是上万行的数据导出到Excel会很慢。-C# to read and write Excel files, no office support, you can read Excel files to DataSet, DataTable, you can also
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1331718
    • 提供者:凌晨
  1. flash_w_r

    0下载:
  2. pic 18f4685 write or read flash memory
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:867
    • 提供者:qbm
  1. w25q64

    0下载:
  2. AVR微控制器读取及写入w24c256存储芯片。 CPU是2051。qt中国组218967017-AVR microcontroller to read and write w24c256 memory chips. The CPU is 2051. qt Chinese group 218,967,017
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:811035
    • 提供者:交友群
  1. CPPexam6

    2下载:
  2. 1. 编写并测试 3×3 矩阵转置函数,使用数组保存 3×3 矩阵。 2. 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3. 编程实现两字符串的连接。要求使用字符数组保存字符串,不要使用系统函数。 4. 使用 string 类声明字符串对象,重新实现上一小题。 5. 声明一个Employee 类,其中包括姓名、街道地址、城市和邮编等属性,以及change_name()和 display()等函数。display()显示姓名、街道地址、城市和邮编等属
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-12
    • 文件大小:1053696
    • 提供者:wolf
  1. 1.0

    0下载:
  2. 输入进程ID监控这个进程的cpu,内存消耗,当进程终止时写入mysql数据库。数据库部分需要自己改一下,不上传数据库文件了-Enter the process ID of the process monitor cpu, memory consumption, write mysql database when the process terminates. Part of the database need to change their look, do not upload databas
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:6755567
    • 提供者:yangle
  1. one

    0下载:
  2. 1.在数据段建立以 NUMB 为首址,以 byte 为单位的数据区域,NUMB 和 NUMB+1单元分别为36H和18H, 再编写 .EXE 程序,求这两个数的差与商。 2.用 NOP 指令编一段完整的 .EXE 延时程序,循环 40000 次。 3.观察有关寄存器、存储单元和 FLAGS 的改变。 -1. In order to establish a data segment led NUMB address to byte data area units, NUMB and N
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:856
    • 提供者:童嘉
  1. 24c01-24c16

    0下载:
  2. at24c02存储器的读操作和写操作,刚刚测试通过 与大家共享-at24c02 memory read and write operations, to share with you just tested by
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:758
    • 提供者:lixjun
  1. 89c51

    0下载:
  2. 85c51外部存储器的读写功能,及存储器扩展。-Memory read and write
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:ketdem
  1. Universal-Image-Loader

    0下载:
  2. Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。所以,如果你的程序里需要这个功能的话,那么不妨试试它。因为已经封装好了一些类和方法。我们 可以直接拿来用了。而不用重复去写了。其实,写一个这方面的程序还是比较麻烦的,要考虑多线程,缓存,内存溢出等很多方面。但是,你也可以参考这个例子来自己写出更好的程序-niversal-Image-Loader is an open source UI component pr
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:3473763
    • 提供者:anxianjie
  1. USB_SPI_W25X16

    0下载:
  2. Ginkgo USB-SPI适配器读写控制25系列存储器程序源码,有详细注释-Ginkgo USB-SPI adapter 25 series of memory read and write control program source code, detailed notes
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:65320
    • 提供者:罗伟东
  1. USB_SPI_AT45DB161D

    0下载:
  2. 利用Ginkgo USB-SPI适配器读写控制AT45DB161D存储器芯片源码,程序中有详细的注释,对需要读写控制AT45DB161D芯片的人具有较高的参考价值-The use of Ginkgo USB-SPI adapter memory chips read and write control AT45DB161D source program are detailed in the notes on the need to control AT45DB161D chip reader
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:65247
    • 提供者:罗伟东
  1. USB_SPI_AT45DB041D

    0下载:
  2. 利用Ginkgo USB-SPI适配器读写控制AT45DB041D存储器芯片C语言源码,有详细注释,实现通过PC程序读写控制AT45DB041D芯片。- The use of Ginkgo USB-SPI adapter memory read and write control AT45DB041D chip C language source code, detailed notes, read and write control procedures implemented by PC
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:65294
    • 提供者:罗伟东
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data from the shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:lry
  1. zuchengyuanli

    0下载:
  2. 基于微程序控制器的简单计算机系统设计与实现 支持算术运算、逻辑运算、存储器读写、寄存器间数据传送等几类指令; 支持立即数寻址、直接寻址、隐含寻址、寄存器寻址等几种基本数据寻址方式和顺序寻址、跳跃寻址方式; 支持10条以上的指令; 能运行由自己设计的指令系统构成的一段程序,程序执行功能正确-Simple computer-based system micro controller program design and implementation support for arith
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2312230
    • 提供者:王小猫
  1. eeprom_main

    0下载:
  2. It contains the main source code to write into the eprom memory
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:824
    • 提供者:divya
  1. at24c64

    0下载:
  2. ATMEL存储芯片的数据读写程序,写入页的位置及待写入数据长度-ATMEL memory chip data read and write procedures, location and writes the data to be written to the page length
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:Alen
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. reversWord

    0下载:
  2. This program is written with assembler emu8086, program does let you write the word, it sets it on memory for a short time and then it reverses word letters backwards, and puts it in the same memory place.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:935
    • 提供者:ovidijus
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com