为您找到约 167 条结果,搜索耗时:0.0018秒

VHDL中的移位器设计

...se(SHIFT_Ctrl) is when "1000" => SHIFTOUT <= SHIFTINPUT(7 downto 0)&SHIFTINPUT(15 downto 8);-- ROR8 when "1001" => SHIFTOUT <= SHIFTINPUT(3 downto 0)&SHIFTINPUT(15 downto 4);-- ROR4 when "1010" => SHIFTOUT <= SHIFTINPUT(7 downto 0) & "00000000"; -- SLL8 when others ...

Verilog中的N位加法器设计

...sp;  output s,c;    assign s=x^y;    assign c=x&y; endmodule // half adder // fpga4student.com: FPGA projects, Verilog projects, VHDL projects // Verilog project: Verilog code for N-bit Adder // Verilog code for full adder module full_adder(x,y,c_in,s,c_out); &...

仿真PV + MPPT

...; %Finding the maximum power of the array[row1,cumn1]=find(Ppv1<=Pmax1 & Ppv1>=Pmax1);V_max1=Va1(row1,cumn1);I_max1=Ipv1(row1,cumn1);%%%----- PV_2 -----------------------Tcell2 = input(3);%33; %Ambient cell temperature (degrees celcius)G2 = input(4);%850;%Solar Irradiation (W/m2)Voc2 = 43....

VHDL中的完整8位微控制器

...          ALU_ADD <= ('0' & A )+ ('0'& B);                  ALU_Result <= A + B;             when "001...

MPPT免费下载

...%Finding the maximum power of the array [row1,cumn1]=find(Ppv1<=Pmax1 & Ppv1>=Pmax1); V_max1=Va1(row1,cumn1); I_max1=Ipv1(row1,cumn1); %%%----- PV_2 ----------------------- Tcell2 = input(3);%33; %Ambient cell temperature (degrees celcius) G2 = input(4);%850;%Solar Irradiation (W...

密码协处理器设计

...ADD: ABUS + BBUS -> RESULT1. SUB: ABUS - BBUS -> RESULT2. AND: ABUS & BBUS -> RESULT3. OR: ABUS | BBUS -> RESULT4. XOR: ABUS ^ BBUS -> RESULT5. NOT: ~ABUS -> RESULT6. MOV: ABUS -> RESULT7. NOP: No Operation8. ROR8: RESULT<= SHIFTINPUT(7 downto 0)&SHIFTINPUT(15 downto ...

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

...2)   count_delay <=count_delay + 1;   if((count_delay == 9)&&RED_count_en)   begin    delay10s=1;    delay3s1=0;    delay3s2=0;    count_delay<=0;   end   else if((count_delay == 2)&&YELLOW_count_en1) ...

ppk谈JavaScript

...展示一段源码: 1. var compatible = (document.getElementsByTagName && document.createElement); 2. 3. if (compatible) 4. document.write('<link rel="stylesheet" href="navstyles.css" />') 5. 6. function initNavigation() { 7. var lists = document.getElementsByTagName('ul')...

DS1302时钟+1602液晶

..."); GotoXY(0,1); Print("Time: "); while(1) { DS1302_GetTime(&CurrentTime); TimeToStr(&CurrentTime); GotoXY(6,1); Print(CurrentTime.TimeString); Delay1ms(400); } }

DG最优分配 算法

...。基于如下论文实现:Vatani, M., Alkaran, D. S., Sanjari, M. J., & Gharehpetian, G. B. (2016). Multiple distributed generation units allocation in the distribution network for loss reduction based on a combination of analytical and genetic algorithm methods. IET Generation, Transmission...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部