-
银行系统的功能模拟,主要包括存钱,提钱,用户信息管理以及汇款等功能...
银行系统的功能模拟,主要包括存钱,提钱,用户信息管理以及汇款等功能-The functions of the banking system simulation, mainly to save money, the user information management, as well as remittances and other functions
- 2022-03-24 02:06:39下载
- 积分:1
-
visit database and network though console
控制台访问数据库和网络-visit database and network though console
- 2022-01-31 16:12:31下载
- 积分:1
-
郁闷~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
郁闷-depressed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-07-09 14:50:21下载
- 积分:1
-
C 编程教程
这是 C progrraming 教程从马丁 · 迪基博士从华盛顿大学从初学者到中级水平。Quiteful 很有帮助和 ppt 文件,源代码提供的视频演示。
- 2022-03-01 23:53:29下载
- 积分: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
-
排序算法,改进的冒泡和选择算法
排序算法,改进的冒泡和选择算法-sort
- 2022-01-25 23:56:47下载
- 积分:1
-
模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等
模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等-analog terminal, and several catalog operation of the system commands, dir, cd, md, del etc.
- 2022-03-24 21:54:34下载
- 积分:1
-
A small program using threads, you can definitely do it
一个使用 线程的小程序,可以作到抛砖引玉吧-A small program using threads, you can definitely do it
- 2022-08-19 04:22:29下载
- 积分:1
-
很好的学习DLL的入门例子,里面讲述了non
很好的学习DLL的入门例子,里面讲述了non-mfc,mfc,mfc-ext等相关dll的编写以及调研例子程序-Good learning example DLL entry, which describes non-mfc, mfc, mfc-ext related dll example of the preparation and investigation procedures
- 2022-03-21 14:15:39下载
- 积分:1
-
h323协议的介绍,有极高的价值,请各位阅读
h323协议的介绍,有极高的价值,请各位阅读-h323 protocol introduction, there are high value, please read
- 2022-08-03 03:13:45下载
- 积分:1