搜索结果
找到约 308 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (22)
- 数据结构 (17)
- Delphi控件源码 (13)
- 源码 (12)
- JavaScript (10)
- 加密解密 (9)
- VC书籍 (9)
- Internet/网络编程 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- 单片机开发 (6)
- 汇编语言 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- Delphi/CppBuilder (5)
- J2ME (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- 编辑器/阅读器 (5)
- 数学计算 (4)
- 其他书籍 (4)
- 技术资料 (4)
- 单片机编程 (3)
- C/C++语言编程 (3)
- STL (3)
- Java书籍 (3)
- 压缩解压 (3)
- 其他行业 (3)
- 多国语言处理 (3)
- 其他嵌入式/单片机内容 (3)
- 通讯编程文档 (3)
- 教育系统应用 (3)
- 书籍源码 (3)
- 数据库系统 (3)
- 电子书籍 (3)
- Symbian (3)
- VIP专区 (3)
- 文件格式 (2)
- 文章/文档 (2)
- Applet (2)
- 磁盘编程 (2)
- 嵌入式/单片机编程 (2)
- Ajax (2)
- 操作系统开发 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- BREW编程 (1)
- 家庭/个人应用 (1)
- 系统设计方案 (1)
- 手机短信编程 (1)
- matlab例程 (1)
- *行业应用 (1)
- 串口编程 (1)
- Oracle数据库 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- 金融证券系统 (1)
- 通讯/手机编程 (1)
- 微处理器开发 (1)
- GPS编程 (1)
- 行业发展研究 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手册 (1)
- 软件 (1)
- 应用设计 (1)
- 习题答案 (1)
JavaScript 编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。
编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。
JavaScript 第一个Java程序 public class Practice { public static void main(String args[]) { System.out.print
第一个Java程序
public class Practice
{
public static void main(String args[])
{
System.out.println("**********************************")
System.out.println("** Practice makes perfect")
System.out.println("**********************************")
}
}
行业发展研究 This document help you how encrypt query string or some usefull information
This document help you how encrypt query string or some usefull information
源码 C++自写String类
C++自写String类,使用动态数组存储输入的内容,添加 拼接 格式化等
行业应用文档 大功率LED集成的高压侧LED驱动器 电流检测和PWM调光MOSFET驱动器
A dimming driver designed to drive an external n-channel MOSFET in series with the LED string pro
单片机编程 AVR常用库函数介绍
目录:
1. Character Type Functions - 字符类型函数
2. Standard C Input/Output Functions - 标准输入输出函数
3. Standard Library Functions - 标准库和内存分配函数
4. Mathematical Functions - 数学函数
5. String Functions - 字符串函数
6. BCD Conversion Functions - BCD 转换函数
7. Memory Acc ...
单片机编程 Keil C51开发系统基本知识3
Keil C51开发系统基本知识3
1. 1. 专用寄存器include文件例如8031、8051均为REG51.h其中包括了所有8051的SFR及其位定义,一般系统都必须包括本文件。2. 2. 绝对地址include文件absacc.h该文件中实际只定义了几个宏,以确定各存储空间的绝对地址。3. 3. 动态内存分配函数,位于stdlib.h中
4. 4. 缓冲区处理函数位于“string. ...
单片机编程 微型打印机的C语言源程序
微型打印机的C语言源程序:微型打印机的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbi ...
C/C++语言编程 基于(英蓓特)STM32V100的串口程序
This example provides a description of how&nbsp; 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 ...
Java编程 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java
1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的 ...