摘要:
The most impressed error that I found is an error in a famous App called 'echo',which is a popular music player,people can search the song they want t 阅读全文
摘要:
这次的博客记录的是写crc校验码的过程。过程十分坎坷,好不容易快整完了结果虚拟机崩了,程序也没了,只好重新来过。。。首先是控制台应用程序的代码。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 us... 阅读全文
摘要:
课后进行了下面的练习:1.声明public 不声明参数是public,则main中无法访问。error:声明public后即可访问。2,passing by value or by referencepassing by value:method中可以改变数值,method外则不会改变。结果中数值未... 阅读全文