自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (4)
  • 问答 (2)
  • 收藏
  • 关注

原创 Opencl test (two)

1.program.s is an Assembly language file which applyed PAAG.In program.s file ';' means that it is note.the colour of note may be different. 2.Instruction :     set1: the value of setl was acquired

2015-01-27 21:31:30 476

原创 LINK

Source code:m.c extern void a(char *); int main(int ac,char **av) { static char string[ ] = "Hello,World!\n"; a(string); } a.c #include #include

2015-01-20 19:55:21 511

原创 Opencl test (one)

Running Opencl-Programme's Process           Firstly:g++ simple.cpp -o simple -lcl                      Note:Don't forget  '-lclc'                                The function in the simple.cpp  was

2015-01-20 19:07:08 593

原创 链表---约瑟夫问题

代码:   因在实验室机子上能执行 在自己机子上问题特别多,需要一些时间再上传。 遇到的问题:        #define N 8;后面不能加分号,加了分号还会出现上篇文章中出现的问题。

2015-01-18 21:05:05 430

原创 队列---旅行家算法

源代码: 1 #include 2 #include 3 4 #define MAX 100 5 #define C 5.9 6 #define N 5 7 8 #include 9 using namespace std; 10 11 struct stationItem{ 12 int sn; 13 flo

2015-01-18 19:43:12 1045

原创 栈-迷宫问题

1 #include   2 using namespace std;   3          4 #include   5            6 #define M 2   7 #define N 2   8 #define MAXSIZE 20   9 #define RIGHT 0  10 #define DOWN  1  11 #define LEFT  2

2015-01-11 20:16:51 552

Intel.C.Plus.Plus.Compiler.v11.0.061.rar

这个资源是我花五分下载的,下载后还是不会用,看不懂,希望需要此资源的您,下载能用后,帮我说明用法。在此谢谢您!

2014-06-01

vc下配置运行openMP的环境

配置方法: 按照要求将.dll文件装到exe所在的工作目录 在vc的工具--选项--目录中添加openMP文件的路径 再将.lib文件添加到Visual Studio ->VC98->lib目录下和复制当前工程目录下

2014-05-29

linux命令速查手册

本资源对 linux初学者来说十分有用 帮助您快速查询 各个指令的含义以及用法

2014-05-11

fork()函数

本文档以ppt形式编写,通过例子,学习fork()函数的应用及用法,适合初学者。

2014-05-06

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

TA关注的人

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