为您找到约 146 条结果,搜索耗时:0.0064秒

ibsystat源码分析

... enum ib_sysstat_attr_t { IB_PING_ATTR = 0x10, IB_HOSTINFO_ATTR = 0x11, IB_CPUINFO_ATTR = 0x12, }; typedef struct cpu_info { char *model; char *mhz; } cpu_info; static cpu_info cpus[MAX_CPUS]; static int host_ncpu; static int server = 0, oui = IB_OPENIB_OUI; static int serv...

Verilog和LogiSim中的Tic Tac Toe游戏

...:计算机开始播放,“ 01”存储到解码位置。4. Game_over(11):当有赢家或没有更多游戏空间时,游戏结束。井字游戏的控制器输入:a. 重启 :重置= 1:处于Game_Over状态时重置游戏。重置= 0:游戏开始。b. 玩:播放= 1:处于IDLE...

C 语言编程经典 100 例

...e 8:sum=212;break; case 9:sum=243;break; case 10:sum=273;break; case 11:sum=304;break; case 12:sum=334;break; default:printf(“data error“);break;}sum=sum+day;  /*再加上某天的天数*/ if(year%400==0||(year%4==0&&year%100!=0))/*判断是不是闰年*/  leap=1; els...

算术逻辑单元(ALU)的VHDL代码

...ut =向右旋转1;9.逻辑与ALU_Out = A和B;10.逻辑或ALU_Out = A或B;11.逻辑异或ALU_Out = A XOR B;12.逻辑或非ALU_Out = A NOR B;13.逻辑与非ALU_Out = A NAND B;14.逻辑XNORALU_Out = A XNOR B;15.大的比较如果A> B,则ALU_Out = 1否则为0;16.平等比较ALU_Out = 1 A = B否...

大学数据结构真题程序设计题代码

...```c++    queue<int> que;    que.push(11);```### front 及 pop> .front() 访问第一个元素> .pop() 从 queue 移除前端元素。等效地调用 c.pop_front()```c++    queue<int> que;    cout << que.front() <...

STM32&rs485串口通信

..._InitStructure);     GPIO_InitStructure.GPIO_Pin = GPIO_Pin_11;//PA3  GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN_FLOATING; //浮空输入  GPIO_Init(GPIOB, &GPIO_InitStructure);   RCC_APB1PeriphResetCmd(RCC_APB1Periph_USART3,ENABLE);//复位串口2 RCC_APB1Per...

awk sed 大全

...的前10行 (模拟“head”的行为)sed ‘10q’passwdawk 'NR<11' passwdawk '{print;if(NR==10)exit}' passwd 6.显示文件中的第10行 sed -n '10p' passwdawk 'NR==10' passwdawk 'NR==10{print}' passwd7.# 显示部分文本——指定行号范围(从第8至第12行,含8和1...

条形码

...0B};//条码解析表static char B[]={0x27,0x33,0x1B,0x21,0x1D,0x39,0x05,0x11,0x09,0x17};static char R[]={0x72,0x66,0x6C,0x42,0x5C,0x4E,0x50,0x44,0x48,0x74};static int ORDER[10][13]={1,1,1,1,1,1,-1,2,2,2,2,2,2,               ...

交通信号灯控制器的Verilog代码

...; HRED_FGRE=2'b10,// Highway red and farm green    HRED_FYEL=2'b11;// Highway red and farm yellow input C, // sensor    clk, // clock = 50 MHz    rst_n; // reset active low output reg[2:0] light_highway, light_farm; // output of lights // fpga4student.com FPGA pro...

MLNX ofed驱动安装

...nd exit. --distro Set Distro name for the running OS (e.g: rhel6.5, sles11sp3). Default: Use auto-detection. --without-fw-update Skip firmware update --fw-update-only Update firmware. Skip driver installation --force-fw-update Force firmware update --force Force installation --tmpd...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部