搜索结果

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

其他嵌入式/单片机内容 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 ...
https://www.eeworm.com/dl/687/424465.html
下载: 192
查看: 1131

Delphi/CppBuilder 我写了一个类

我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同! 公用单元:TreeFillThrd.pas TreeUtils.pas ...
https://www.eeworm.com/dl/664/443357.html
下载: 60
查看: 1084

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 ------------- ...
https://www.eeworm.com/dl/666/460841.html
下载: 196
查看: 1111

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 ...
https://www.eeworm.com/dl/503/37358.html
下载: 144
查看: 1163

Internet/网络编程 其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示:

其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示: 最新游戏版本号 第二行的数据表示: 有多少文件需要更新 后面每行的数据表示: 需要更新的文件的名称 frmUpdate.frm窗体: 负责下载 modZip.BAS模块: 只 ...
https://www.eeworm.com/dl/620/256152.html
下载: 105
查看: 1111

软件设计/软件工程 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 ...
https://www.eeworm.com/dl/684/208006.html
下载: 45
查看: 1063

手册 Java api 6.0

api就是一个帮助文档,让您能快速了解java的属性,方法。加入想对字符串进行操作,就可以去api中查看String的方法,里面会有每个方法的用法,返回值等等。。
https://www.eeworm.com/dl/513498.html
查看: 29

网络 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 ...
https://www.eeworm.com/dl/635/314911.html
下载: 56
查看: 1118

JavaScript 1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识

1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识,可以帮助读者快速入门。主要包括:JavaScript语言概述,JavaScript语言入门,JavaScript事件处理,JavaScript基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。 2.视频动画文件夹 在该文件夹中包括5 ...
https://www.eeworm.com/dl/685/484757.html
下载: 136
查看: 1090

单片机编程 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 ...
https://www.eeworm.com/dl/502/29134.html
下载: 131
查看: 1364