在好例子网,分享、交流、成长!
您当前所在位置:首页Config 开发实例其他配置 → usb盒开发包2020

usb盒开发包2020

其他配置

下载此实例
  • 开发语言:Config
  • 实例大小:40.79M
  • 下载次数:14
  • 浏览次数:275
  • 发布时间:2021-02-15
  • 实例类别:其他配置
  • 发 布 人:3062767@qq.com
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 2020 usb盒 usb 开发包 sb

实例介绍

【实例简介】 用于USB语音盒录音开发包及vc的例程,对于做USB 语音盒二次开发很有用

【实例截图】

from clipboard

【核心代码】

usb盒开发包2020

├── C#
│   ├── VS2017  freamwork4.5
│   │   └── USBPhone
│   │       ├── App.config
│   │       ├── Channel.cs
│   │       ├── MainForm.Designer.cs
│   │       ├── MainForm.cs
│   │       ├── MainForm.resx
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   ├── Resources.resx
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       ├── USBPhone.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── 2019
│   │       │   │   │   └── 07
│   │       │   │   │       └── 01
│   │       │   │   │           └── 000
│   │       │   │   │               └── 2019-07-01-20-59-31-283-000.wav
│   │       │   │   ├── AxInterop.PHONIC_USBLib.dll
│   │       │   │   ├── Interop.PHONIC_USBLib.dll
│   │       │   │   ├── USBPhone.exe
│   │       │   │   ├── USBPhone.exe.config
│   │       │   │   ├── USBPhone.pdb
│   │       │   │   ├── USBPhoneLib.dll
│   │       │   │   ├── USBPhoneLib.pdb
│   │       │   │   ├── ubox-log
│   │       │   │   │   ├── ubox-2,0190701-204033.log
│   │       │   │   │   ├── ubox-2,0190701-204126.log
│   │       │   │   │   ├── ubox-20190701-202359.log
│   │       │   │   │   ├── ubox-20190701-202659.log
│   │       │   │   │   ├── ubox-20190701-202730.log
│   │       │   │   │   ├── ubox-20190701-202815.log
│   │       │   │   │   ├── ubox-20190701-203022.log
│   │       │   │   │   ├── ubox-20190701-203054.log
│   │       │   │   │   ├── ubox-20190701-204027.log
│   │       │   │   │   ├── ubox-20190701-204119.log
│   │       │   │   │   ├── ubox-20190701-204947.log
│   │       │   │   │   ├── ubox-20190701-205031.log
│   │       │   │   │   ├── ubox-20190701-205131.log
│   │       │   │   │   ├── ubox-20190701-205203.log
│   │       │   │   │   ├── ubox-20190701-205920.log
│   │       │   │   │   ├── ubox-20190701-210135.log
│   │       │   │   │   ├── ubox-20190701-210144.log
│   │       │   │   │   ├── ubox-20190701-210148.log
│   │       │   │   │   ├── ubox-20190701-210215.log
│   │       │   │   │   ├── ubox-20190701-210226.log
│   │       │   │   │   ├── ubox-20190701-210236.log
│   │       │   │   │   ├── ubox-20190701-210246.log
│   │       │   │   │   ├── ubox-20190701-210434.log
│   │       │   │   │   ├── ubox-20190701-210443.log
│   │       │   │   │   └── ubox-20190702-155520.log
│   │       │   │   └── ubox.ini
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── AxInterop.PHONIC_USBLib.dll
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── Interop.PHONIC_USBLib.dll
│   │               ├── TempPE
│   │               ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │               ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │               ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │               ├── USBPhone.MainForm.resources
│   │               ├── USBPhone.Properties.Resources.resources
│   │               ├── USBPhone.csproj.CopyComplete
│   │               ├── USBPhone.csproj.CoreCompileInputs.cache
│   │               ├── USBPhone.csproj.FileListAbsolute.txt
│   │               ├── USBPhone.csproj.GenerateResource.cache
│   │               ├── USBPhone.csproj.ResolveComReference.cache
│   │               ├── USBPhone.csprojAssemblyReference.cache
│   │               ├── USBPhone.exe
│   │               └── USBPhone.pdb
│   ├── c#控件
│   │   └── MRecorder
│   │       ├── Channel.cs
│   │       ├── MRecorder.csproj
│   │       ├── MRecorder.csproj.user
│   │       ├── MRecorder.sln
│   │       ├── MRecorder.suo
│   │       ├── MainForm.Designer.cs
│   │       ├── MainForm.cs
│   │       ├── MainForm.resx
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   ├── Resources.resx
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       └── _MainForm.cs
│   └── c#添加控件的方法.txt
├── Delphi_dll_demo
│   ├── UboxDemoEx.cfg
│   ├── UboxDemoEx.dof
│   ├── UboxDemoEx.dpr
│   ├── UboxU.dcu
│   ├── UboxU.pas
│   ├── uboxUnit.dcu
│   ├── uboxUnit.ddp
│   ├── uboxUnit.dfm
│   └── uboxUnit.pas
├── Java
│   ├── ubox-java
│   │   └── api
│   │       ├── Demo
│   │       │   ├── bin
│   │       │   │   ├── X64
│   │       │   │   │   ├── phonic_native.dll
│   │       │   │   │   ├── phonic_ubox.dll
│   │       │   │   │   ├── phonic_utooIIl.dll
│   │       │   │   │   ├── phonic_utool.dll
│   │       │   │   │   └── phonic_utoolI.dll
│   │       │   │   ├── X86
│   │       │   │   │   ├── phonic_native.dll
│   │       │   │   │   ├── phonic_ubox.dll
│   │       │   │   │   ├── phonic_utool.dll
│   │       │   │   │   ├── phonic_utoolI.dll
│   │       │   │   │   ├── phonic_utoolII.dll
│   │       │   │   │   └── phonic_utoolIIEx.dll
│   │       │   │   ├── mydemo
│   │       │   │   │   ├── MainFrame$1.class
│   │       │   │   │   ├── MainFrame$2.class
│   │       │   │   │   ├── MainFrame$3.class
│   │       │   │   │   ├── MainFrame$4.class
│   │       │   │   │   ├── MainFrame$5.class
│   │       │   │   │   └── MainFrame.class
│   │       │   │   └── phonicapi
│   │       │   │       ├── PhonicConst.class
│   │       │   │       ├── PhonicHandler.class
│   │       │   │       └── PhonicNative.class
│   │       │   └── src
│   │       │       ├── mydemo
│   │       │       │   └── MainFrame.java
│   │       │       └── phonicapi
│   │       │           ├── PhonicConst.java
│   │       │           ├── PhonicHandler.java
│   │       │           └── PhonicNative.java
│   │       └── dll
│   └── 注意事项.png
├── USB盒控件开发文档.doc
├── USB盒动态库开发文档.doc
├── USB无线产品硬件操作说明书.doc
├── VBDemo
│   ├── Form1.frm
│   ├── Module1.bas
│   └── 工程1.vbp
├── bin
│   ├── UboxWebServer.exe
│   ├── config.ini
│   ├── libeay32.dll
│   ├── phonic_ubox.dll
│   ├── phonic_usb.ocx
│   ├── phonic_utool.dll
│   ├── phonic_utoolI.dll
│   ├── phonic_utoolII.dll
│   ├── phonic_utoolIIEx.dll
│   ├── server.key
│   ├── server.pem
│   ├── setup.bat
│   ├── ssleay32.dll
│   ├── ubox.ini
│   ├── ubox_test_dll.exe
│   ├── voice
│   │   ├── busy.wav
│   │   ├── buzzer-ring.wav
│   │   └── dial.wav
│   └── webroot
│       ├── Style.css
│       ├── favicon.ico
│       ├── index.html
│       └── js
│           ├── jquery.min.js
│           └── uboxweb.js
├── fi3001_lib
│   ├── phonic_ubox.dll
│   └── phonic_ubox.rar
├── include
│   └── phonic_ubox.h
├── lib
│   └── phonic_ubox.lib
├── pb_usb_ocx_test
│   ├── test.pbl
│   ├── test.pbt
│   └── test.pbw
├── setup.exe
├── speexw.exe
├── ubox.ini参数说明.pdf
├── ubox_recorder_dll_test
│   ├── GsmFunTest.cpp
│   ├── GsmFunTest.h
│   ├── ReadMe.txt
│   ├── SendMsg.cpp
│   ├── SendMsg.h
│   ├── SetBusyToneDlg.cpp
│   ├── SetBusyToneDlg.h
│   ├── SetThreshold.cpp
│   ├── SetThreshold.h
│   ├── SetVolumeDlg.cpp
│   ├── SetVolumeDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── UpgradeLog.XML
│   ├── WriteEeprom.cpp
│   ├── WriteEeprom.h
│   ├── dialphonenum.cpp
│   ├── dialphonenum.h
│   ├── phonic_ubox.dll
│   ├── phonic_ubox.h
│   ├── phonic_ubox.lib
│   ├── phonic_ubox_x64.lib
│   ├── res
│   │   ├── ubox_recorder_test.ico
│   │   └── ubox_recorder_test.rc2
│   ├── resource.h
│   ├── resource.hm
│   ├── ubox_recorder_test.cpp
│   ├── ubox_recorder_test.h
│   ├── ubox_recorder_test.mak
│   ├── ubox_recorder_test.rc
│   ├── ubox_recorder_test.sln
│   ├── ubox_recorder_test.suo
│   ├── ubox_recorder_test.vcproj
│   ├── ubox_recorder_test.vcproj.MS-20160724MHFP.Administrator.user
│   ├── ubox_recorder_testDlg.cpp
│   └── ubox_recorder_testDlg.h
├── ubox_recorder_test_ocx
│   ├── SetBusyToneDlg.cpp
│   ├── SetBusyToneDlg.h
│   ├── SetThreshold.cpp
│   ├── SetThreshold.h
│   ├── SetVolumeDlg.cpp
│   ├── SetVolumeDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── dialphonenum.cpp
│   ├── dialphonenum.h
│   ├── phonic_usb.cpp
│   ├── phonic_usb.h
│   ├── res
│   │   ├── ubox_recorder_test.ico
│   │   └── ubox_recorder_test.rc2
│   ├── resource.h
│   ├── resource.hm
│   ├── ubox_recorder_test.clw
│   ├── ubox_recorder_test.cpp
│   ├── ubox_recorder_test.dsp
│   ├── ubox_recorder_test.dsw
│   ├── ubox_recorder_test.h
│   ├── ubox_recorder_test.rc
│   ├── ubox_recorder_test.sln
│   ├── ubox_recorder_test.suo
│   ├── ubox_recorder_test.vcproj
│   ├── ubox_recorder_test.vcproj.FIHO-6E7179F0B4.zdz.user
│   ├── ubox_recorder_testDlg.cpp
│   └── ubox_recorder_testDlg.h
├── ubox_web_demo
│   ├── Style.css
│   ├── js
│   │   └── uboxweb.js
│   ├── ubox_IE.htm
│   └── 使用前必读.txt
├── usb盒常见开发问题.doc
├── ~$B盒控件开发文档.doc
├── ~$B盒动态库开发文档.doc
├── ~WRL0185.tmp
├── ~WRL1828.tmp
├── ~WRL1865.tmp
├── 使用前必读.txt
├── 常见问题处理方法.doc
├── 无线盒子开发流程.pdf
└── 无线盒子的功能介绍.doc

47 directories, 230 files


标签: 2020 usb盒 usb 开发包 sb

实例下载地址

usb盒开发包2020

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警