北京中软笔试题 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