搜索结果

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

JavaScript 编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。

编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。
https://www.eeworm.com/dl/685/484004.html
下载: 158
查看: 1169

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("**********************************") } }
https://www.eeworm.com/dl/685/486377.html
下载: 29
查看: 1053

行业发展研究 This document help you how encrypt query string or some usefull information

This document help you how encrypt query string or some usefull information
https://www.eeworm.com/dl/692/494552.html
下载: 183
查看: 1061

源码 C++自写String类

C++自写String类,使用动态数组存储输入的内容,添加 拼接 格式化等
https://www.eeworm.com/dl/522537.html
下载: 1
查看: 41

行业应用文档 大功率LED集成的高压侧LED驱动器 电流检测和PWM调光MOSFET驱动器

A dimming driver designed to drive an external n-channel MOSFET in series with the LED string pro
https://www.eeworm.com/dl/509/9852.html
下载: 177
查看: 1052

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

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

单片机编程 微型打印机的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 ...
https://www.eeworm.com/dl/502/31505.html
下载: 171
查看: 1085

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
查看: 1127

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 改成你的 ...
https://www.eeworm.com/dl/633/103676.html
下载: 25
查看: 1063