登录
首页 » Visual C++ » wifisend

wifisend

于 2020-06-30 发布 文件大小:7067KB
0 228
下载积分: 1 下载次数: 8

代码说明:

  /mfc 小程序 主要是用来测试wifi信号的发送 手机连接后方可与上微机进行通信(/mfc small program is mainly for communication with the microcomputer rear sending mobile phone used to test the WiFi signal connection)

文件列表:

wifisend
........\Debug
........\.....\StdAfx.obj,105320,2014-09-24
........\.....\vc60.idb,328704,2014-09-24
........\.....\vc60.pdb,364544,2014-09-24
........\.....\WIFI TRPORT DATE.exe,2048055,2014-09-24
........\.....\WIFI TRPORT DATE.ilk,1729908,2014-09-24
........\.....\WIFI TRPORT DATE.obj,13705,2014-09-24
........\.....\WIFI TRPORT DATE.pch,5589748,2014-09-24
........\.....\WIFI TRPORT DATE.pdb,2794496,2014-09-24
........\.....\WIFI TRPORT DATE.res,582420,2014-09-24
........\.....\WIFI TRPORT DATEDlg.obj,20539,2014-09-24
........\openwifi.bat,131,2014-09-24
........\ReadMe.txt,3753,2014-09-24
........\res
........\...\20130408032440253.bmp


........\...\WIFI TRPORT DATE.rc2,408,2014-09-24
........\resource.h,969,2014-09-24
........\StdAfx.cpp,218,2014-09-24
........\StdAfx.h,999,2014-09-24
........\WIFI TRPORT DATE.APS,594688,2014-09-24
........\WIFI TRPORT DATE.clw,1374,2014-09-24
........\WIFI TRPORT DATE.cpp,1975,2014-09-24
........\WIFI TRPORT DATE.dsp,4410,2014-09-24
........\WIFI TRPORT DATE.dsw,540,2014-09-24
........\WIFI TRPORT DATE.h,1418,2014-09-24
........\WIFI TRPORT DATE.ncb,74752,2014-09-24
........\WIFI TRPORT DATE.opt,48640,2014-09-24
........\WIFI TRPORT DATE.plg,1876,2014-09-24
........\WIFI TRPORT DATE.rc,5790,2014-09-24
........\WIFI TRPORT DATEDlg.cpp,3634,2014-09-24
........\WIFI TRPORT DATEDlg.h,1551,2014-09-24

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

发表评论

0 个回复

  • EmptyProject
    direvctX最初框架,供添加具体代码(directX )
    2009-11-20 20:35:55下载
    积分:1
  • pucchTest
    lte上行链路,生成发送端的pucch信道信息,包括符号以及导频序列,pucch格式为1b,开发环境为ccs3.3(lte uplink, the sender s pucch channel and pilot symbol sequence generation, format 1b)
    2011-11-10 10:22:17下载
    积分:1
  • wwut
    采用API实现的文件拖放,可以学习的源码,推荐给大家(API implementation of the file drag-and-drop, can learn the source, recommended to everyone)
    2018-12-06 00:40:09下载
    积分:1
  • beisaier_line
    画5阶的贝塞尔曲线,与windows的贝塞尔曲线屏保差不多(painting five bands Bessel curve, and the windows of almost Bessel curve Screen Saving)
    2007-03-08 21:26:51下载
    积分:1
  • src_Eutron_Smartkey_3
    Source for Eutron SmartKey 3
    2015-08-18 20:37:17下载
    积分:1
  • wirelss_communicattion
    可以实现无线通信,代码简单便于理解,是基于wince平台的(Wireless communications can be achieved, the code simple and easy to understand, is based on the wince platform)
    2008-12-29 20:53:26下载
    积分:1
  • TinyRat
    代码编写:Anskya 简要的一款远程控制,FSG压缩后只有12k 下个版本将完全采用ASM+C编写,体积在5k左右使用bingle前辈的 创建SvcHost.exe调用的服务原理与实践使用的是和小榕前辈的BITS后门的一个替换技术.这里向两位前辈表示感谢,代码在编写过程中.得到一步江湖和sforever两位朋友的帮助(特别感谢sforever,没有逆向他的那个后门程序接口偶也不会发现一个BUG.)程序可以在卡巴斯基默认设置下,开机自启动和穿墙...反向连接,暂时只支持DNS和IP 由于身体上的等等原因还有其他一些外界因素.程序写的比较仓促初步写了几个功能,暂时大家试用一下好了.纯属练手 1.进程管理:查看,干掉.选定的进程 2.文件管理:上传,下载,新建目录,删除目录,删除文件等功能... 3.提供远程下载者功能:您可以选择下载并运行您的程序 4.提供卸载功能 (err)
    2007-12-25 11:35:40下载
    积分:1
  • WMFJPGGIF_display
    VC++程序中采用OLE技术显示GIF,JPG,WMF,BMP图片(VC++ Procedures showed that the use of OLE technology GIF, JPG, WMF, BMP picture)
    2007-08-07 15:23:16下载
    积分:1
  • DL_HttpFtp_SDK_1.0
    量点1.0下载组件 用这个可以做下载软件
    2010-02-15 04:00:19下载
    积分: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
  • 696516资源总数
  • 106611会员总数
  • 19今日下载