资源列表
[Windows编程] Number_to_2206446162011
说明:This code is used for converting the number to the sting for 1 to 1000 by using c++.<Rahim> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[其他小程序] code
说明:Stemmer-->remove affixes on the word<Danang Junaedi> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[界面编程] Lunix_Course_Arrangement
说明:复数编程,VISUAL C++ 有控件-Complex programming, VISUAL C++ with control<doujian> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[钩子与API截获] WindowsHandlerFinder_src
说明:Windows Handler Finder is a application that allow you to find the handler of any opened windows of you desktop<trucci> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[Windows编程] Experiment-5
说明:MFC基础知识——实验5(消息与响应),详细的操作步骤-MFC basics- Experiment 5 (the message and response), the detailed steps<苗高洁> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[C#编程] Abstract-classes-convert-interface
说明:抽象类转换成接口 (1)要将抽象类改为接口,首先要改的就是将抽象类中的abstract class改成接口 的interface,同时,在类名前加I。 (2)接口中不需要虚方法,而且方法只要声明,所以,将抽象类中的虚方法中的关键字virtual删去,同时,接口中的方法只作声明。 (3)接口中,接口成员中的方法不需要覆盖,所以,将抽象类子类中所有的覆盖的方法中的关键字override删除,并在父类名前加I。 -Abstract<liyongsheng> 在 2025-02-03 上传 | 大小:12kb | 下载:0