:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
标签: include InsertSort gt lt
上传时间: 2014-11-30
上传用户:362279997
构造一个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
this datasheet introduce the 28f128j3 flash ,the read/write opreation is include.
标签: datasheet introduce the opreation
上传时间: 2013-12-22
上传用户:lanhuaying
#ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */
标签: include functions built-in INTEGER
上传时间: 2014-01-16
上传用户:13188549192
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
ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
标签: ecos time isoinfra packages
上传时间: 2013-12-01
上传用户:huql11633
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
在C++标准库<string>中,没有直接提供去掉字符串首/尾/首尾/字串空格的方法,因此这里推荐实现该功能的代码。
上传时间: 2014-01-01
上传用户:450976175
C++string深入详解.pdf---- 作者:董波 供学习C++朋友交流学习使用
上传时间: 2017-03-15
上传用户:colinal