为您找到约 90 条结果,搜索耗时:0.0069秒

解码器的Verilog代码

...。下图所示的解码器对输入的5位地址进行解码,并输出32位信号以选择要写入存储器的地址。 为了设计解码器,使用了32个5输入与门。本人在下方展示了一小段的5至32个解码器的Verilog代码;想了解更多请下载附件。// fpga4student....

STM32&rs485串口通信

...pclk1:PCLK1时钟频率(Mhz)//bound:波特率   void RS485_Init(u32 bound){    GPIO_InitTypeDef GPIO_InitStructure;  USART_InitTypeDef USART_InitStructure;  NVIC_InitTypeDef NVIC_InitStructure;  RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE);//使能GPIO...

控制机械臂的程序

...nbsp;{7145AD21-96E5-4DE7-B3A3-AA7663728595}.Debug|x86.ActiveCfg = Debug|Win32  {7145AD21-96E5-4DE7-B3A3-AA7663728595}.Debug|x86.Build.0 = Debug|Win32  {7145AD21-96E5-4DE7-B3A3-AA7663728595}.Release|x64.ActiveCfg = Release|x64  {7145AD21-96E5-4DE7-B3A3-AA7663728595}.Rele...

verilog_hdl语法和语义

... = -14'h1234;   $display ("Current Value of a = %h", a);   a = 32'hDEAD_BEEF;   $display ("Current Value of a = %h", a);   a = -32'hDEAD_BEEF;   $display ("Current Value of a = %h", a);   #10 $finish; end endmodule   

以太网芯片设计代码

...有时钟使能和MII选择的AXI流GMII / MII帧发送器。axis_xgmii_rx_32模块具有32位数据路径的AXI流XGMII帧接收器。axis_xgmii_rx_64模块具有64位数据路径的AXI流XGMII帧接收器。axis_xgmii_tx_32模块具有32位数据路径的AXI流XGMII帧发送器。axis_xgmii_tx_64...

微软笔试面试题库

... week?(5 Points)    A. 9    B. 10    C. 32    D. None of the above4. Which of the following statement(s) equal(s) value 1 in C programming language?(5 Points)    A. the return value of main function if program ends normally    B. ...

机器人视觉模式识别

...mage *src_img = 0, *dst_img = 0;  CvMat *map_matrix;  CvPoint2D32f center;  CvPoint pt1, pt2;  CvRect rect;  if (argc >= 2)   src_img = cvLoadImage (argv[1], CV_LOAD_IMAGE_ANYDEPTH | CV_LOAD_IMAGE_ANYCOLOR);  if (src_img == 0)   return -1;...

自制实用多功能编程器资料

...片机开发人员使用。图1为多功能编程器的主机,中间是32脚ZIF(零插力)锁紧插座, 用于27系列、28系列、29系列、39/49系列等BIOS芯片。左边是25芯并口插座,通过并口电缆连接计算机并口。左下方是电源插座。32脚ZIF插座下方是12...

16×16点阵(滚动显示)资料

...52.h> #define int8 unsigned char #define int16 unsigned int #define int32 unsigned long int8 flag; int8 n; int8 code table[][32]={ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x...

DS18B20程序

...组与主函数通信的 unsigned char  TempBuffer1[9]={0x2b,0x31,0x32,0x32,0x2e,0x30,0x30,0x43,'\0'}; //显示实时温度,上电时显示+125.00C unsigned char  TempBuffer0[17]={0x54,0x48,0x3a,0x2b,0x31,0x32,0x35,0x20, 0x54,0x4c,0x3a,0x2b,0x31,0x32,0x34,0x43,'\0'}; ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部