搜索资源列表
SMS扩展配置.rar
- 1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹 2、将lib文件夹复制到你项目所在的lib,添加对应lib import org.smslib.IOutboundMessageNotification; import org.smslib.Library; import org.smslib.MessageEncodings; import org.smslib.MessageProtocols; import org.smslib.OutboundMessa
CSerialPort.zip
- 我写的一个串口通信类,还是很好用的哦,大家可以参考一下,A serial port class i wrote.
antPproguard
- android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求
vb2010
- 本人收集的一些串口通讯的VB程序代码,现在分享给大家一起共享!-I collected some of the serial communications VB code, and now share with everyone to share!
USB_HID_CH375
- 通过USB接口芯片CH375实现模拟HID类USB键盘,通过CH375的外部固件模式,最大的特点是不需要安装驱动,即插即用,并且可连续发送数据,可以在txt文本中查看。我改进了上传数据的函数,使得此改变传递参数的值能直接控制PPT.-CH375 through the USB interface chip analog HID class USB keyboard, external firmware mode by CH375, the biggest feature is the need
serialport
- 实现上位机和下位机的简单通信,简单实用,最适合初学者,本人课设代码-The simple communication of the upper and lower machine, simple and practical, the most suitable for beginners, I class based code
java_chat
- 一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-spec
serialport1
- 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h-Recently, when sorting the documents found in
Carrierless_16-QAM_(CAP)_Modem
- This is a Simulink Model I created for a Digital Communication Systems class. It demonstrates Carrierless Amplidute Phase(CAP) Modulation and uses a raised cosine pulse to implement a 16-QAM modem.
OPC
- 一个自己编写的OPC异步读写类,其中包含使用说明,欢迎大家下载测试。本人使用在一个污水处理的项目中,没有出现什么问题。-An asynchronous read and write their own written OPC class, which contains instructions for use, are welcome to download the test. I used in a sewage treatment project, there was no problem.
CommTest
- 串口通信例程,内含串口类,一个老外写的,我修正了一个bug:在接收数据流未完成前退出程序会导致进程驻留在内存-Serial communication routines, containing serial port class, written by a foreigner, I fixed a bug: the receiving data stream does not quit the program before the completion of the process will l
songs
- 这是新太平台的点送流程,做sp的人可以参考,新太的开发和c差不多,所以我把他放在了c类里,希望能通过-This is a new platform in sending too much flow, so people can refer to the sp, the new development and c is almost too much, so I put him in the c class, we hope through
class
- 自己编写的手机查看小程序 仅供j2me初学者参考-I have written a small program mobile view for reference purposes only j2me beginners
Serial
- 串口的类,用过,感觉CSerial类比较好用,特别是有多个串口的时候-Rs232 class,I use it in actual project.easy and powerful.
VC_USB
- 详细介绍V i s u a l C + + 6 . 0 环境下利用Wi n d o w s A P I 函数来实现与符合mD设备类的U S B接口通信 。 -Details V isual C++ 6. 0 environment using Wi ndows API function to achieve and meet the mD device class USB interface communication.
SgipPacket
- 本人开发的短消息网关系统接口协议(SGIP)解析类,目前已经成功用在我们公司的项目中,运行非常稳定-I developed a short message gateway system interface protocol (SGIP) resolution class, has been successfully used in our project, run very stable
UsbStyle
- USB设备插入,或断开检测。 USB插入时,检测USB设备类型, 如果为存储类设备,显示可移动磁盘的盘符。 我用在图像处理图像采集设备检测。-USB device is plugged, or disconnect detection. USB plugged in, test USB device type, if the storage class device, a removable disk drive letter displays. I used in image proc
BluetoothSample
- 大家好。今天我将介绍程序发送通过在Android手机蓝牙数据是不一样的,因为我们班是一个连接和数据传输蓝牙组合是不是代码的一部分取自。对于互联网上的几个例子作为I类简单地运行它。 -Hello everyone. Today I will introduce the program to send data via Bluetooth on Android phones are not the same as we are Class is a combination of connect
ChuanKoulei
- 这是VC开发中最常用到的串口通信类,我以已经封装好了-This is the most commonly used in VC++ serial communication class, I had to have a good package
PhpSIP.class
- 基于开源的PHPSIP类进行扩充改写,实现了php的SIP 客户端的基础功能,重点是扩展支持DTMF,同时支持SIPINFO模式和rfc2833协议;说起来,这个功能并不复杂,但基于对协议的理解(网上相关资料不完整),确实化了我很多时间!因为PHPSIP本身是开源的,所以我还是把自己的代码开源出来!(Extended rewriting of PHPSIP class based on open source implements the basic functions of SIP clien