-
libmp3decode
说明: mp3解码,从外国的网站上下载的,分享给大家(mp3 decoder, from the foreign site to download and share to everyone)
- 2008-11-01 22:01:32下载
- 积分: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
-
MapX
技术论坛精华文章资料索引,紧供业内人士参考(Forum essence of the article information index, the industry reference for tight)
- 2011-11-02 00:37:18下载
- 积分:1
-
Lvxing
一个小的C++应用程序,可选择起点目的地和出行方式并显示结果.供WINDOWS程序设计初级教学使用,熟悉C++工程中映射和变量的添加.(A small C++ application, select the starting point of destination and travel mode and displays the results. For WINDOWS elementary teaching program design using familiar with C++ project to add mapping and variable.)
- 2009-11-08 19:41:16下载
- 积分:1
-
weno-source-codes
由江广山(音译)、舒其望(Jiang Guangshan & Shu Chi-Wang, JCP 126 pp202-228, 1996)等人发展的5阶有限差分WENO格式,并提供用C++语言编写的程序源码(5 order WENO SOURCE CODE)
- 2011-10-19 12:30:49下载
- 积分:1
-
SetDefaultPrinter
说明: 通过修改,注册表,实现修改默认打印机功能(it is used to modify the setting of the defualted printer )
- 2011-03-29 10:26:19下载
- 积分:1
-
c_application
帮助新手熟悉用C语言开发小型系统.rar,包括进程调试算法(help newcomers familiar with the C language development of small systems. Rar, including the debugging process Algorithm)
- 2007-01-29 17:29:21下载
- 积分:1
-
gaussian-white-noise
This function generates an Additive White Gaussian Noise (AWGN) sample at every call. Its beauty lies in its simplicity! The generated sample set will have zero mean and a standard deviation of 1. Therefore, one can simply scale the output samples by a different standard deviation to generate different noise profiles. To do this scaling, simply multiply the sample with the standard deviation of your choice.
This is a very versatile function that can be used in communication system simulations and random number generation in various applications. I have used it in the past while working with channel encoder and decoder simulators.
- 2014-11-15 06:36:45下载
- 积分:1
-
ThreadSynchronization
一个用Mfc的临界区对象模拟线程同步问题(A critical area with Mfc simulation thread synchronization object)
- 2010-07-13 20:39:58下载
- 积分:1
-
gh0st3.6
gh0st3.6个人修改版远程控制源码,功能齐全,无错编译。(gh0st3.6 personally modified version of the remote control source, fully functional, error-free compile.)
- 2012-02-07 18:59:22下载
- 积分:1