自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 makefile

[code="java"][/code]DEPTH = ../../../../.. include $(DEPTH)/make/openclsdkdefs.mk #### # # Targets # #### OPENCL = 1 SAMPLE_EXE = 1 EXE_TARGET = Advanced-Multi-GPU EXE_TARGET_IN...

2013-01-05 23:07:43 74

原创 device.h

[code="java"][/code]#ifndef DEVICE_H #define DEVICE_H #include #include #include #include #include #include #include #ifdef _WIN32 #include #else #include #include #endif...

2013-01-05 23:06:59 153

原创 device.cpp

[code="java"][/code]#include "device.h" #include //Class Timer member function implementation int Timer::createTimer() { _start = 0; _clocks = 0; #ifdef _WIN32 QueryPerformanceFreque...

2013-01-05 23:06:06 135

原创 AESEncrypt.h

[code="java"][/code]#ifndef AESENCRYPT_H #define AESENCRYPT_H #include "device.h" #include #include #include #include #include #include class AESEncrypt:public Device { public...

2013-01-05 23:05:08 175

原创 opencl

[code="java"][/code]#include "AESEncrypt.h" #include /*** Global variables***/ cl_uchar sbox[256] = { 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, ...

2013-01-05 23:03:23 180

原创 MyEclipse序列码生成

[code="java"] import java.io.*; public class MyEclipseGen { private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreement and the Digit...

2012-08-21 11:06:17 104

原创 数据库导入导出

数据库导入代码: [code="java"] import java.io.File; import java.io.FileOutputStream; import java.io.FileWriter; import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; imp...

2012-08-21 11:04:11 105

原创 读取目录及子目录下指定文件名的路径

[code="java"] import java.io.*; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * 读取目录及子目录下指定文件名的路径 并放到一个数组里面返回遍历 * @author *...

2012-08-21 10:56:57 87

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除