摘要:
1 #include "cuda_runtime.h" 2 #include "device_launch_parameters.h" 3 #include <stdio.h> 4 #include <time.h> 5 #include <stdlib.h> 6 7 #define MAX 120 阅读全文
摘要:
1GPUs can handle thousands of concurrent threads. 2The pieces of code running on the gpu are called kernels 3A kernel is executed by a set of threads. 阅读全文
摘要:
阅读全文
摘要:
DAC Nyquist Zones, Zero Order Hold, and Images why do the Fout images exist in every Nyquist zone? What is a Nyquist Zone? why do the Fout images decr 阅读全文
摘要:
可执行文件地址: 下载后,后缀修改去掉.ra即可执行 源代码 例子 阅读全文
摘要:
源文件 例'1 1 #!/usr/bin/env python 2 3 import sys 4 import math 5 import os 6 from gnuplot_leon import * 7 8 # Author : Leon Email: yangli0534@gmail.com 阅读全文
摘要:
我用perl和python写了相同功能的一段程序,计算一维fdtd,用gnuplot动态显示,可是python的数据没有显示出来,看横纵坐标的变化数据是正确收到了的,如最后的图片,求大神指点,谢谢。 正常结果 python的程序 结果就是 阅读全文
摘要:
# 9月13日 于成都黄龙溪 1 #!/usr/bin/perl 2 3 # Author : Leon Email: yangli0534@gmail.com 4 # fdtd simulation , plotting with gnuplot, writting in perl 5 # per 阅读全文