搜索资源列表
CET4
- 前几天没怎么到这里逛了,居然被我发现还有这样的原创,精神可嘉,所以我就来凑合一下,来个C++版的,从Pentie同学选用的Java和Python来看应该是在Uinux下工作的吧,偶也正往这个方向学习,有不懂的希望能多多指教。 ( h7 ` v3 O1 ~$ G9 _, r附带说几句,其实我改用其他语言来写并不是又想搞什么优劣之争。这里也就进行了一下简单的HTTP协议练习和字符串练习,毕竟没有用split这样方便的函数,需要自己来处理,还是要有点技巧-A few days ago, not h
TCPClient
- TCP Client 实例 基本函数都已经给出 可供java初学者练习数据传输的功能 -a simple tcp client sample
ModifySituation
- 学习JAVA的练习小题目,掌握最基本的函数使用-Little practice to learn JAVA subject to master the most basic functions use
exercise
- 关于java中封装、重载、构造函数方面的练习代码,本人调试过的能出结果-Encapsulating java overloaded constructor practice code, I debugged the results
computer
- 这是一个用java编写的一个小程序,实现重载,继承,多态,构造函数等等的一个小练习-This is a use Java to write a small program, realize overloading, inheritance, polymorphism, structure function and so on a little practice
97
- 编程思路:首先,本练习因为要制作抓不住的方块的实例,所以首先要制作界面中的方块,先通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (size().height/10) - 1)绘制出两个矩形,这样就完成了方块的制作。然后,为了实现“抓不住方块”的效
an-coding-with-java-8
- 一种编码练习使用爪哇8试图做相同的求和循环的多个方式。编写一个函数,用于在给定的列表中使用一个循环,每个循环,新的8个流,一个循环和递归。-A coding practice using Java 8 trying to do the same number of ways summed cycle. Write a function that is used to use a loop in a given list, each cycle, the new eight streams, on
lianxi
- 一个Java的函数建立练习小程序,对熟悉函数的建立的调用很有帮助。(A Java function builds a little program that helps to make calls to familiar functions.)
tostring
- 建立main函数,建立tostring方法,并练习for loop(Add a toString() method in the Dog class, such that this method provides a String representation of the Dog object. This method should return all the Dog attributes in a String. ii) Write a new test program called Do