资源列表
[Windows编程] ex1
说明:命令解释器的实现,用VC++实现。是一款简单的基于windows 的编程程序,可以初步了解windows的内核,初步的学习资料-The realization of the command interpreter, using VC++ implementation. Is a simple windows based programming process, can initially understand the windows kernel, the initial learning ma<jjs> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] FeatureLayer
说明:通过FeatureLayer 类实现IFeatureLayer 接口对象, 设置IFeatureLayer.FeatureClass 属性和Name 属性,使用IMap.AddLayer 方法将新层添加到当前地图。IWorkspaceFacktory 接口、IFeatureWorkspace 接口和IFeatureLayer 接口实现连接Shape 文件。函数OpenShapeFile 根据输入的Shape 文件路径sFilePath,将文件名为sFileName的Shape 文件连接到当前激活<林峰> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] liklistinsert
说明:a linked list (or more clearly, "singly-linked list") is a data structure that consists of a sequence of nodes each of which contains a reference (i.e., a link) to the next node in the sequence.<irisrd> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[Windows编程] Quick-sort
说明:Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the<irisrd> 在 2025-06-18 上传 | 大小:1kb | 下载:0