搜索结果
找到约 302 项符合
End 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 技术资料 (16)
- 其他 (14)
- 汇编语言 (14)
- 书籍 (14)
- VxWorks (12)
- 编译器/解释器 (10)
- 源码 (9)
- 电源技术 (8)
- Delphi控件源码 (8)
- 软件设计/软件工程 (7)
- matlab例程 (7)
- 其他书籍 (7)
- 网络 (6)
- 单片机开发 (6)
- 通讯/手机编程 (6)
- 嵌入式/单片机编程 (5)
- 人工智能/神经网络 (5)
- 其他行业 (5)
- 行业发展研究 (5)
- 电子书籍 (4)
- Delphi/CppBuilder (4)
- VC书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 嵌入式综合 (3)
- ARM (3)
- C/C++语言编程 (3)
- VHDL/FPGA/Verilog (3)
- 压缩解压 (3)
- 系统设计方案 (3)
- SCSI/ASPI (3)
- 文件格式 (3)
- 数据结构 (3)
- 其他数据库 (3)
- Linux/Unix编程 (3)
- 技术管理 (3)
- VIP专区 (3)
- 通信网络 (2)
- 无线通信 (2)
- 可编程逻辑 (2)
- 驱动编程 (2)
- Windows CE (2)
- GPS编程 (2)
- Symbian (2)
- 数学计算 (2)
- 软件工程 (2)
- 邮电通讯系统 (2)
- 通讯编程文档 (2)
- JavaScript (2)
- 汇编编程 (2)
- 软件 (2)
- 教程 (2)
- 教程资料 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 传真(Fax)编程 (1)
- 游戏 (1)
- 操作系统开发 (1)
- 家庭/个人应用 (1)
- Modem编程 (1)
- Java书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 交通/航空行业 (1)
- Internet/网络编程 (1)
- DSP编程 (1)
- 串口编程 (1)
- 3G开发 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- 编辑器/阅读器 (1)
- 医药行业 (1)
- CA认证 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 接口技术 (1)
- 仿真技术 (1)
- DSP工具/软件 (1)
- Jsp/Servlet (1)
- 其他 (1)
- 论文 (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 ...
压缩解压 Student status management system is development two aspects that typical information management syst
Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is ...
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=requ
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
ProductClass_2=request("ProductClass_2")
set rs=server.createobject("adodb.recordset")
sqltext="select * from Product"
if request("Product_Name")<>"" then
sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &" ...
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
Id=Session("LoginSuccess")
ProductList = Session("ProductList")
Products = Split(Request("cpbm"), ", ")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session("ProductList") = ProductList
ProductList = Sessio ...
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
Id=Session("LoginSuccess")
ProductList = Session("ProductList")
Products = Split(Request("cpbm"), ", ")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session("ProductList") = ProductList
ProductList = Sessio ...
matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
...
数据结构 演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函
演示Kruskal算法和Prim算法
集合的并,元素查找的操作及应用
说明:
代码均在vc++6.0环境下编译均通过
在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
嵌入式/单片机编程 在QuartusII中使用AHDL语言编写一个RS232串行数据通信接口
在QuartusII中使用AHDL语言编写一个RS232串行数据通信接口,要求设计输入输出端口,要求能提供的接收端口正确地接收。其中1bit作为start位,8bit作为数据,1bit作为end位。
Modem编程 Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID
Make and answer phone calls
Detect tone and pulse digit from the phone line
Capture Caller ID
Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold.
Control of the local phone handset, microphone and speaker of the modem
Send and receive fa ...
其他书籍 Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aa
Linux in a Nutshell, 5th Edition
By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber
... ... ... ... ... ... ... .....
Publisher: O Reilly
Pub Date: July 2005
ISBN: 0-596-00930-5
Pages: 944
Over the last few years, Linux has grown both as an operating system and a tool ...