搜索结果
找到约 483 项符合
machine-generated 的查询结果
Delphi控件源码 unit ScardCL {**************************************************************************} {
unit ScardCL
{**************************************************************************}
{ }
{ This C DLL header file first (automatic) conversion generated by: }
{ HeadConv 4.0 (c) 2000 by Bob Swart (aka Dr.Bob - w ...
其他书籍 Text mining tries to solve the crisis of information overload by combining techniques from data mini
Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management. In addition to providing an in-depth examination of core text mining and link detection algorithms a ...
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
其他书籍 In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or
In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or
Windows XP (development only). This book covers a basic install of DotNetNuke using a SQL Server
database as the Data Provider. You will need to have access to either SQL Server 2000 or MSDE (develop ...
加密解密 数据加密算法(Data Encryption Algorithm
数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine ...
Jsp/Servlet jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()
jsp 留言系统try {
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()
} catch (InstantiationException e) {
// TODO Auto-generated catch block
e.printStackTrace()
} catch (IllegalAccessException e) {
// TODO Auto-generated catch block
e.printStackT ...
Java编程 The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language
The JavaServer Pages (JSP) Expression Language (EL) is a
simple non-procedural scripting language that can be used
to evaluate dynamic expressions within a JSP page. Each EL
expression evaluates to a single value that is then expressed as
text in the output of the JSP (when used in template text ...
Java编程 java 线程 静态锁
java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现??
部分代码如下,
public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(
),也可以同步!!!
public void execute(){ //
synchronize ...
其他 采用Access数据库
采用Access数据库,三层开发
DB_51aspx下为Access数据库文件,Web为网站文件夹
目录下的Auto Generated Code均为代码生成器自动生成的代码
ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使用。
可以进行学生 ...
VHDL/FPGA/Verilog The FPGA can realize a more optimized Digital controller in DC/DC Converters when compare to DSPs. I
The FPGA can realize a more optimized Digital controller in DC/DC Converters when compare to DSPs. In this paper, based on the FPGA platform, The theoretical analysis, characteristics, simulation and design consideration are given. The methods to implement the digital DC/DC Converters have been rese ...