登录
首页 » Perl » Perl_Script_Repository

Perl_Script_Repository

于 2009-06-04 发布 文件大小:102KB
0 208
下载积分: 1 下载次数: 13

代码说明:

  Perl Script Repository资料库Perl脚本!这里是众多作者根据工作的应用而编写的脚本~非常值得学习!(There are many Perl programmers in the world. So many, in fact, that there is probably someone who has already written a script which identifies a solution to a problem you may have. In an ideal world it would be easy to locate these individuals so that you could ask them how they solved your particular problem. Since this world is far from ideal we are attempting to make it just a bit nicer with this scripts page. Here one can find a plethora of Perl scripts with descriptions on how they work as well as information about the author of the script. )

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

发表评论

0 个回复

  • mplabs-1.1.tar
    多相流程序。能解决各种多相流问题,基于格子Boltzmann,用Fortran开发的。(Multiphase flow processes. Can solve a variety of multi-phase flow problem, Lattice Boltzmann, with Fortran development.)
    2021-02-27 23:19:36下载
    积分:1
  • 马赛克效果焦点图插件
    This is a very interesting jQuery mosaic effect focus map plug-in. The mosaic effect appears when the picture is switched
    2019-04-25 11:38:38下载
    积分:1
  • mbpVSDTServer
    mbpVSDTServer
    2022-03-17 17:50:55下载
    积分:1
  • 小蜜蜂玩游戏机很老游戏
    小蜜蜂打飞机的游戏 很老的游戏了-Bee playing games aircraft very old game
    2022-03-22 13:21:31下载
    积分:1
  • PSCAD/EMTC
    PSCAD4.5 搭建IEEE13节点仿真系统,可测各种暂态仿真数据,值得学习~ 包括导线相角变化、电压、功率、负荷等
    2022-07-24 14:33:49下载
    积分:1
  • C语言基础结构
    尽管C语言提供了许多低级处理的功能,但仍然保持着良好跨平台的特性(Although the C language provides many low-level processing functions, it still maintains good cross platform characteristics.)
    2018-07-04 11:36:21下载
    积分:1
  • SMC
    说明:  s函数实现的超螺旋滑模控制,可以用于simulink控制系统仿真(Super twisting sliding mode control realized by S-function)
    2021-04-12 16:48:57下载
    积分:1
  • OPC_for_PHP
    PHP网页的后台OPC客户端通信,实现对PLC数据的读取展示(Background OPC Client Communication of PHP Web Page to Realize Reading and Displaying of PLC Data)
    2020-06-16 08:40:01下载
    积分:1
  • 成程序能够实现系统进程的自动启动,和关闭,还能实现任务管理...
    成程序能够实现系统进程的自动启动,和关闭,还能实现任务管理-Into the procedure to realize the system automatically starts the process, and closure, but also realize Task Manager
    2023-06-08 23:10: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载