登录
首页 » Java » bin-debug——坐标拾取

bin-debug——坐标拾取

于 2020-06-21 发布 文件大小:3104KB
0 173
下载积分: 1 下载次数: 0

代码说明:

  提供地图坐标选择,返回坐标信息,通过点击地图选择位置信息(Provide map coordinate selection and return coordinate information)

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

发表评论

0 个回复

  • 交叉相关性Q检验
    交叉相关性q检验,用于检验两序列的相关性,可用matlab实现(Cross-correlation q test, used to test the relevance of the two sequences can be achieved using matlab)
    2021-01-17 00:58:50下载
    积分:1
  • 这是工厂应用的软件,几年前写的,那是刚学会VC开发。
    这是工厂应用的软件,几年前写的,那是刚学会VC开发。-This is the factory application software, written in a few years ago, it was刚学会VC development.
    2022-11-15 20:45:04下载
    积分: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
  • 这是利用python写的一个搜索引擎功能,希望对学习python的起到帮助。...
    这是利用python写的一个搜索引擎功能,希望对学习python的起到帮助。-This is to use python to write a search engine function, want to learn python" s helpful.
    2022-08-26 05:27:02下载
    积分:1
  • Untitled
    对汽车七自由度的模型振动进行matlab仿真分析。(The model vibration of automobile with seven degrees of freedom is simulated and analyzed by matlab.)
    2019-03-14 15:09:20下载
    积分:1
  • ESP8266模块官方指导文件
    说明:  这个是非常全面的esp8266wifi模块的指导文件(This is a very comprehensive guidance document for the esp8266wifi module.)
    2019-02-19 22:16:17下载
    积分:1
  • ANSYS命令流
    箱梁水化热命令流ANSYS命令流,有中文修改(ANSYS box girder hydrating heat command flow)
    2018-05-25 10:14:47下载
    积分:1
  • 此程序用于记录上次的开机的时间.VB编程,比较简单.
    此程序用于记录上次的开机的时间.VB编程,比较简单.-procedure for the boot record of the last time. VB, relatively simple.
    2022-03-07 09:11:09下载
    积分:1
  • MyCalculator
    用C#写的 支持数值运算、逻辑运算和字符串运算,不区分大小写。(It is written in C# to support numerical operations, logical operations, and string operations, and is not case sensitive.)
    2017-12-30 20:15:32下载
    积分:1
  • PMV_ppd
    预测平均评价,PMV、ppd计算程序,matlab版,精确(Predicted Mean Vote,PMV, ppd calculation procedures, matlab version, precise.)
    2018-04-18 18:01:55下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载