-
基于Qt的计算器
说明: 1.支持常规四则表达式求值
2.支持热键唤醒
3.保持置顶
4.支持显示输入的历史记录,并拷贝复制(1. Support the evaluation of four regular expressions
2. Support hotkey wake-up
3. Keep top
4. Support the display of input history and copy)
- 2020-04-22 16:31:35下载
- 积分:1
-
一个类似爬虫的网页下载程序,还没有爬虫的全部特征,但可以分析某一主页上的全部url,并下载其文本内容...
一个类似爬虫的网页下载程序,还没有爬虫的全部特征,但可以分析某一主页上的全部url,并下载其文本内容-used to download the web page
- 2022-03-18 20:52:50下载
- 积分:1
-
TCP
TCP通信示例程序,很好用的网络通信例程(TCP communication sample program, the good network communication routines)
- 2014-03-14 11:25:31下载
- 积分:1
-
Winio_8254
直接用LPT对8254 IO端口访问用winio的程序源码(Direct LPT 8254 IO port access winio program source code)
- 2013-04-29 00:41:57下载
- 积分:1
-
9375_code_test
基于DSP实现信号的多抽样率信号处理,内插和抽取(DSP for signal of multirate signal processing based on the interpolation and decimation)
- 2016-11-28 16:37:01下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
cnrrespond_wide
说明: CodeBlocks工程文件,请使用该软件打开(CodeBlocks project file, please use this software to open)
- 2018-12-25 18:03:28下载
- 积分:1
-
smoke
smoke detc... along with source code
- 2009-11-07 04:47:06下载
- 积分:1
-
fRAMElAYOUTgRAVITY
Frame Layout Gravity extends Activity Source Code for Andriod.
- 2014-01-13 19:22:41下载
- 积分:1
-
dsisoftv3
:DSISoft是由加拿大地质调查局发布的用于垂直地震剖面(VSP)数据处理的免费软件包,其在MATLAB5.0或更高版本下运行。该软件包含有不同标准地震数据的读写、编辑、排序、滤波和其他标准的处理模块。利用MATLAB 图形用户界面编辑器可设计出具有地震剖面显示、频谱分析、F—K滤波、道头信息绘制等功能的交互界面。(DSISoft is published by the Geological Survey of Canada for use in vertical seismic profile (VSP) data processing of free packages, and its MATLAB5.0 or later versions. The software contains different standards of seismic data reading and writing, editing, sorting, filtering and other standard processing modules. The use of MATLAB graphical user interface editor, can be designed with the seismic profiles show that spectral analysis, F-K filtering, Road header information functions such as interactive mapping interface.)
- 2021-03-24 19:59:15下载
- 积分:1