登录
首页 » Python » program

program

于 2021-01-05 发布 文件大小:3KB
0 187
下载积分: 1 下载次数: 0

代码说明:

  用于sms数据处理,为fvcom准备输入文件(prepare for FVCON input file)

文件列表:

program\dat2sms.py, 672 , 2018-09-30
program\draw_tide.py, 1353 , 2018-09-30
program\gen_input.py, 2321 , 2018-09-30
program\gen_obc_eta.py, 3482 , 2018-09-30
program, 0 , 2018-09-30

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

发表评论

0 个回复

  • Galax view
    Galax view - 对太阳系的星球信息查询-Galax view- to view the planet info
    2022-03-16 04:59:29下载
    积分:1
  • shange
    MATLAB 将地图栅格化的代码 新手小白 可能写的不好 请见谅(MATLAB rasterized map code novice Xiao Bai may not write well, please forgive me.)
    2019-06-05 13:20:01下载
    积分:1
  • ComplexNetworks-master
    说明:  复杂网络工具箱,生成网络,计算节点度数,聚类系数(Complex network toolbox, generate network, calculate node degree, clustering coefficient)
    2020-02-01 22:15:07下载
    积分:1
  • 有关CAD/CAM的资料,希望对大家有帮助
    有关CAD/CAM的资料,希望对大家有帮助-Related to CAD/CAM data, and they hope to have everyone help
    2023-05-01 08:20:02下载
    积分:1
  • 原型模式简历01
    Guide for Biometric scanner
    2020-06-24 13:00:02下载
    积分:1
  • CSV_MATLAB_FFT
    示波器CSV文件,导入matlab 利用 simulink的powergui进行FFT计算 方法(The CSV file of the oscilloscope is used the powergui of MATLAB simulink for FFT calculation)
    2018-03-07 14:53:23下载
    积分:1
  • LED一体箱开发包_V3.9.1.4329_20171031
    说明:  【声明】 此次版本测试 在对 LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210 型号做 RS-485通信时 发现有丢包情况,建议客户采用 RJ45传输模式进行控制。如果客户强制使用 RS-485通信,可自己控制 发送指令间隔在200ms以上,可减少丢包率,但是建议客户慎重选择。 V3.9.1.4329_20171031 更新 1、更改 设置音量大小函数参数,规定音量大小的范围在 0-10之间。 2、更改 EP-YTX030 /EP-YTX031 ,PT-V500/EP-G200/EP-G210,型号控制时,CPU占用过高的问题。 V3.8.1.4156_20171019 更新 1、修改了RS-485传输的方式,修正了LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号使用485通信时丢包的问题。 2、修改EPIntegrateBox.ini配置文件说明,更改该文件位置目录为:C盘***AppDataLocaleparkingEParkingManage目录下。 3、修改了LED03/EP-YTX030型号相机透传时一体机和相机都控制抬杆的BUG。 4、增加对EP-YTX004一体箱的支持。 5、添加了对EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号的音量调节功能接口。001不支持修改,002和004音量直接修改到卡,030记录到配置文件。(This version of the test in the LED 03/EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210 model RS-485 communication It is suggested that customers use RJ45 transmission mode to control packet loss. Customers can control themselves if they are forced to use RS-485 communication. Sending instructions at intervals of more than 200 ms can reduce packet loss rate, but customers are advised to choose carefully. V3.9.1.4329_20171031 Update 1. Change the parameters of setting volume size function to specify the range of volume size between 0 and 10. 2. Changing EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210, the problem of excessive CPU usage in model control. V3.8.1.4156_20171019 Update)
    2020-06-24 17:20:01下载
    积分:1
  • xth矩阵键盘 全
    说明:  用于扫描32矩阵键盘,是轮询模式。 不是中断模式。。。。(Used for 32 matrix keyboard scanning)
    2020-06-18 02:00:01下载
    积分:1
  • lordpe
    说明:  编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • matematika_teknik
    说明:  Membahas persamaan gelombang, persamaan gelombang solusi dengan pemisahaan variabel, persamaan panas, persamaan panas solusi dengan deret fourier, permsaan panas integral fourier dan solusi D'Alembert
    2018-05-30 21:52:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载