-
这是个运动会记分程序,不知道大家感兴趣不,不过我觉得是我自己写的...
这是个运动会记分程序,不知道大家感兴趣不,不过我觉得是我自己写的-Games Points procedures, we do not know is not interested, but I think I wrote it myself
- 2022-02-06 13:51:30下载
- 积分:1
-
1 bit 量化的压缩感知 相关代码和文件
说明: 压缩感知相关的,1bit量化相关的代码和说明(Codes and instructions for compressed sensing-related 1bit quantization)
- 2021-05-13 01:30:03下载
- 积分:1
-
lianbubiaoqing
CSS3脸部表情鼠标控制动画代码,鼠标控制眼球转动。(CSS3 facial expression mouse control animation code, mouse control eye rotation.)
- 2018-07-02 11:12:14下载
- 积分:1
-
关于人脸检测识别的英文论文,希望对你们有帮助!
关于人脸检测识别的英文论文,希望对你们有帮助!-?赜谌肆 ????馐 ??鸬挠 ?文论文, ??望 ?阅忝怯??镏?
- 2022-07-15 18:44:27下载
- 积分:1
-
matrixM
基于matlab无人机编队模型程序,数学建模大赛专用,适合初学者(This study investigates the robust fixed-time consensus tracking problem of second-order multi-agent systems under fixed topology. A novel type of non-linear protocol and the corresponding sufficient conditions for achieving robust fixed-time consensus tracking are proposed with the aid of sliding mode technique and Lyapunov theory. Compared)
- 2019-01-14 19:29:57下载
- 积分: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
-
DGM
说明: 灰色系统中,基于分数阶累加的DGM模型的调用函数,函数的名字比较奇怪,因为是在组合程序中使用的。使用时将该调用函数的名字更改即可。
为使得程序执行,相应的累加累减函数同时给出。(The function of DGM model which is imprtant model in the grey system.)
- 2020-12-02 17:19:25下载
- 积分:1
-
温度检查
LM35,用单片机 89V51RD2 的温度检查。
阅读 LM35 trhough ADC0804,并在 LCD 上显示。
使用键盘来获取温度的限制。
- 2023-02-23 07:00:03下载
- 积分:1
-
matlab music
基于matlab的音乐语音信号的处理与分析,数字信号处理(The processing and analysis of music speech signal based on MATLAB, digital signal processing)
- 2017-12-20 17:12:30下载
- 积分:1
-
RCUP
说明: Remote Control Tool executable and related files.
- 2020-06-20 08:00:01下载
- 积分:1