资源列表
[C#编程] P2PInstantMessaging
说明:用c#写的.局域网P2P对等通信,socket编程-Written with c#. LAN P2P peer communication, socket programming<troy> 在 2024-11-15 上传 | 大小:224kb | 下载:0
[C#编程] ZYBTextBox
说明:扩展.NET中的richtextbox控件功类,具有打印,插入图片,添加不同文字等效果-Expansion. NET in the richtextbox control power class, with print, insert images, add text and other effects of different<troy> 在 2024-11-15 上传 | 大小:9kb | 下载:0
[C#编程] MyDataGrid
说明:扩展.NET中的Datagridview控件,使之具有打印,转换数据等功能。-Expansion. NET in the Datagridview control to make a print, convert the data and so on.<troy> 在 2024-11-15 上传 | 大小:3kb | 下载: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 goo<troy> 在 2024-11-15 上传 | 大小:369kb | 下载: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<赵王> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[C#编程] facedetect
说明:c++环境下人脸定位的可以参考一下,此程序可以展示定位的基本步骤-c++ environment, Human face location for reference, this program can show the basic steps of positioning<ankang> 在 2024-11-15 上传 | 大小:1.38mb | 下载:0
[C#编程] SingleTcpClient
说明:使用TCP协议编写服务器端和客户端的控制台程序,要求在连接成功后首先由服务器端向客户端发送欢迎标语,最后实现在服务器端和客户端之间的同步通信,其中通信的信息要能支持中文。-SingleTcpClient<峰> 在 2024-11-15 上传 | 大小:32kb | 下载:0