-
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
-
use inherit example of c++
用到继承的C++例子-use inherit example of c++
- 2022-08-11 14:50:20下载
- 积分:1
-
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢-This is a 6.0 C compiler source code of calendar hope you like
- 2022-03-12 04:22:02下载
- 积分:1
-
作业数据结构:自我
数据结构大作业:自行设计miniList类-Homework data structure: self-designed Class miniList
- 2022-03-17 16:23:35下载
- 积分:1
-
C++ Builder 6.0 Socket Controls TCP communications, servers and customer service...
C++ Builder 6.0 Socket控件TCP通信,服务器和客服端都有-C++ Builder 6.0 Socket Controls TCP communications, servers and customer service side has a
- 2023-03-05 00:45:04下载
- 积分:1
-
实现NFA到DFA的转换,是编译原理的一个更好的参考…
实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
- 2022-03-01 20:34:53下载
- 积分:1
-
用以解决数学题和“孩子池塘”的问题一起去网上海…
用于解决一道数学题 小孩池塘问题 具体请到网上搜寻题目-Used to solve math problems together with the issue of child ponds go online search for specific topics
- 2022-07-17 15:02:59下载
- 积分: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
-
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以-C compiled a control simulation program, the effect is very good. Interested parties can s
- 2022-08-07 10:32:23下载
- 积分:1
-
这个软件是配合2013的A/D口获得航模纵倾角度数:正负30度.
2013的A/D接到霍尔磁感应器上,磁块重力作用下垂摆动,使正负30度摆动引起霍尔送...
这个软件是配合2013的A/D口获得航模纵倾角度数:正负30度.
2013的A/D接到霍尔磁感应器上,磁块重力作用下垂摆动,使正负30度摆动引起霍尔送出0--4V电压,
经2013的A/D口采集后得到0---4000的数字,这个数字就是要经过着软件映射成正负30度,同时带图示.
纵倾角传感器的制作:
用CPU等类似的小风扇拆开,把霍尔线引出,并在风叶的一端安重块,转动正负30度各设阻挡.
只要重力作用下垂摆动,使正负30度摆动引起霍尔送出0--4V电压,就OK,对安装有要求的,
引线
VC5--12V,
霍尔送出0--4V电压,
地.
-This software is in line with 2013
- 2022-02-15 18:57:55下载
- 积分:1