资源列表
[C#编程] USECtorealizethedistributedatabasesystem
说明:利用c#实现分布式数据系统的查询,中间有部分源代码,主要讲述编程的流程和思想-The use of c# Realize distributed data query system, between some of the source code, mainly about programming and ideas flow<toni> 在 2025-06-13 上传 | 大小:12kb | 下载:0
[C#编程] MemoryGame
说明:這是本人開發的一個記憶小遊戲~目的在找出各個相對的同樣圖案~直到把全部相對的同樣圖案找出!-This is, I developed a memory game ~ and aims to find out all relatively the same pattern ~ until all relatively the same logo to find out!<andy> 在 2025-06-13 上传 | 大小:12kb | 下载:0
[C#编程] NCDrawTest
说明:代码是画非客户端的代码,可以重画客户端的代码-Code is non-painting the client code, you can redraw the client code<nibeiqi> 在 2025-06-13 上传 | 大小:12kb | 下载:0
[C#编程] 1.8
说明:一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多于的数字0,例如,第6页用数字6表示,而不是06或者006等。现在需要编写一个方法int[] CaculateNumber(int n),给它一个书的总页码n,方法能有个返回值,它记录了在给定的页码n中0,1,2….9数字出现的次数(如页码67表示6和7各出现了一次)。数组一共九个元素,0出现的次数记录在数组索引为0的元素中,依次类推。-A book page from the natural numbe<钱> 在 2025-06-13 上传 | 大小:12kb | 下载:0