-
Prog
西门子PLC中阀门和电机功能块的SCL源代码(Siemens PLC in the valves and motor function blocks SCL source code)
- 2009-11-08 23:50:53下载
- 积分:1
-
常用聚类
常用聚类的MATLAB程序,调试均可用。包含k均值聚类、模糊C均值聚类、模糊减法聚类、谱系聚类(Common clustering MATLAB program, debugging are available. Including k-means clustering, fuzzy C-means clustering, fuzzy subtraction clustering, pedigree clustering)
- 2021-03-04 01:09:33下载
- 积分:1
-
桥梁建模命令
说明: 本程序为ansys的apdl编制的双跨斜拉桥命令,供参考(This procedure for apdl ansys system of the double - span cable-stayed bridge command, for reference)
- 2021-03-19 12:49:19下载
- 积分:1
-
Ansys材料库(详细力学参数)
Ansys材料库(详细力学参数),包含ANSYS库中的所有材料参数,如弹性模量、密度等(Ansys material library (detailed mechanical parameters), including all material parameters in ANSYS library, such as modulus of elasticity, density, etc.)
- 2020-06-22 20:20:01下载
- 积分:1
-
frmCashFlow.designer
说明: 台达PLC上位机通讯,读写PLC数据发给广州数控机器人模拟视觉数据(Delta PLC host computer communication, read and write PLC data to Guangzhou CNC robot simulation visual data)
- 2020-06-25 07:40:02下载
- 积分:1
-
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!...
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!-I have written the cycle of GMSK signal spectral density procedures, development platform MATLAB, for the cyclic spectrum detection of some reference value!
- 2023-05-27 05:05:03下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
mimo-EbNo-BER
mimo系统仿真 bpsk调制 瑞利信道 得Eb/No-BER曲线(mimo system simulation bpsk Rayleigh channel modulation in Eb/No-BER curves)
- 2021-01-05 17:18:54下载
- 积分:1
-
linux下通用服务器启动、停止脚本,很方便的!
linux下通用服务器启动、停止脚本,很方便的!-under common server startup and stop scripts, very convenient!
- 2022-05-21 08:41:25下载
- 积分:1
-
TCC em Latex UFRGS
sugestiaon to latex formation for brazilian tcc
- 2019-03-18 21:06:01下载
- 积分:1