虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

64

  • 16X2

    16X2,122*32,128*64,LCD44780,LYM1602

    标签: 16X2

    上传时间: 2013-12-08

    上传用户:ljmwh2000

  • 本设计根据OFDM系统的实际需要

    本设计根据OFDM系统的实际需要,提出一种用FPGA实现FFT运算的方案,并以64点FFT为例,在Quartus II软件上通过了综合和仿真。

    标签: OFDM

    上传时间: 2016-06-17

    上传用户:yph853211

  • 设定a为N(0,1)的500个随机数和i长为500

    设定a为N(0,1)的500个随机数和i长为500,以n=8、16、64.分别调用u_pcm.m ,从中计算量化误差f=a-a_quan并绘图,分别输出各样值的量化误差图形。

    标签: 500 设定 随机数

    上传时间: 2014-01-17

    上传用户:偷心的海盗

  • (1) 315、433、868、915Mh的ISM 和SRD频段 (2) 最高工作速率500kbps

    (1) 315、433、868、915Mh的ISM 和SRD频段 (2) 最高工作速率500kbps,支持2-FSK、GFSK和MSK调制方式 (3) 高灵敏度(1.2kbps下-110dDm,1%数据包误码率) (4) 内置硬件CRC 检错和点对多点通信地址控制 (5) 较低的电流消耗(RX中,15.6mA,2.4kbps,433MHz) (6) 可编程控制的输出功率,对所有的支持频率可达+10dBm (7) 支持低功率电磁波激活功能 (8) 支持传输前自动清理信道访问(CCA),即载波侦听系统 (9) 快速频率变动合成器带来的合适的频率跳跃系统 (10) 模块可软件设地址,软件编程非常方便 (11) 标准DIP间距接口,便于嵌入式应用 (12) 单独的64字节RX和TX数据FIFO

    标签: kbps 315 433 868

    上传时间: 2016-06-21

    上传用户:anng

  • 数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多)

    数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型"socklen_t".Linux Torvalds说这是由于他们发现了自己的错误但又不好意思向大家伙儿承认,所以另外创造了一个新的数据类型.

    标签: socklen_t Torvalds size_t POSIX

    上传时间: 2014-01-05

    上传用户:13215175592

  • This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific

    This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.

    标签: sample vendor-specific minidriver provides

    上传时间: 2013-12-20

    上传用户:wyc199288

  • The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the re

    The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant. No INF file is needed to install this driver.

    标签: intercepting operations non-SCSI support

    上传时间: 2014-08-17

    上传用户:pkkkkp

  • The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and

    The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant. No INF file is needed to install this driver.

    标签: disk-accesses performance capturing DiskPerf

    上传时间: 2013-12-31

    上传用户:wuyuying

  • ST7920的测试程序

    ST7920的测试程序,该程序使用并口,可测试128×64点阵

    标签: 7920 ST 测试程序

    上传时间: 2013-12-22

    上传用户:D&L37

  • DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if

    DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff

    标签: DESProcess ttbitdiff xorRes bdiff

    上传时间: 2016-07-02

    上传用户:1079836864