登录
首页 » 通信 » SCSI Block Command(scsi命令指令集)

SCSI Block Command(scsi命令指令集)

于 2022-01-31 发布 文件大小:865.60 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

SCSI Block Command(scsi命令指令集)-SCSI Block Command (scsi command instruction set)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 低密度码道编译码算法,程序有道模拟,matlab语言实现,主要研究规则低密度码...
    低密度码信道编译码算法,程序有信道模拟,matlab语言实现,主要研究规则低密度码-channel low-density code encryption algorithm, the procedure channel simulation, Matlab language, the main rules of low-density code
    2023-05-15 04:30:03下载
    积分:1
  • 一个简单的串口接口
    a simple serial port interface
    2022-05-21 04:18:26下载
    积分:1
  • dsp实现软件无线电数字下变频得主体程序部分
    dsp实现软件无线电数字下变频得主体程序部分-radio dsp software digital down-conversion process was the main part of
    2022-07-26 02:49:06下载
    积分:1
  • C++ cheksum
    应用背景关键技术一些制造商(和软件开发商……)不要担心太多,当谈到在NMEA句子校验。这可能是可能的原因:使用校验和算法是不是一个非常可靠的检测传输错误或无效的接收数据的方法在NMEA协议定义的要求在一个无效的校验和的情况下,重传没有标准的方法仪器发射连续的句子和数据通常是刷新每一秒或更快的让你得到一个转发,无论如何,虽然略有修改数据的过程然而,因为它比所有的验证方法,我推荐总是发送一个有效的校验和并经常检查收到的校验和有效的句子。计算校验和是很容易的。它是在–但不包括–$,*字符之间的句子的所有字符异或两进制字符的表示。
    2023-05-09 17:20:03下载
    积分:1
  • VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
    VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
    2023-07-24 17:35:03下载
    积分:1
  • 本程序过分析OFDM号的循环平稳特性,美国..
    本程序通过分析OFDM信号的循环平稳特性,利用循环谱对OFDM信道进行估计。-This procedure by analyzing the OFDM signal is cyclostationary properties, the use of cyclic spectrum of the OFDM channel estimation.
    2023-03-09 08:20:03下载
    积分:1
  • 本程序仿真做出了一个RS编码器。运行本软件,可得到一个可视化界面,按界面提示随意输入息序列,即可对其进行RS编码。一般的RAR解压即可...
    本程序仿真做出了一个RS编码器。运行本软件,可得到一个可视化界面,按界面提示随意输入信息序列,即可对其进行RS编码。一般的RAR解压即可-made an RS encoder. Running the software, will be a visual interface, interface suggested by the random input sequences can be encoded its RS. General RAR can extract
    2022-02-14 12:32:48下载
    积分:1
  • vb写得传真服务器软件,只能在2000下面运行。
    vb写得传真服务器软件,只能在2000下面运行。-vb writes fax server software, only can move under 2000.
    2022-05-15 20:13:12下载
    积分:1
  • VC++与RS232串行讯接口,可实现一点…
    VC++与RS232 的串口通信界面,可以实现对下位机的正常通信,界面有编辑框和组合框,Button控件等-VC++ With RS232 serial communication interface, can be achieved for the next bit plane normal communications, interface edit box and combo box, Button controls, etc.
    2022-02-21 12:14:21下载
    积分:1
  • Windows下的串口接收发送软件源码,可以同时控制多达4个串口,并且可以为每个串口设定不同的传输参数,非常实用。...
    Windows下的串口接收发送软件源码,可以同时控制多达4个串口,并且可以为每个串口设定不同的传输参数,非常实用。-Windows under the serial receiver to send the software source code, you can simultaneously control up to four serial port and serial port settings for each different transmission parameters, very useful.
    2022-03-19 22:48:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载