⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example.br

📁 The Finite Difference Time Domain Method for Electromagnetics With MATLAB Simulations Atef Elshe
💻 BR
字号:
	kernel void test (float a[], float b[], 
		          iter float it<>, out float c<>) 
	  {
	    c=a[it]+b[it];
	  }
		
	float a<100>;
	float b<100>;
	float c<100>;
	iter float it<1,98>
	test(a,b,it,c);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -