搜索结果

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

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
https://www.eeworm.com/dl/666/490902.html
下载: 195
查看: 1063

嵌入式综合 samba服务器实验指导

第一节、samba是干什么的?它有什么用? Samba(SMB是其缩写) 是一个网络服务器,它是Linux作为本地服务器最重要的一个服务,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之间的共享文件,也一样用于Linux和Linux之间的共享文件;不过对于Linux和Linux之间共享文件有更好的网络文件系统 NFS,NFS也 ...
https://www.eeworm.com/dl/506647.html
查看: 96

源码/资料 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 ...
https://www.eeworm.com/dl/506700.html
下载: 1
查看: 61

C/C++语言编程 文件Java排课系统的报告

My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
https://www.eeworm.com/dl/507625.html
查看: 31

C/C++语言编程 C语言用户注册及登录

#include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> main(void) {   char new_name[4], name[4];     int new_sn ,sn;     printf("        【注册】\n\n");     printf("请输入用户名(四位英文字母):");     scanf("%s", ...
https://www.eeworm.com/dl/509083.html
下载: 1
查看: 168

数据库系统 redis官方手册翻译

Redis 命令参考 1 Key(键) 1 1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
https://www.eeworm.com/dl/509572.html
下载: 1
查看: 91

手册 Java api 6.0

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

源码 运动会源代码

#include <malloc.h>       #include <stdio.h>       #include <stdlib.h>       #include <string.h>       #define NULL 0    &nbsp ...
https://www.eeworm.com/dl/513814.html
下载: 2
查看: 9

源码 学生管理啊

#include <iostream.h> #include <string.h> #include <iomanip.h> #include "Stud.h" Stud::Stud(){} char *Stud::getno()              //获取学号 { return no; } char *Stud::getname()            //获取姓名 { return name; } char *Stud::ge ...
https://www.eeworm.com/dl/513822.html
下载: 2
查看: 13

软件 学生成绩查询

#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 ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16