登录
首页 » Java » zidingyiliebiao

zidingyiliebiao

于 2020-06-18 发布
0 155
下载积分: 1 下载次数: 1

代码说明:

说明:  Dialog example is selected for the customized list that can dynamically acquire content on the internet. The dialog box shows that a list will be loaded on the Internet first. This example is suitable for the requirement of dynamically obtaining information on the internet. Friends who need it can download and study it.

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

发表评论

0 个回复

  • cx2
    说明:  光子晶体光纤在拉曼放大器中的代码程序,光子晶体光纤在拉曼放大器中的代码程序(Code program of photonic crystal fiber in Raman amplifier)
    2020-08-06 11:04:21下载
    积分:1
  • 格式化软件AStyle_2.05.1_windows
    说明:  代码格式化 keil外挂工具 格式化软件(Formatter Keil plug-in tool Formatting Software)
    2020-06-21 08:20:02下载
    积分:1
  • Steel_Fiber_Matlab
    说明:  可以在混凝土构件内生成随机纤维,可设定纤维数量、构件形状(Random fibers can be generated in the concrete member, and the number of fibers and the shape of the member can be set)
    2021-02-01 17:31:51下载
    积分:1
  • A relatively simple example of the game, use the game engine (GameEngine_source_...
    一个相对简单的游戏例子,使用的游戏引擎(GameEngine_source_v0.04.zip)请在本站下载。-A relatively simple example of the game, use the game engine (GameEngine_source_v0.04.zip) Please download site.
    2022-02-03 20:13:23下载
    积分: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
  • SM3Util
    国密算法SM3第三部分,通过三部分,实现国密SM3算法(National secret algorithm SM3)
    2018-09-21 11:37:13下载
    积分:1
  • 易语言热血江湖登陆器源码
    热血江湖登录器源码V6版本 最新的登录器源码 直接用易语言编译(Hot blood Lake login device source V6 version of the latest login device source code is compiled in easy language.)
    2020-10-23 02:57:22下载
    积分:1
  • PC与汇川PLC_ModbusTCP_Test
    说明:  上位机读写汇川H3U PLC的寄存器与继电器(Register and Relay of H3U PLC for Upper Computer Reading and Writing)
    2021-04-23 20:58:47下载
    积分:1
  • Broad-Learning-System-master
    宽度学习python实现,有关增加映射节点、增强节点的宽度模型以及增加数据的训练模型实现(Broad-Learning System By Python)
    2020-12-21 21:59:08下载
    积分:1
  • 设定全局变量测试小车跑
    不用外设控制,自己调试的程序,一段没有任何控制的程序,输入STM单片机,能自行控制电机,里面的定义引脚可自行改变。(A program without any control, input STM microcontroller, can control the motor itself, the definition pin can change itself.)
    2018-07-27 22:55:06下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载