-
很好用的串口源码
(串口通信编程)基于C语言+SDK的开源串口调试助手(Common,Com Monitor)(当前版本1.14)
- 2022-01-26 03:27:41下载
- 积分:1
-
c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。...
c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
- 2022-07-02 14:28:56下载
- 积分:1
-
use simulation function of the mouse click, double
利用api函数模拟鼠标的单击、双击等事件,稍加修改可开发成减少重复性操作的软件。-use simulation function of the mouse click, double-click, etc., little changes can be developed into reduce repetitive operation of the software.
- 2022-02-05 23:27:28下载
- 积分:1
-
这是我在学习c++时,随意写的小程序,虽然简单,但是用到了类的各个方面,仅供参考...
这是我在学习c++时,随意写的小程序,虽然简单,但是用到了类的各个方面,仅供参考-This is my learning c, wrote arbitrarily small procedures, although simple, but the type used in all aspects, for reference
- 2022-01-29 03:05:38下载
- 积分:1
-
Arbol binario
Aplicacion que crea 联合国乔木 binario 讨论 uso de nodos y apuntadores,se entra el arbol en inorden y este es mostrado el arbol en posorden
- 2022-02-03 08:55:13下载
- 积分:1
-
韩国CNB公司的一体机控制程序,控制云台上的镜头。
韩国CNB公司的一体机控制程序,控制云台上的镜头。-CNB Korea
- 2022-06-18 00:34:27下载
- 积分:1
-
Supervise the Windows registries of computers in a LAN, can also modify them.
对局域网内计算机注册表的监控,更改该计算机的注册表-Supervise the Windows registries of computers in a LAN, can also modify them.
- 2022-01-31 03:08:22下载
- 积分:1
-
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以-C compiled a control simulation program, the effect is very good. Interested parties can s
- 2022-08-07 10:32:23下载
- 积分:1
-
GIS相关工具,可以读写压缩的e00文件
GIS相关工具,可以读写压缩的e00文件-GIS tools that can read and write file compression e00
- 2022-05-17 21:43:55下载
- 积分:1
-
反射
用于获取类型信息在运行时使用反射对象。授予的正在运行元数据的访问权限的类是程序的 System.Reflection 命名空间中。System.Reflection 命名空间包含允许您获取有关应用程序的信息,动态地添加到应用程序的类型、 值和对象的类。ReflectionReflection 的应用程序具有以下应用程序: 它允许查看属性信息在运行时。它允许检查各种类型的程序集,并实例化这些类。它允许后期绑定到方法和 propertiesIt 允许在运行时创建新的类型,然后执行一些任务,使用这些类型。查看 MetadataWe 有提及在前一章使用反射,您可以查看的属性信息。System.Reflection 类的检索对象,需要将其初始化为发现与类关联的属性。若要执行此操作,您定义目标类的 as:System.Reflection.MemberInfo 信息对象 = typeof(MyClass) ;下面的程序演示了这一点: 使用系统 ;[AttributeUsage(AttributeTargets.All)] 公共类 HelpAttribute: 用于 {公共只读字符串 Url ; 公共字符串主题 / 主题是一个命名的参数 {{返回主题 ;} 得到设置 {主题 = 值;}} 公共 HelpAttribute(string url) / / url 是一个定位的参数 {这。Url = url ;} 专用的字符串的主题 ;} {} [HelpAttribute (MyClass 类"信息")] 类 MyClass 命名空间 AttributeAppl {类程序 {静态 void 主要 (字符串 [] args) {System.Reflection.MemberInfo 信息 = typeof(MyClass) ; 对象 [] 属性 = info。GetCustomAttributes(true) ;为 (int 我 = 0 ; 我 < 属性。长度 ;i + +) {System.Console.WriteLine(attributes[i]) ;}Console.ReadKey() ;}}} 编译和运行,它将显示附加到 MyClass:HelpAttribute 示例本示例类的自定义属性的名称时,我们使用前面的章节中使用反射创建的 DeBug
- 2022-09-18 10:30:09下载
- 积分:1