搜索结果

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

软件设计/软件工程 北京中软笔试题 1.不许用中间变量,把String ABCDE 倒转 2.10000个数求第2大的数,不许用排序算法. 3.排序算法的测试用例

北京中软笔试题 1.不许用中间变量,把String ABCDE 倒转 2.10000个数求第2大的数,不许用排序算法. 3.排序算法的测试用例
https://www.eeworm.com/dl/684/370835.html
下载: 119
查看: 1063

其他 Simple test crc16, crc32 check, you can document, a simple string of detection!

Simple test crc16, crc32 check, you can document, a simple string of detection!
https://www.eeworm.com/dl/534/372936.html
下载: 132
查看: 1047

数据结构 自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
https://www.eeworm.com/dl/654/380129.html
下载: 22
查看: 1035

数据库系统 常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdb

常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdbc:db2://dburl:port/DBname" cn = DriverM
https://www.eeworm.com/dl/523/385244.html
下载: 88
查看: 1083

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1043

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 ...
https://www.eeworm.com/dl/619/386216.html
下载: 187
查看: 1101

数据结构 构造一个string类

构造一个string类,实现一些原先没有的操作。
https://www.eeworm.com/dl/654/401451.html
下载: 97
查看: 1019

金融证券系统 //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 ...
https://www.eeworm.com/dl/638/402010.html
下载: 72
查看: 1322

加密解密 AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.

AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
https://www.eeworm.com/dl/519/405276.html
下载: 105
查看: 1063

编译器/解释器 Code Interface Node (CIN) That Converts a LabVIEW String to a C String, Modifies it, and Returns it

Code Interface Node (CIN) That Converts a LabVIEW String to a C String, Modifies it, and Returns it as a LabVIEW String
https://www.eeworm.com/dl/628/405442.html
下载: 76
查看: 1111