登录
首页 » Windows开发 » 串口调试器源代码c# 串口调试器源代码c#

串口调试器源代码c# 串口调试器源代码c#

于 2023-05-04 发布 文件大小:111.33 kB
0 125
下载积分: 2 下载次数: 1

代码说明:

串口调试器源代码c# 串口调试器源代码c#

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

发表评论

0 个回复

  • 自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记...
    自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记录,或读出函数返回0。 用VC6或VC2008都可以打开工程编译。-Write your own XML parser, XML database for the operation of the business logic for an abstract in accordance with a written record of the function ID, and the other under the ID read out the record function. If the ID does not exist the corresponding record is written into the function to insert records, or to read out the function returns 0. VC6 or use VC2008 to open the project can be compiled.
    2022-04-25 12:49:41下载
    积分:1
  • 管理 NTFS 交界点
    创建和删除 NTFS 联结点简单 ! 有三种类型的文件在 NTFS 文件系统支持的链接: 硬链接、 路口和符号链接。本主题是硬链接和路口的概述。 硬链接 硬链接是文件的多个路径引用单个文件在同一个卷中的文件系统表示形式。若要创建硬链接,请使用 CreateHardLink 函数。对该文件的任何更改都立即可见,这些应用程序访问它通过引用它的硬链接。但是,目录条目的大小和属性信息是只更新更改是通过它的链接。请注意对该文件的属性反映在每一个硬链接到该文件中对该文件的属性的更改传播到所有的硬链接。例如,如果你重置删除那特别的硬链接,硬链接上的只读属性并有多个硬链接到实际的文件中,那么您将需要重置只读位上从剩余的硬盘的一个文件,使文件的链接和所有剩余的硬链接回只读状态。 例如,在系统中的 c: 和 d: 都是本地驱动器和 z: 是一个网络驱动器映射到 fredshare,允许作为硬链接以下引用: 链接到 C:dirbdirclucy.txt C:diraethel.txt D:dir1tinker.txt 到 D:dir2dirxbell.txt 链接到 C:dir2mina.txt C:dirybob.bak 以下不是: 链接到 C:dirb C:dira 链接到 D:dirblucy.txt C:diraethel.txt 链接到 Z:dirblucy.txt C:diraethel.txt 若要删除一个硬链接,使用 DeletFile函数。您可以删除任何顺
    2022-09-07 10:20:03下载
    积分:1
  • 将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。...
    将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。-Comprising the Object-Oriented thought into the Designing,accomplishing a designing needed structure,to all the process of the base designing.
    2022-07-27 17:59:01下载
    积分:1
  • 智能读卡器
    智能读卡器的类,对智能读卡器进行读写操作,复位应答
    2022-12-05 06:40:03下载
    积分:1
  • 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来...
    现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。-Now in the matket the immediatly translation software has many sorts.The method of using is also differently.But they have a feature in common:it translate the word when the mouse pointer points a word.This founction make things conwenient for the consumer,but through the angle of a programmer it is not so easyly.In the reason of not having a conveniet founction just as "GetWordUnderMouse()"that can get the word undermouse,then how did these software product?I ofen encoutered the web funs who had the same question as me in the BBS or maling list.
    2022-07-20 04:12:49下载
    积分:1
  • 1. 使用没多长时间, 现这个版本有限制, 具体不很清楚, 可能是对大文件有限制 2. 有一个程序可以将就用 另一个程序较大, 编译烧录后功能不全...
    1. 使用没多长时间, 发现这个版本有限制, 具体不很清楚, 可能是对大文件有限制 2. 有一个程序可以将就用 另一个程序较大, 编译烧录后功能不全 -1. The use of no more than a long time and found that this version is limited, concrete is not very clear, large files may be restricted 2. There is a program can use another program on a larger, compiler writers dysfunction after
    2022-03-11 19:51:35下载
    积分:1
  • image zigzag compress
    在图像压缩过程中,为了得到矢量形式,必须设计锯齿乘法;
    2023-07-10 11:25:03下载
    积分:1
  • 为了方便学习设计模式的朋友,现把设计模式的其它四个部分C#源码也一并放(单件,工厂方法,简单工厂,生成器),平台同样为VS2005...
    为了方便学习设计模式的朋友,现把设计模式的其它四个部分C#源码也一并发放(单件,工厂方法,简单工厂,生成器),开发平台同样为VS2005-The other four parts of C# source code of Design patterns (single piece, factory methods, simple plants, generators). development platform:S2005
    2022-04-30 05:45:01下载
    积分:1
  • 求阶乘算法(0
    求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0-10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last,
    2023-02-22 10:45:03下载
    积分:1
  • 关于进度条的美化,可以显出彩色
    关于进度条的美化,可以显出彩色-on the progress of the landscaping, can show color
    2022-01-22 08:48:39下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载