搜索结果
找到约 345 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (23)
- 技术资料 (22)
- 数据结构 (18)
- Delphi控件源码 (15)
- 源码 (13)
- 加密解密 (12)
- JavaScript (10)
- VC书籍 (9)
- 单片机编程 (8)
- Internet/网络编程 (8)
- 汇编语言 (8)
- 单片机开发 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- J2ME (5)
- Delphi/CppBuilder (5)
- 其他书籍 (4)
- 数学计算 (4)
- STL (4)
- C/C++语言编程 (3)
- 数据库系统 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- 教育系统应用 (3)
- 多国语言处理 (3)
- 通讯编程文档 (3)
- Java书籍 (3)
- 其他行业 (3)
- Symbian (3)
- 其他嵌入式/单片机内容 (3)
- VIP专区 (3)
- 操作系统开发 (2)
- 磁盘编程 (2)
- Applet (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- Ajax (2)
- 软件 (1)
- 手册 (1)
- 习题答案 (1)
- 应用设计 (1)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- 金融证券系统 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 行业发展研究 (1)
- GPS编程 (1)
其他嵌入式/单片机内容 Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco
Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microcontroller used is P89V51RD2. There are 2 programs included. One program will accept string via UART and accept key via a 4x4 keypad and display decrypted text on 16x2 LCD. The other program will accept ...
Delphi/CppBuilder 我写了一个类
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!
公用单元:TreeFillThrd.pas TreeUtils.pas ...
Delphi控件源码 *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved
*** HyperString v6.0 ***
(c)1996-2000 EFD Systems, All rights reserved
efd@mindspring.com
*** THIS IS NOT PUBLIC DOMAIN SOFTWARE ***
See below for license agreement, disclaimer, installation and use.
Introduction ------------- ...
C/C++语言编程 基于(英蓓特)STM32V100的串口程序
This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypa ...
Internet/网络编程 其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示:
其中:ClientInfor.inf 文件:
第一行的数据表示: 客户端游戏版本号
第一行的数据表示: 更新文件存放的网络路径
UpdateInfor.inf文件:
第一行的数据表示: 最新游戏版本号
第二行的数据表示: 有多少文件需要更新
后面每行的数据表示: 需要更新的文件的名称
frmUpdate.frm窗体: 负责下载
modZip.BAS模块: 只 ...
软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...
手册 Java api 6.0
api就是一个帮助文档,让您能快速了解java的属性,方法。加入想对字符串进行操作,就可以去api中查看String的方法,里面会有每个方法的用法,返回值等等。。
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
JavaScript 1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识
1.入门教程文件夹
在该文件夹中包括了JavaScript的大部分知识,可以帮助读者快速入门。主要包括:JavaScript语言概述,JavaScript语言入门,JavaScript事件处理,JavaScript基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。
2.视频动画文件夹
在该文件夹中包括5 ...
单片机编程 51单片机实现的RS485通讯程序
#ifndef __485_C__
#define __485_C__
#include
#include
#define unsigned char uchar
#define unsigned int uint
/* 通信命令 */
#define __ACTIVE_ 0x01 // 主机询问从机是否存在
#define __GETDATA_ 0x02 // 主机发送读设备请求
#define __OK_ 0x03 // 从机应答
#define ...