搜索资源列表
串基本操作的演示
- 串基本操作的演示实现串的赋值,连接,求子串,计算长度等操作-Series basic operation of the demonstration achieve Series assignment, connectivity, in her series, calculating the length of such an operation
ADT串的实现
- ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (
串口扫描源码
包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
串口操作类
- 一个很好用的串口操作类
串口操作程序
- 操作串口设备的源代码
windows串口操作源码
- windows上简单的串口操作代码 不包含编译环境,可以供初学者参考代码
串口读写类
- 可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
串
- 一个关于串的基本操作的事例程序-a series on the basic operation procedures stories
Current
- VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
串基本操作的演示
- 串基本操作的演示实现串的赋值,连接,求子串,计算长度等操作-Series basic operation of the demonstration achieve Series assignment, connectivity, in her series, calculating the length of such an operation
ADT串的实现
- ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 -ADT Series achieved : including the following : copy (
DBComm_v0[1].1
- 串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
串口接收
- 本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people's code, and the revisions.
自编串口程序
- 串口操作源程序,可以对串口读写操作,当然也可以自发自收,是一个联系串口通信的好例子-source can write to serial port, of course, can also spontaneously collected, the serial link is a good example of communication
串口类库
- 一个COM端口的操作类,很好用的了,我也用了多次。-a COM port operations, the good, and I also used a number of times.
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
多串口多线程工业控制实现(SerialPort类)
- 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used dire
chuan
- 字符串的操作与演示包括插入,删除,替换,比较,打印,求子串。-String operation and demonstration, including insert, delete, replace, compare, print, Child-giving series.
数据结构-串操作的实现-实验报告
- (1)掌握串的顺序存储结构; (2)验证顺序串及其基本操作的顺序; (3)掌握串的操作特点。 1.2 实验要求: (1)定义一个包含串的求长度、拼接、比较大小等基本操作的头文件函数原型; (2)实现串的求长度、拼接、比较大小等基本操作。((1) mastering the sequential storage structure of the string; (2) the sequence of verifying t
C#串口编程代码
- VISUAL STUDIO 下的WINDOWS C#版本的串口操作代码,多线程,(C# version of the serial port operation code, multithreading)