-
initialize_fdtd_material_grid
Create the 3D objects in the problem space by assigning indices of material types in the cells to material_3d_space
- 2018-10-30 20:50:47下载
- 积分:1
-
VB激活灰色按钮的小程序
VB灰色按钮激活工具,激活窗口中不能点击的灰色按钮,完整的程序名称:灰色按钮克星——此小工具可以激活最上层操作窗口灰色(不可点击的按钮),可以用于安装时需要输入序列号的地方,功能自己去发现吧。
- 2022-11-06 20:40:03下载
- 积分:1
-
一款仿真软件的使用说明以及具体的操作步骤
一款仿真软件的使用说明以及具体的操作步骤-A simulation software instructions as well as specific steps. . . .
- 2022-01-26 07:51:19下载
- 积分:1
-
C-Programming-Language-Snake-
C语言程序设计:贪吃蛇程序源代码用TC2.0编译(C Programming Language: Snake program source code, compiled with TC2.0)
- 2011-04-22 16:44:10下载
- 积分:1
-
QCC3008核心板参考设计
包含QCC3008的一款核心板原理图和PCB设计,仅供参考。(A core board schematic and PCB design using QCC3008,it is for reference only.)
- 2020-12-05 15:29:24下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
libpng
Linux headers for ubuntu platform libpng part
- 2019-05-27 21:43:45下载
- 积分:1
-
CCC
说明: 开关磁阻电机电流斩波控制仿真MATLAB程序,适用四相8/6极开关磁阻电机(Switched reluctance motor current chopper control simulation MATLAB program for four-phase 8/6 pole switched reluctance motor)
- 2021-04-27 14:58:44下载
- 积分:1
-
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
- 2023-04-06 05:25:03下载
- 积分:1
-
这个继续是sap学习资料,提供给大家
这个继续是sap学习资料,提供给大家-This continues to sap learning materials provided to the U.S.
- 2022-04-07 21:43:13下载
- 积分:1