搜索结果

找到约 198 项符合 LEFT-right 的查询结果

VHDL/FPGA/Verilog Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift ...
https://www.eeworm.com/dl/663/361747.html
下载: 164
查看: 1055

VHDL/FPGA/Verilog Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift ...
https://www.eeworm.com/dl/663/361749.html
下载: 129
查看: 1034

Java编程 JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer

JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat ...
https://www.eeworm.com/dl/633/367382.html
下载: 23
查看: 1123

单片机开发 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源

本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C ...
https://www.eeworm.com/dl/648/377467.html
下载: 29
查看: 1078

数值算法/人工智能 Computes approximate significance points of a Pearson curve with given first four moments, or first

Computes approximate significance points of a Pearson curve with given first four moments, or first three moments and left or right boundary
https://www.eeworm.com/dl/518/383340.html
下载: 42
查看: 1045

其他 //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define

//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10
https://www.eeworm.com/dl/534/385903.html
下载: 119
查看: 1039

数学计算 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----o

数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation
https://www.eeworm.com/dl/641/386288.html
下载: 29
查看: 1101

数据结构 void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=

void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right ...
https://www.eeworm.com/dl/654/393662.html
下载: 130
查看: 1054

单片机开发 Very detailed system it is right of choice

Very detailed system it is right of choice
https://www.eeworm.com/dl/648/396049.html
下载: 120
查看: 1023

单片机开发 Can tell the new comer whether is the right user,and checks the information from Database.

Can tell the new comer whether is the right user,and checks the information from Database.
https://www.eeworm.com/dl/648/398717.html
下载: 155
查看: 1034