搜索结果
找到约 345 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (23)
- 技术资料 (22)
- 数据结构 (18)
- Delphi控件源码 (15)
- 源码 (13)
- 加密解密 (12)
- JavaScript (10)
- VC书籍 (9)
- 单片机编程 (8)
- Internet/网络编程 (8)
- 汇编语言 (8)
- 单片机开发 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- J2ME (5)
- Delphi/CppBuilder (5)
- 其他书籍 (4)
- 数学计算 (4)
- STL (4)
- C/C++语言编程 (3)
- 数据库系统 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- 教育系统应用 (3)
- 多国语言处理 (3)
- 通讯编程文档 (3)
- Java书籍 (3)
- 其他行业 (3)
- Symbian (3)
- 其他嵌入式/单片机内容 (3)
- VIP专区 (3)
- 操作系统开发 (2)
- 磁盘编程 (2)
- Applet (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- Ajax (2)
- 软件 (1)
- 手册 (1)
- 习题答案 (1)
- 应用设计 (1)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- 金融证券系统 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 行业发展研究 (1)
- GPS编程 (1)
嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne
#include <reg52.h>
#include <stdio.h>
#include <string.h>
#define uchar unsigned char
#define uint unsigned int
#define isp_iap_byte_read 0x1
#define isp_iap_byte_program 0x2
#define isp_iap_sector_erase 0x3
#define wait_time 0x1
教育系统应用 c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <
c++图书管理系统
include <iostream>
#include <iomanip>
#include <string>
#include <fstream>//输入/输出文件流类
using namespace std
const int Maxr=100 //最多的读者
const int Maxb=100 //最多的图书
const int Maxbor=5 //每位读者最多借五本书
//读者类,实现对读者的信息的描述 ...
Linux/Unix编程 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s
帧缓冲#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <asm/page.h>
#include <linux/fb.h>
#define TRUE 1
#define FALSE 2
//a framebuffer device structure
typed ...
金融证券系统 //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址
//JDBC驱动器名称(JDBC-ODBC桥)
private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"
//数据库的URL地址
private String strUrl = "jdbc:odbc:atm1"
//指定要访问的数据库名称
private String strDBName = "atm1"
//数据库用户名称
private String strUserName = "testUser"
//数据库用户密码
pr ...
Delphi控件源码 DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。
DELPHI MD5加密
1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。
2、MD5String为加密字符串。
3、MD5File为加密这个文件。
4、MD5Print是将加密后的密文转换成字符串。
5、MD5Match是用来比较密文是否一致。 ...
汇编语言 tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :us
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0
string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0
examp1 byte "eg: 1234ecdf",0dh,0ah,0
examp2 byte " 03ab2543",0dh,0ah,0
Delphi控件源码 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密
1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。
2、MD5String为加密字符串。
3、MD5File为加密这个文件。
4、MD5Print是将加密后的密文转换
Delphi控件源码 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ
这两个函数
function app_path1:string
function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string
实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。
socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 ...
操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器* ...
Internet/网络编程 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ
这两个函数
function app_path1:string
function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string
实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。
socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 ...