资源列表

« 1 2 ... .49 .50 .51 .52 .53 48954.55 .56 .57 .58 .59 ... 66581 »

[Windows编程avl_tree

说明:avl树的实现: avl树是每个节点的左子树和右子树的高度最多差1的二叉查找树.一棵高度为h的avl树最少节点数由S(h) = S(h-1)+S(h-2)+1得到.avl树要保证任一节点的左右子树的高度之差的绝对值不能超过1(空树的高定义为1).在插入和删除的时候就需要根据情况对树的某些节点做调整-AVL tree realization: avl tree is left to each node subtree and right subtree height difference up
<> 在 2025-06-23 上传 | 大小:9kb | 下载:0

[对话框与窗口findandreplace

说明:自己写的一个字符串替换小程序 有点像平常见得查找替换对话框-Wrote it myself to replace a string of small procedures appear a bit like a normal dialog box to find replacement
<zhugh> 在 2025-06-23 上传 | 大小:1.81mb | 下载:0

[Windows编程POPMENU

说明:C++中加入弹出菜单: 在窗口类中派生Message消息:WM_CONTEXTMENU (右键单击事件) 即在CMainfr a me类中实现如下代码即可:-C++ Add pop-up menu: In the window class derived Message news: WM_CONTEXTMENU (right-click events) in the CMainfr a me class to achieve the following code:
<杨明> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[C#编程PrintPSFile

说明:用WritePrinter()函数向打印机发送数据的一个小程序,主要是让大家明白这函数具体增么用-With WritePrinter () function to send data to the printer in a small program is designed to allow you all to know this function of the specific use by Mody
<zhugh> 在 2025-06-23 上传 | 大小:3.3mb | 下载:0

[数据库编程VBdatabase

说明:此程序为用Visual Basic编写的用于数据库连接的源码-This procedure using Visual Basic for the preparation of the source database connection
<ydk> 在 2025-06-23 上传 | 大小:113kb | 下载:0

[C#编程aaa

说明:IP地址的合法性及子网判断 本设计要求编写程序,判断一个IP地址是否合法,并判断该地址是否属于一个给定子网。从而考察读者是否对IP地址概念及子网划分有非常清楚的认识。-The legitimacy of IP addresses and subnets to determine the design requirements for the preparation of procedures, to determine the legality of an IP address and de
<YW> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[进程与线程Code1

说明:采用动态优先数的方法,编写一进程调度程序模拟程序。模拟程序只进行相应的调度模拟操作-Priority number of dynamic methods, the preparation of a process simulation program scheduler. Only the corresponding simulation program scheduling simulation operation
<fg> 在 2025-06-23 上传 | 大小:107kb | 下载:0

[其他小程序chart

说明:此源代码示例在Visual Basic编程环境中如何使用和显示Chart表格,包括不同表格风格的设置.-This source code sample in Visual Basic programming environment, how to use and display Chart forms, including different forms style settings.
<ydk> 在 2025-06-23 上传 | 大小:16kb | 下载:0

[界面编程QQ

说明:QQ界面的模拟实现..关键字/QQ/界面/实现-QQ analog interface to achieve .. keyword/QQ/interface/achieve
<陈碧蓝> 在 2025-06-23 上传 | 大小:4kb | 下载:0

[ActiveX/DCOMcode_complete

说明:教你如何规范编写代码,非常好的教程。高手上路必备。-Teach you how to write code, very good tutorial. Must master the road.
<任启明> 在 2025-06-23 上传 | 大小:4.04mb | 下载:1

[文件操作documentationadministrators

说明:csharp文件管理系统对于初学者有极大的帮助-CSharp document management system for the great help for beginners
<王晨旭> 在 2025-06-23 上传 | 大小:94kb | 下载:0

[数据库编程jian

说明:这是用ODBC做得一个简单的学生成绩管理软件源代码-This is done using a simple ODBC student achievement management software source code
<林雪> 在 2025-06-23 上传 | 大小:54kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 48954.55 .56 .57 .58 .59 ... 66581 »

源码中国 www.ymcn.org