北京中软笔试题 1.不许用中间变量,把strIng ABCDE 倒转 2.10000个数求第2大的数,不许用排序算法. 3.排序算法的测试用例
上传时间: 2016-11-25
上传用户:dengzb84
Simple test crc16, crc32 check, you can document, a simple strIng of detection!
标签: crc detection document Simple
上传时间: 2014-01-12
上传用户:蠢蠢66
自己编写的strIng类,可以用于代替<strIng>中的strIng类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubstrIng方法。而且源码中给出了strIng类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。
上传时间: 2014-01-05
上传用户:古谷仁美
常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") strIng url="jdbc:db2://dburl:port/DBname" cn = DriverM
标签: forName Driver strIng Class
上传时间: 2014-08-23
上传用户:时代电子小智
#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)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_strIng)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 }
上传时间: 2016-12-31
上传用户:colinal
帧缓冲#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 typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
上传时间: 2013-12-11
上传用户:bjgaofei
构造一个strIng类,实现一些原先没有的操作。
标签: strIng
上传时间: 2014-01-14
上传用户:leehom61
//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" //数据库用户密码 private strIng strPassWord = "12345" //数据库连接对象,初始化为空 private Connection conTemp = null //连接的容器对象,初始化为空 private Statement stmtTemp = null //结果集对象,初始化为空 private ResultSet rsTemp = null //操作记录行数 private int intOperateNum
标签: JdbcOdbcDriver strDBDriver JDBC-ODBC private
上传时间: 2017-02-08
上传用户:songrui
AES encryption and decryption tool, which can encrypt any strIng to a HEX number and decrypt in AES.
标签: encryption decryption AES and
上传时间: 2017-02-16
上传用户:Zxcvbnm
Code Interface Node (CIN) That Converts a LabVIEW strIng to a C strIng, Modifies it, and Returns it as a LabVIEW strIng
标签: strIng Interface Converts Modifies
上传时间: 2013-12-20
上传用户:zukfu