01 2011 档案
摘要:摘自互联网!比较适合ACMer使用,虽然有string了,那有这些用的顺心啊!当然java 、.net可以飘过!函数名: stpcpy功 能: 拷贝一个字符串到另一个用 法: char *stpcpy(char *destin, char *source);程序例:#include <stdio.h> #include <string.h>int main(void) { char string[10]; char *str1 = "abcdefghi"; stpcpy(string, str1); printf("%s\n",
阅读全文
摘要:本来真不想写日志的,一直用doc写东西,想写完了给个百度文库连接,慢慢发现doc已经到12页,发现慢慢很能写文档了、、、 而且开始慢慢的喜欢上java了,因为java的每行代码都是自己敲上很有成就感 ! 我相信java会让我着迷的,但心里一直放不下C++和.net,毕竟自己也学习了很多时间了!全才吧,哈哈! 正题: 1 、 java 鼠标事件Dragged和Moved 在WIN32 M...
阅读全文
摘要:Painting in AWT and SwingGood Painting Code Is the Key to App PerformanceBy Amy FowlerIn a graphical system, awindowing toolkitis usually responsible for providing a framework to make it relatively painless for a graphical user interface (GUI) to render therightbits to the screen at therighttime.Bot
阅读全文

浙公网安备 33010602011771号