-
一个简单的文本
一个基于控制台的简单文字游戏程序,供初学者学习提高使用-A simple text-based console games, for beginners to learn to improve the use of
- 2023-04-24 04:50:02下载
- 积分:1
-
含有大量的源代码,用于验证通过,…
包含大量C源代码均验证通过,相当经典且可移植性强-Contains a large amount of C source code for both the authentication is passed, a very strong classical and portability
- 2023-09-06 16:30:04下载
- 积分:1
-
mysql similar to the one console application procedures, functions less and the...
类似于mysql的一个console应用程序,功能少一些,实现了基本的SQL语句,有index-mysql similar to the one console application procedures, functions less and the basic implementation of SQL, index
- 2023-05-15 05:45:03下载
- 积分:1
-
字数统计
(C) 编写控制台应用程序,计算了单词计数中的插入的文本。很好的教育目的。
- 2023-04-29 10:15:03下载
- 积分:1
-
对广义表形式的输入的字符串建二叉树,并中序输出
对广义表形式的输入的字符串建二叉树,并中序输出-In put a Glist and Create a Binary Tree with it then output the Binary tree inorder
- 2023-06-13 17:00:03下载
- 积分:1
-
控制台在命名空间中封装的颜色设置
控制台颜色设置封装在一个命名空间,直接实用命名空间就能改变控制台输出字体属性-Console color settings encapsulated in a namespace
- 2023-02-06 04:25:03下载
- 积分:1
-
非线性回归
将为给定在名为的文件中的数据执行非线性回归的 C 代码exp.zip 包含 61 x ;y 值的方程 y = a0 (1-exp(a1x)) x = 1。
- 2023-03-15 21:00:04下载
- 积分: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
-
Find out the login users under Terminal server
Find out the login users under Terminal server
- 2022-03-11 10:21:34下载
- 积分:1
-
遥感原理与应用的实习程序,主要是图像的纠正,图像的光滑,锐化...
遥感原理与应用的实习程序,主要是图像的纠正,图像的光滑,锐化-Remote Sensing Principles and Applications of the internship program, mainly to correct the image, the image of the smooth, sharpening, etc.
- 2022-05-18 00:12:58下载
- 积分:1