statement
共 23 篇文章
statement 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 23 篇文章,持续更新中。
8-3coder
利用if语句中条件向上相与这一功能,以十分简洁的描述完成了一个8—3优先编码器的设计。-Statement if the conditions of the use of phase and this
PRINTED CIRCUIT BOARDS LAYOUT SPECIFICATION
本公司將提供㆒份〝STATEMENT OF WORK〞資料給外包廠商,其㆗包括:<BR>(1) OrCAD Capture Schematic Data(含Li
基于语音控制的智能家居系统的设计与实现
<p>采用模块化设计,以C语言编程,由LD3320A语音识别芯片以及89C52单片机采集和处理信号,完成人机对话。对各降噪方法在安静和嘈杂环境下进行测试,结果表明,添加垃圾语句语音识别准确率最高。所得结果对于实现非特定人识别的智能语音家居各项功能具有重要意义。</p><p>Using modular design, C language programming, voice identificat
重构-改善既有代码的设计(pdf中文版), 软件工程领域的超级经典巨著
<p style="margin-top: 0px; margin-bottom: 15px; padding: 0px; color: rgb(51, 51, 51); line-height: 24px; text-indent: 2em; zoom: 1; font-family: arial, sans-serif; font-size: 14px; white-space: normal
Ceramic+Thick+Films+for+MEMS+and+Microdevices
As a student I did my best to avoid text books – a strange statement for a Professor to make and one that<br />
I should clarify before you put this book down; I did my best to avoid text books that d
Performance+Analysis+of+Communications+Networks
Performance analysis belongs to the domain of applied mathematics. The<br />
major domain of application in this book concerns telecommunications sys-<br />
tems and networks. We will mainly use stoch
public class DBClass { private String driver private String url private String user
public class DBClass {
private String driver
private String url
private String username
private String password
private Connection connection
private Statement state
//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址
//JDBC驱动器名称(JDBC-ODBC桥)
private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"
//数据库的URL地址
private String strUrl = "jdbc:odbc:atm1"
//指定要访问的数据库名称
private String strDBName = "atm1"
IEEE 802.16Conformance01-2003 IEEE Standard for Conformance to IEEE 802.16 Part 1: Protocol Implemen
IEEE 802.16Conformance01-2003 IEEE Standard for Conformance to IEEE 802.16 Part 1: Protocol Implementation Conformance Statement (PICS) Proforma for 10-66 GHz WirelessMAN-SC Air Interface
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No a
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Cur
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute a
查看Step Over、Step Into、Step Out、Next Statement的区别 CPU:MSP430F149 编写者:czhang 2005年2月
查看Step Over、Step Into、Step Out、Next Statement的区别
CPU:MSP430F149
编写者:czhang
2005年2月
Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the str
Connection的代理类
Connection的代理类,Statement的代理类,ResultSet的代理类.
java 通用连接 MS SQL 的写法
java 通用连接 MS SQL 的写法 ,给新手用吧
DBconnect DBC
DBC = new DBconnect()
java.sql.Statement stmt = null
if (DBC.connectDB())
{
if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post wil
SIC_XE程式Pass 1:先對每個Source statement做定location
SIC_XE程式Pass 1:先對每個Source statement做定location,Pass 2:對每個細項做不同的處理,算出object code,最後轉成machine code輸出。
The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ &ma
The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ ¯ inconsistance d¡ ¯ un logical program possibilist in C++. We thus work on a logical prog
所有的设计模式都有一些常用的特性:一个标识(a name)
所有的设计模式都有一些常用的特性:一个标识(a name),一个问题陈述(a problem statement)和一个解决方案(a solution)。
1、一个设计模式的标识是重要的,因为它会让其他的程序员不用进行太深入的学习就能立刻理解你的代码的目的(至少通过这个标识程序员会很熟悉这个模式)。?
2、问题描述是用来说明这个模式的应用的领域。?
3、解决方案描述了这个模
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes