搜索资源列表

  1. 串基本操作的演示

    0下载:
  2. 串基本操作的演示实现串的赋值,连接,求子串,计算长度等操作-Series basic operation of the demonstration achieve Series assignment, connectivity, in her series, calculating the length of such an operation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2598
    • 提供者:赵小美
  1. ADT串的实现

    0下载:
  2. 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 (
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7082
    • 提供者:chen
  1. 串口扫描源码

    0下载:
  2. 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。

  3. 所属分类:驱动编程

    • 发布日期:2009-01-05
    • 文件大小:44431
    • 提供者:wencongqiu
  1. 串口操作类

    0下载:
  2. 一个很好用的串口操作类
  3. 所属分类:串口编程

    • 发布日期:2011-03-21
    • 文件大小:146382
    • 提供者:chinaflys
  1. 串口操作程序

    0下载:
  2. 操作串口设备的源代码
  3. 所属分类:源码下载

  1. windows串口操作源码

    0下载:
  2. windows上简单的串口操作代码 不包含编译环境,可以供初学者参考代码
  3. 所属分类:通讯编程

    • 发布日期:2012-08-07
    • 文件大小:6876
    • 提供者:kernblue
  1. 串口读写类

    0下载:
  2. 可以控制计算机串口操作的串口类,非常好用-can control the operation of the computer serial port Serial category, very handy
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:李飞
  1. 0下载:
  2. 一个关于串的基本操作的事例程序-a series on the basic operation procedures stories
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:433152
    • 提供者:zyj
  1. Current

    0下载:
  2. VC6 多线程的串口操作,有线程同步的解决方法(terminal)-VC6 multithread serial operation, thread synchronization solution (terminal)
  3. 所属分类:串口编程

    • 发布日期:2024-05-18
    • 文件大小:31744
    • 提供者:大锅饭
  1. 串基本操作的演示

    0下载:
  2. 串基本操作的演示实现串的赋值,连接,求子串,计算长度等操作-Series basic operation of the demonstration achieve Series assignment, connectivity, in her series, calculating the length of such an operation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:赵小美
  1. ADT串的实现

    0下载:
  2. 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 (
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:chen
  1. DBComm_v0[1].1

    0下载:
  2. 串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:王联明
  1. 串口接收

    0下载:
  2. 本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people's code, and the revisions.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:169984
    • 提供者:海涛
  1. 自编串口程序

    0下载:
  2. 串口操作源程序,可以对串口读写操作,当然也可以自发自收,是一个联系串口通信的好例子-source can write to serial port, of course, can also spontaneously collected, the serial link is a good example of communication
  3. 所属分类:串口编程

    • 发布日期:2024-05-18
    • 文件大小:4001792
    • 提供者:高洁
  1. 串口类库

    0下载:
  2. 一个COM端口的操作类,很好用的了,我也用了多次。-a COM port operations, the good, and I also used a number of times.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:上面
  1. 多串口多线程工业控制实现

    0下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它
  3. 所属分类:串口编程

    • 发布日期:2024-05-18
    • 文件大小:94208
    • 提供者:li
  1. 多串口多线程工业控制实现(SerialPort类)

    0下载:
  2. 对SerialPort类进行了一些简单的修改,其中封装了操作串口复杂的一些串口操作。使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。经测试,效果很好-right SerialPort category for some simple changes, packaged operating serial complexity of some serial operation. It can be used dire
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:丁建军
  1. chuan

    0下载:
  2. 字符串的操作与演示包括插入,删除,替换,比较,打印,求子串。-String operation and demonstration, including insert, delete, replace, compare, print, Child-giving series.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. 数据结构-串操作的实现-实验报告

    0下载:
  2. (1)掌握串的顺序存储结构; (2)验证顺序串及其基本操作的顺序; (3)掌握串的操作特点。 1.2 实验要求: (1)定义一个包含串的求长度、拼接、比较大小等基本操作的头文件函数原型; (2)实现串的求长度、拼接、比较大小等基本操作。((1) mastering the sequential storage structure of the string; (2) the sequence of verifying t
  3. 所属分类:Windows编程

  1. C#串口编程代码

    0下载:
  2. VISUAL STUDIO 下的WINDOWS C#版本的串口操作代码,多线程,(C# version of the serial port operation code, multithreading)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:53248
    • 提供者:nayac
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org