搜索结果

找到约 353 项符合 THEN 的查询结果

软件设计/软件工程 ---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)

---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity ...
https://www.eeworm.com/dl/684/214662.html
下载: 179
查看: 1158

软件设计/软件工程 This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile

This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
https://www.eeworm.com/dl/684/229022.html
下载: 80
查看: 1063

Linux/Unix编程 1)Firstly, open wvfb 2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the

1)Firstly, open wvfb 2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
https://www.eeworm.com/dl/619/232042.html
下载: 132
查看: 1104

其他 Samples are organized by chapter, and then by "application" or example name. You should open a proje

Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. ...
https://www.eeworm.com/dl/534/233755.html
下载: 111
查看: 1040

汇编语言 function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2

function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
https://www.eeworm.com/dl/644/235172.html
下载: 190
查看: 1073

软件设计/软件工程 bujidianji,first 135 centigrade,then 180 centigrade,then 45 centigrade,then taking a round

bujidianji,first 135 centigrade,then 180 centigrade,then 45 centigrade,then taking a round
https://www.eeworm.com/dl/684/245897.html
下载: 84
查看: 1022

Delphi控件源码 delphi中的几个技巧 1、判断一个字符串是否包含于另外一个字符串的方法 例如:if pos( ab , abcd )<>0 then messagedlg( ab是包含于abcd

delphi中的几个技巧 1、判断一个字符串是否包含于另外一个字符串的方法 例如:if pos( ab , abcd )<>0 then messagedlg( ab是包含于abcd ,mtConfirmation,[mbYes, mbNo],0) pos(obj,target) 在target字符串中找出第一个出现obj的第一个字符位置,如果找不到,返回0. 2、如何使窗口全屏,类似游戏一样,而不是窗口的最大化! ...
https://www.eeworm.com/dl/666/250316.html
下载: 179
查看: 1126

VC书籍 I have a dream that I am always young. Then I will have enough energy to do everything whenever I wa

I have a dream that I am always young. Then I will have enough energy to do everything whenever I want. Moreover, I don t have to worry about the old age during which I even can t take care of myself
https://www.eeworm.com/dl/686/250503.html
下载: 115
查看: 1239

Linux/Unix编程 开源投影系统 Cartographic Projections library originally written by Gerald Evenden then of the USGS. The

开源投影系统 Cartographic Projections library originally written by Gerald Evenden then of the USGS. The primary version of this web page can be found at http://www.remotesensing.org/proj, and mirrored at http://proj.maptools.org.
https://www.eeworm.com/dl/619/252304.html
下载: 184
查看: 1075

其他 Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.

Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
https://www.eeworm.com/dl/534/253181.html
下载: 103
查看: 1074