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

搜索资源列表

  1. s3c2410_SDI

    0下载:
  2. S3C2410 SD驱动 包括初始化函数, 按块读写函数,可很方便应用于实际项目,对于开发linux的sd驱动也有参考价值-S3C2410 SD drive, including initialization function, according to block read and write functions can be easily applied to practical projects, the sd driver for the development of linux als
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:147027
    • 提供者:zhangyujunDD
  1. 20100917

    0下载:
  2. 在使用 KEIL 的时候,我们习惯上在一个.c 的文件中把自己要写的东西按照 自己思路的顺序进行顺序书写。这样是很普遍的写法,当程序比较短的时候比如 几十行或者一百多行,是没有什么问题的。但是当程序很长的时候,比如你要用 到 LCD 显示数据,就有几个 LCD 相关的函数,然后你想在 LCD 上显示温度,那么 就要有 DS18B20 相关的操作,这又有几个相关的函数,如果你还想加上去 DS1302 的时间显示功能,那么又要多很多函数。这样的话一个程序下来几百行是很正常 的
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:143032
    • 提供者:陈声
  1. DispalyNetPacket

    0下载:
  2. 抓包前,首先要编写实现了PacketReceiver接口的类,即数据包处理器,由与抓包时,对应某个网络接口的JpcapCaptor对象会阻塞,所以我们将每个网卡上得到的对应的用用于网络抓包,输入数据包类型。JpcapCaptor对象放到一个独立线程中运行;TestPacketReceiver是个数据包解析器,本例中我们只是简单打印出收到的数据包类型及关键参数。-Ethereal, we should first write a class implements the PacketReceive
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-13
    • 文件大小:1643
    • 提供者:夏磊
  1. 80386

    0下载:
  2. 进入保护模式可以得到很多好处 ,让你的程式不再有 640K 限制 ,可以产生虚 拟记忆体、拦 I/O ,所有的应用程式读写系统暂存器 ,产生中断....都可以完全拦 截 ,而且 TSS 工作切换能力可以让你不占用 DOS 下的堆叠区 ,还有很多好处无法 一一叙述 ,因此由笔者来教你如何切入保护模式吧....从简单的开始。-Into protection mode can be many benefits, so you no longer have 640K limit the pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:10826
    • 提供者:洪水劲
  1. as

    1下载:
  2. 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1634
    • 提供者:fdsf
  1. allot1_4

    0下载:
  2. 设计一个双1路到4路的数据分配器电路 设计要求: (1)1路到4路数据分配器其逻辑功能表如表3.2.2所示,试用行为描述方式写出设计块对其逻辑功能进行描述。 表3.2.2 数据分配器功能表 S1 S0 Out0 Out1 Out2 Out3 0 0 in z z z 0 1 z In Z Z 1 0 Z Z In z 1 1 Z Z Z in-1 way to design a dual 4-way data distributor circuit design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:136777
    • 提供者:mowensui
  1. diamond1

    0下载:
  2. 最炫的俄罗斯方块游戏,自己写的!游戏可以实现方块变形,加速,升级,记录玩家分数等~!-Most unusual Tetris game, write your own! Games can block deformation, acceleration, promotion, record player scores ~!
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:92881
    • 提供者:赵飞燕
  1. chuang

    0下载:
  2. 用51单片机对7113初始化和控制,用单片机初始化7113的主要任务是程序的编写,然后根据7113的寄存器操作格式写出读写寄存器的程序,最后根据以上的子程序写出初始化7113的程序段。-7113 Microcontroller with 51 initialization and control, with the single chip initialization 7113 of the main task is to write the program, then operating un
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:799
    • 提供者:苏雅
  1. vcPPtree

    1下载:
  2. vc++树形分组实例,可用于对ghost远控编写的分组参考中-vc++ tree block instance, remote control can be used to ghost write the reference group
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:89203
    • 提供者:大师哥
  1. SimuRWLock

    0下载:
  2. 通过Mutex封装实现的读写锁类。写锁优先于读锁。如果有写锁在等待,则读锁一直等待,直到写锁获取锁,并释放后才能获取。读锁是共享锁,写锁是独占锁。提供Mutex与临界区两种方式可宏切换实现,Mutex为系统内核对象,速度比较慢,但比较好控制。临界区速度快,但无进入临界区无超时时间,对时间控制不精确。 BOOL ReadLock(int timeout=INFINITE) BOOL TryReadLock(int timeout=INFINITE,BOOL bLock=TRUE)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:29442
    • 提供者:ceofit
  1. process-schedule

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-Write a program to complete the process in a single processor system scheduling, requires a time slice rotation scheduling algorithm. Experiments incl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1582
    • 提供者:dawn
  1. rtdsr_0.6_src.tar

    0下载:
  2. rtdsr v0.6 - RTD 1283 bootloader recovery (sources)-rtdsr: Serial Recovery utility for Realtek RTD1283/Mars SoCs This program is meant to be used in the Serial Recovery console from the Realtek RTD1283 SoC BootROM ("s/d/g/c>"). It provides
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:55634
    • 提供者:cxjt
  1. 2

    1下载:
  2. 1、 设有一个起始地址为FRIST + 1的数据块,存放在内部RAM, 数据块长度在FRIST单元且不为0,要求统计该数据块中值为0的个数, 并将它们分别存放在FRIST - 1单元单元,试编写出相应程序。-1, with a starting address FRIST+ 1 block of data stored in internal RAM, the data block length of 0 in the FRIST unit and not to require s
  3. 所属分类:matlab

    • 发布日期:2014-10-29
    • 文件大小:3072
    • 提供者:猫猫
  1. Step03_Solved

    0下载:
  2. AutoCAD s Symbol Tables. We will create a new layer create a Block Definition and explore how to use an Iterator to step through the entities contained in the Model Space block table record. In this section of the tutorial you will be introduced to t
  3. 所属分类:CAD

    • 发布日期:2017-04-02
    • 文件大小:17919
    • 提供者:yuan
  1. Hole

    0下载:
  2. 本例子演示了MFC编写对话框,及如何编写dll工程,实现输入特征参数并创建block和Hole特征。对源程序编译连接。 运行要求:(路径上不能有中文) 1. 参考第6章,首先将Chapter_06\6.3.2\startup和application拷贝到开发目录下(环境变量UGII_USER_DIR指向的目录,例如d盘下):右键点击【我的电脑】→【属性】→【高级】→【环境变量】,在系统变量下点击【新建】或者【编辑】,如图1所示,输入UGII_USER_DIR和d:,点击【确定】,直至对话
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:62383
    • 提供者:徐双晕
  1. fenzuma

    0下载:
  2. 线性分组码的编码与线性分组码的译码,vs2010编写-Linear block code encoding and decoding of linear block codes, vs2010 write
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:676484
    • 提供者:ykui
  1. test_sdram

    0下载:
  2. 对SDRAM进行读写,工程内部分为PLL以及复位处理模块、写SDRAM逻辑模块、读SDRAM逻辑模块、SDRAM读写封装模块、读写缓存FIFO模块、串口发生模块等。工程基于altera的Quartus II 10.1进行设计,使用更高版本的软件均可。-SDRAM read and write for the project is divided into the internal PLL and reset processing module, SDRAM write logic block,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3128831
    • 提供者:
  1. BlackBound

    0下载:
  2. 有有一间长方形的房子 ,,地上铺了红 色、黑色两种颜色的正方形瓷砖。你站在其中 一块黑色的瓷砖上块黑色的瓷砖上,,只能向相邻的黑色瓷砖移只能向相邻的黑色瓷砖移 动。请写一个程序,计算你总共能够到达多少 块黑色的瓷砖块黑色的瓷砖 -There are a rectangular house between the rectangular house, to spread the red floor is covered with red and black co
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:749
    • 提供者:陈韬
  1. 12222

    0下载:
  2. 将BLKS为首址的连续N个字节数传送至BLKD为首址的存储区,编写此数据块传送程序。-Site led to a continuous BLKS number of bytes transferred to the N-site storage area BLKD led to write the data block transfer program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:722
    • 提供者:蔡宝
  1. diaoduyuanma

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用响应比高者优先的作业调度算法。实验具体包括:首先确定作业控制块的内容和组织方式;然后完成作业调度;最后编写主函数,对所做工作进行测试。-Programming to complete the batch job scheduling system, require the use of response than the high priority job scheduling algorithms are. Experiments include:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1322
    • 提供者:lunji
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com