搜索结果
找到约 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)
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
 int time=0,i=0,j=0,add[80],k=0,m;
 char *ch,
 str[900];
 m=strlen(pd);
 if((fp=fopen("haha.txt","r"))==NULL)
 {
  printf("Cannot open this file\n");
  exit(0);
 }
for( ...
源码 java学生数据库
/*import java.util.Scanner;
//主类
public class student122 {
  //主方法
  public static void main(String[] args){
    //定义7个元素的字符数组
    String[] st = new String[7];
    inputSt(st); &nbsp ...
源码 12345
/****************temic*********t5557***********************************/   
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
应用设计 声明病人 Patient 类,
1. 声明病人 Patient 类,此类对象包括 name(String)、sex(char)、age(int)、weight(float)、allergies(boolean)。
声明 setName 存取及修改方法。在一个单独的类中,声明测试方法,并生成两个 Patient 对象,设置其
状态并将其信息显示在屏幕上。声明并测试 toString()方法,显示一个病人 age、sex、name 及 aller ...
习题答案 java入门编程合集
题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?&nbsp;&nbsp;&nbsp;
//这是一个菲波拉契数列问题
public class lianxi01 {
public static void main(String[] args) {
System.out.println("第1个月的兔子对数:&n ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 CMPP3.0源码
CMPP3.0源码 java实现
1.将common文件夹、MsgConfig.properties放于src根目录下。
2.修改MsgConfig.properties配置文件对应的内容为可用参数。
3.方法入口:common.msg.util.MsgContainer
&nbsp;&nbsp; &nbsp;sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信;
&nbsp;&nbsp;&nbsp;&nbsp;& ...