搜索结果
找到约 353 项符合
THEN 的查询结果
按分类筛选
- 全部分类
- 其他 (29)
- Java编程 (21)
- 书籍 (21)
- matlab例程 (20)
- 单片机编程 (17)
- 编译器/解释器 (14)
- 其他书籍 (13)
- 单片机开发 (12)
- 人工智能/神经网络 (10)
- 汇编语言 (10)
- Java书籍 (9)
- 软件设计/软件工程 (8)
- VC书籍 (8)
- DSP编程 (8)
- 模拟电子 (7)
- Linux/Unix编程 (7)
- 技术资料 (7)
- 数学计算 (6)
- 通讯/手机编程 (6)
- 微处理器开发 (6)
- Delphi控件源码 (5)
- 嵌入式/单片机编程 (5)
- 技术管理 (5)
- 通讯编程文档 (5)
- 驱动编程 (4)
- 数据结构 (4)
- 其他嵌入式/单片机内容 (4)
- 系统设计方案 (4)
- 数值算法/人工智能 (4)
- JavaScript (4)
- 软件工程 (4)
- VHDL/FPGA/Verilog (4)
- 电源技术 (3)
- 网络 (3)
- 行业发展研究 (3)
- SCSI/ASPI (3)
- 书籍源码 (3)
- SQL Server (3)
- J2ME (3)
- 可编程逻辑 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- GPS编程 (2)
- 文件格式 (2)
- 压缩解压 (2)
- 游戏 (2)
- 加密解密 (2)
- 编辑器/阅读器 (2)
- 软件 (2)
- 其他 (2)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 医药行业 (1)
- Modem编程 (1)
- STL (1)
- 邮电通讯系统 (1)
- 文章/文档 (1)
- 金融证券系统 (1)
- 3G开发 (1)
- BREW编程 (1)
- 中间件编程 (1)
- 语音压缩 (1)
- Jsp/Servlet (1)
- 手册 (1)
- 论文 (1)
- VIP专区 (1)
软件设计/软件工程 ---实现的部分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 ...
软件设计/软件工程 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.
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.
其他 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. ...
汇编语言 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
软件设计/软件工程 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
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、如何使窗口全屏,类似游戏一样,而不是窗口的最大化! ...
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
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.
其他 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.