上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: public static void main(String [] rags){ SQLHepler SH=new SQLHepler(); String sql="select * from DB_Image"; String [] p={"107"}; try { List c=S... 阅读全文
posted @ 2014-03-04 20:49 赵侠客 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 代码 Folder Sub Folder 1 ... 阅读全文
posted @ 2014-03-02 11:44 赵侠客 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 前台代码 "> 文件上传 确定上传 后台代码package upload;import java.io.File;import java.text.SimpleDateFormat;im... 阅读全文
posted @ 2014-02-28 16:24 赵侠客 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1.硬件为:电脑型号 联想 ThinkPad Edge 笔记本电脑操作系统 Windows 7 旗舰版 64位 SP1 ( DirectX 11 ) 处理器 AMD Athlon(速龙) II P340 双核主板 联想 019957C (AMD 760G/780G/780V/785G/790GX/8... 阅读全文
posted @ 2013-12-26 21:35 赵侠客 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 1.安装opencv1.0和vc6.0并配置好,vc6下配置opencv1.0教程http://wiki.opencv.org.cn/index.php/VC6%E4%B8%8B%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AEOpenCV1.02.安装XVI... 阅读全文
posted @ 2013-11-14 14:38 赵侠客 阅读(1748) 评论(0) 推荐(0) 编辑
摘要: 1.排序原理2.代码实现#include #include #define RADIX_10 10 //整形排序#define KEYNUM_31 3 //关键字个数,这里为整形位数//printArray打印出数组 void printArray(int a[],int size){ ... 阅读全文
posted @ 2013-10-27 15:55 赵侠客 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1.算法原理2.代码实现#include //printArray打印出数组void printArray(int a[],int size){ printf("数组为:%d ",a[0]); for (int i=1;i<size;i++) { pr... 阅读全文
posted @ 2013-10-26 11:23 赵侠客 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1.算法原理2.代码实现#include //printArray打印出数组void printArray(int a[],int size){ printf("数组为:[%d] ",a[0]); for (int i=1;ia[j]) { printf("%d%d ",a[... 阅读全文
posted @ 2013-10-24 22:02 赵侠客 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 1.算法原理2.代码实现#include //printArray打印出数组void printArray(int a[],int size){ printf("数组为:[%d] ",a[0]); for (int i=1;ia[i+1]) { ... 阅读全文
posted @ 2013-10-24 21:56 赵侠客 阅读(587) 评论(0) 推荐(0) 编辑
摘要: 1.算法原理2.算法代码#include //printArray打印出数组void printArray(int a[],int size){ printf("数组为:[%d] ",a[0]); for (int i=1;i%d ",a[i-1],a[i]); printA... 阅读全文
posted @ 2013-10-24 21:38 赵侠客 阅读(293) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页