Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
StringReverse
no vote
StringReverse seven kinds of writing string reverse: 1./* recursive implementation: the string is divided into two series, each time will reverse the results written on the front right part of substring, left reverse. */; 2./* reverse */read out each character; 3./* turn a string into an array, and then reverse read */; 4. calling Java API; 5./* converts the string to an array of characters, and characters and the latter part of the second half for Exchange */; 6. the XOR of characters processed as a binary, set two pointer, and after a walk, a walk from back to front, the replacement indicator characters. Replacement parts: first sentence, str[begin] is similar to temp, second sentence, str[begin] values are assigned to str[end], third sentence, str[end] assign to str[begin]; 7. to turn the string into a character array, then onto the stack, and pop stack
中华骏捷
2016-08-23
0
1
Based on Delphi and OpenGL 3D triple chess
no vote
OpenGL-based 3D triple and Delphi chess, this is my first program OpenGl learning, exhibitions. This is an interesting puzzle game, your goal is to be the same three pieces in a line connected. Yo contest with your computer. Game, press the arrow keys to adjust the viewing angle, so the best way to observe the scene. This game is open source, you are free to disseminate this source.
中华骏捷
2016-08-23
1
1
No more~