搜索结果
找到约 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)
Delphi控件源码 the best serial port component for delphi application. you can send receive serial port datas as
the best serial port component for delphi application.
you can send receive serial port datas as byte string or cluster
嵌入式综合 samba服务器实验指导
第一节、samba是干什么的?它有什么用?
Samba(SMB是其缩写)
是一个网络服务器,它是Linux作为本地服务器最重要的一个服务,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之间的共享文件,也一样用于Linux和Linux之间的共享文件;不过对于Linux和Linux之间共享文件有更好的网络文件系统 NFS,NFS也 ...
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
C/C++语言编程 文件Java排课系统的报告
My JSP 'TeacherMain.jsp' starting page
var $=function(id) {
return document.getElementById(id);
}
function show_menu(num){
for(i=0;i
C/C++语言编程 C语言用户注册及登录
#include<stdio.h>
#include<stdlib.h>
#include<conio.h>
#include<string.h>
main(void)
{ &nbsp; char new_name[4], name[4];
&nbsp; &nbsp; int new_sn ,sn;
&nbsp; &nbsp; printf(" &nbsp; &nbsp; &nbsp; &nbsp;【注册】\n\n");
&nbsp; &nbsp; printf("请输入用户名(四位英文字母):");
&nbsp; &nbsp; scanf("%s", ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
手册 Java api 6.0
api就是一个帮助文档,让您能快速了解java的属性,方法。加入想对字符串进行操作,就可以去api中查看String的方法,里面会有每个方法的用法,返回值等等。。
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
源码 学生管理啊
#include <iostream.h>
#include <string.h>
#include <iomanip.h>
#include "Stud.h"
Stud::Stud(){}
char *Stud::getno() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取学号
{
return no;
}
char *Stud::getname() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取姓名
{
return name;
}
char *Stud::ge ...
软件 学生成绩查询
#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(;!feof(fp);i++)
{
str[i]=fgetc(fp);
if(to ...