资源列表
[C#编程] ZYBTextBox
说明:扩展.NET中的richtextbox控件功类,具有打印,插入图片,添加不同文字等效果-Expansion. NET in the richtextbox control power class, with print, insert images, add text and other effects of different<troy> 在 2025-12-24 上传 | 大小:9kb | 下载:0
[C#编程] MyDataGrid
说明:扩展.NET中的Datagridview控件,使之具有打印,转换数据等功能。-Expansion. NET in the Datagridview control to make a print, convert the data and so on.<troy> 在 2025-12-24 上传 | 大小:3kb | 下载:0
[C#编程] DBCnn
说明:将常用的数据库(SQL2005.Access)联接方法,功能处理,如数据连接,数据库操作insert,delete,update。数据库备份,还原等功能。避免代码的重写。-The common database (SQL2005.Access) connection method, function processing, such as data connections, database operations insert, delete, update. Database backup,<troy> 在 2025-12-24 上传 | 大小:4kb | 下载:0
[C#编程] SimpleCalc
说明:用C#写的计算器,实现了计算器的简单功能。但是用面向对象思想设计,如继承,封装,多态,有很好的理解。-Calculator using C# to write to achieve a simple calculator function. But the use of object-oriented design, such as inheritance, encapsulation, polymorphism, have a good understanding.<troy> 在 2025-12-24 上传 | 大小:369kb | 下载:0
[数据库编程] StudentInfo
说明:用c#写的,数据库Sql2005连接,学生信息管理系统。数据库的一般操作都有,对初学者肯定是有帮助的.-Written with c#, database Sql2005 connection, student information management system. Normal operation of the database are for beginners is definitely helpful.<troy> 在 2025-12-24 上传 | 大小:3.72mb | 下载:0
[C#编程] zhongxudiguiyufeidigui
说明:中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {<赵王> 在 2025-12-24 上传 | 大小:2kb | 下载:0