搜索结果

找到约 308 项符合 String 的查询结果

汇编语言 An example to illustrate how to set the internal adjustable CID gain and receive FSK or DTMF data

An example to illustrate how to set the internal adjustable CID gain and receive FSK or DTMF data. Assume end-code of DTMF data string is "D".
https://www.eeworm.com/dl/644/171992.html
下载: 174
查看: 1100

VC书籍 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类clas ...
https://www.eeworm.com/dl/686/173069.html
下载: 109
查看: 1089

加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-E ...
https://www.eeworm.com/dl/519/175643.html
下载: 185
查看: 1080

系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言

1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
https://www.eeworm.com/dl/678/176083.html
下载: 166
查看: 1107

Internet/网络编程 通用的jsp分页组件

通用的jsp分页组件,实例化后只需设置好各种属性,然后调用API即可得到已封装好“首页” “上一页”,“下一页”等分页操作的html表格String,直接在jsp页面中即可, 支持跳转到jsp和跳转到Action(struts架构)两种类型,支持单选或者多选列,支持传Vector 或者sql语句,支持数据库后端分页.... 具体参见源码包中“使用说 ...
https://www.eeworm.com/dl/620/176287.html
下载: 183
查看: 1094

Java编程 not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDict

not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDictionary and HashDictionary, that maps a String key to an Object value
https://www.eeworm.com/dl/633/178979.html
下载: 75
查看: 1056

其他行业 class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (

class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } } ...
https://www.eeworm.com/dl/668/180875.html
下载: 130
查看: 1330

编译器/解释器 Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Proce

Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Processing Instruction <?xml-stylesheet type="text/xsl" href="URL-OF-YOUR-STYLESHEET"?> or now new <?xslt-stylesheet agent="THE-USER-AGENT-STRING-OF-THE-BROWSER" href="URL-OF-YOUR-STYLESHEET"?> This now ...
https://www.eeworm.com/dl/628/182886.html
下载: 182
查看: 1078

其他 Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platfor

Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, ...
https://www.eeworm.com/dl/534/182996.html
下载: 164
查看: 1067

操作系统开发 vxworks libc库源代码

vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib string time
https://www.eeworm.com/dl/531/183756.html
下载: 76
查看: 1048