-
vfh
说明: vgh算法在matlab下的仿真,可配备地图进行调试(Simulation of VGH algorithm in Matlab can be equipped with map for debugging)
- 2019-03-08 17:00:27下载
- 积分:1
-
shujuyichangzhi
数据奇异值剔除的几个经典方法,供大家参考(Singular value data exclude several classical methods for reference)
- 2010-08-06 10:51:48下载
- 积分:1
-
数据狗
说明: 如果内存注册机运行处错,请以管理员权限运行!!(If the memory registry runs incorrectly, please run with administrator privileges!!)
- 2020-06-22 12:20:02下载
- 积分:1
-
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以...
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以帮助管理层迅速了解公司职工各方面情况,更方便、更合理地调配使用人才,支持对员工从聘用签订劳动合同到解除或终止劳动合同全过程的处理、其中包括考核、培训、加薪、晋级、奖惩、调配、请假、离退休、保险等的管理-Personnel management subsystem is to direct users Pingguo Aluminum Company Personnel and Labor Department of Labor Bureau of various departments, including the deployment of technical cadres Section, Plans Section Lao Zike, file room, Discipline Branch, labor market, insurance, etc. 8 departments and sub-systems can help management to quickly understand the various aspects of the company employees, more convenient, more rational deployment of the use of personnel, support staff from the employment of labor contracts to the discharge or terminate the labor contract deal with the whole process, including assessment, training, , pay, promotion, rewards and punishments, deployment, leave, retirement, insurance, management, etc.
- 2022-05-07 04:41:30下载
- 积分:1
-
22893590GMSK
说明: 实现gmsk调制以及解调的仿真,含有误差图和星座图。(The simulation of GMSK modulation and demodulation includes error diagram and constellation diagram.)
- 2019-06-14 14:16:25下载
- 积分:1
-
FSVM1
说明: fuzzy SVM for fuzzy sum
- 2020-06-24 12:20:02下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
Skyblue_Mine
扫雷一只小游戏,模拟windows系统的自带游戏,用C++实现
(Mine-sweeping a smart game)
- 2013-04-15 15:59:42下载
- 积分:1
-
J2EE配置指南(讲解j2ee开发环境的配置)
J2EE配置指南(讲解j2ee开发环境的配置)-J2EE Deployment Guide (J2ME development environment on the configuration)
- 2022-03-06 08:29:57下载
- 积分:1
-
LS-DYNA使用指南中文版本
ls-dyan 中文使用指南,帮助大家熟悉ls-dyan(Ls-dyan Chinese Use Guide)
- 2019-01-15 08:22:56下载
- 积分:1