资源列表
[C#编程] gogojob_net
说明:GOGO人才网系统NET版 附带说明文件-GOGO Talent Network System NET edition Documentation is included<溪瓜狼> 在 2025-06-21 上传 | 大小:4.33mb | 下载:0
[C#编程] SPAM-DETECTION-PLUGIN-FOR-OUTLOOK
说明:this application focus on spam blocking techniques, using the blacklist and whitelist classification<hontimmy> 在 2025-06-21 上传 | 大小:1.09mb | 下载:0
[C#编程] How-to-show-MessageBox-in-ASP.NET-(CSASPNETMessag
说明:este es un ejemplo de como usar el messagebox en windows form<alfredo> 在 2025-06-21 上传 | 大小:246kb | 下载:0
[C#编程] Dibujar-a-mano-alzada
说明:aplicacion para dibujar a mano alzada<alfredo> 在 2025-06-21 上传 | 大小:232kb | 下载:0
[C#编程] documentreader
说明:在visual studio 软件中, 用于对txt文件的列读取。-The code is for reading the columns of a txt dataset.<李玉红> 在 2025-06-21 上传 | 大小:881kb | 下载:0
[C#编程] port-
说明:可以自定义com口,自定义波特率,txt内容按行发送,是测试和调试的好程序,对gps,工业控制,信息采集调试有很好的帮助,傻瓜式操作-, you can customize the com custom baud rate, TXT content according to the line to send, is a good program, testing and debugging of GPS, industrial control, information collection an<阿道夫> 在 2025-06-21 上传 | 大小:47kb | 下载:0
[C#编程] CSharpPAEPcode-1
说明:基于C#+AE的GIS开发,荆平,是初学者最好用的二开书籍,示例简单易懂,注释清晰,易于学习。本文件是第一章代码,讲的是AE的基础功能-GIS development based CAE, Jing Ping, is best for beginners with two open books, easy to understand example, comments clear, easy to learn. This document is the first chapter of the<姜威> 在 2025-06-21 上传 | 大小:1.14mb | 下载:0
[C#编程] tree
说明:二叉树树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。中序遍历,先序遍历,后序遍历-Binary tree is an importa<陈泉秀> 在 2025-06-21 上传 | 大小:175kb | 下载:0
[C#编程] queue
说明:队列的基本程序代码,比如入队,出队,取队头,此代码用链表的方式采用的FIFO(first in first out),新元素(等待进入队列的元素)总是被插入到链表的尾部,而读取的时候总是从链表的头部开始读取。每次读取一个元素,释放一个元素。所谓的动态创建,动态释放。因而也不存在溢出等问题。由于链表由结构体间接而成,遍历也方便。-The basic code of the queue, for example into the team, the team, the first team to t<陈泉秀> 在 2025-06-21 上传 | 大小:173kb | 下载:0