搜索结果
找到约 120 项符合
Convert 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- Java编程 (5)
- 单片机开发 (5)
- Delphi控件源码 (5)
- Linux/Unix编程 (5)
- 单片机编程 (4)
- 汇编语言 (4)
- VHDL/FPGA/Verilog (4)
- 其他行业 (4)
- 编辑器/阅读器 (4)
- 压缩解压 (3)
- 数学计算 (3)
- 其他书籍 (3)
- JavaScript (3)
- 技术资料 (3)
- 电源技术 (2)
- SQL Server (2)
- 编译器/解释器 (2)
- USB编程 (2)
- 驱动编程 (2)
- matlab例程 (2)
- 软件设计/软件工程 (2)
- Applet (2)
- GPS编程 (2)
- 其他嵌入式/单片机内容 (2)
- 数据结构 (2)
- 技术管理 (2)
- 学术论文 (1)
- 教程资料 (1)
- 教程资料 (1)
- 模拟电子 (1)
- autocad教程 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 操作系统开发 (1)
- VxWorks (1)
- 书籍源码 (1)
- 加密解密 (1)
- 游戏 (1)
- 3G开发 (1)
- 微处理器开发 (1)
- Ajax (1)
- 多国语言处理 (1)
- 行业发展研究 (1)
- 文章/文档 (1)
- 软件工程 (1)
- 通讯编程文档 (1)
- 文件格式 (1)
- uCOS (1)
- 金融证券系统 (1)
- VC书籍 (1)
- 教育系统应用 (1)
- 手机WAP编程 (1)
- 手册 (1)
- 书籍 (1)
- 源码 (1)
- VIP专区 (1)
JavaScript 1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String
1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合.
2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String name),那么生成的javascript函数是checkExist(callbackFunc,String name).
3.. 注意回调函数只能有一个参数,就是服务器的返回值,如function(messFromServer),这里messFromServe ...
Ajax 这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。 一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字
这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。
一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索 ...
驱动编程 a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digital camera supported by dcam.sys is a data source that pr ...
matlab例程 The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler in
The MATLAB Compiler automatically converts MATLAB M-files to C and C++
code. The MATLAB Compiler includes the MATLAB C/C++ Math and Graphics
Libraries, which let you automatically convert your MATLAB applications to C
and C++ code for stand-alone applications.
软件设计/软件工程 本文档介绍了如何使用各种内嵌工具
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。
Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
软件设计/软件工程 Creating barcodes in Microsoft庐 Office has never been easier. With BarCodeWiz Toolbar you can add b
Creating barcodes in Microsoft庐 Office has never been easier.
With BarCodeWiz Toolbar you can add barcodes to Microsoft庐 Office applications with a click of a button. In Microsoft庐 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft庐 Excel庐, select a range of ce ...
SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select
HashTable实例
public class HashTable_msg {
public HashTable_msg()
{
String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum"
Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
VHDL/FPGA/Verilog Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested i
Working RS232 controller running at 9600 Hz.
Consist of Transmitter and Receiver Module.
Tested in FPGA Spartan 3
Included files for testing at FPGA
- Scan4digit .vhd - to display at 7 sgement display
- D4to7 .vhd - Convert HEX decimal to ASCII code.
汇编语言 This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system
This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorp ...