登录
首页 » Java » Painter

Painter

于 2019-01-23 发布 文件大小:3KB
0 171
下载积分: 1 下载次数: 0

代码说明:

  一个简单的画图板,基于java界面设计,可以参考入门。(A simple drawing board, based on java interface design, you can refer to the introduction.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab-仿真雷达信号处理系统
    运用数字信号处理理论和Matlab 软件研究的脉冲压缩多普勒雷达的信号处理仿真问题,提出了一个仿真模型,该模型能够仿真雷达信号、系统噪声与杂波的产生和脉冲压缩多普勒雷达系统中信号的动态处理过程,最后结合MIMO雷达信号特点 ,显示了使用Matlab 仿真雷达信号处理系统方便快捷的特点。(The use of digital signal processing theory and Matlab software to study the compression of pulse Doppler radar signal processing simulation, proposed a simulation model, the model can simulate the radar signal, the system noise and clutter generation and dynamic process of pulse compression signal Doppler radar system, finally combining the characteristics of MIMO radar signal, shows the use of Matlab simulation of radar signal processing system of convenient features.)
    2018-03-14 10:06:51下载
    积分:1
  • PSCAD电力电子
    说明:  谭甜源老师编写的基于PSCAD的 电力电子仿真,能帮助读者方便使用PSCAD来学习电力电子。(Power CAD simulation based on PSCAD written by Teacher Tan Tianyuan can help readers to use PSCAD to learn power electronics.)
    2020-06-21 22:00:01下载
    积分:1
  • 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们...
    本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only
    2023-04-23 12:45:04下载
    积分:1
  • toolbox_optim
    说明:  近端梯度算法,包含多种常见的近端梯度算法(Proximal gradient method matlab code)
    2020-04-16 22:19:04下载
    积分:1
  • 在DirectX 3D中使用Alpha Blending的方式来实现伪运动模糊的效果
    在DirectX 3D中使用Alpha Blending的方式来实现伪运动模糊的效果-in DirectX 3D Alpha Blending the use of the method to achieve pseudo-campaign mode Paste results
    2022-08-06 04:14:38下载
    积分:1
  • compiler principles of grammar priority operator [website]). Htm source of this...
    编译原理的算符优先文法[网页版]).htm 源程序对该算法的实现-compiler principles of grammar priority operator [website]). Htm source of this algorithm to achieve
    2023-01-09 09:45:03下载
    积分:1
  • FORTRAN-code
    用T矩阵计算多颗粒体系的散射和电场。可以计算出该体系的电场分布。(A multiple sphere T-matrix FORTRAN code for use on parallel computer clusters)
    2011-12-13 22:48:11下载
    积分:1
  • 一个用delphi编写的方格游戏,含1到15个数字,打乱后将重新排列,如果长时间排不出可提供适当帮助...
    一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助-prepared with a box of games, including 1-15 figures will disrupt their re-arranged If Pai no longer provide appropriate help
    2022-02-26 23:43:06下载
    积分:1
  • 博弈论课件
    硕 士 生 相 关 博 弈 论 的 课 件(paper of game theory)
    2018-05-17 16:01:08下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载