摘要:
vb操作vfp表,sql语句“select * from oldtable into table newtable.dbf",语句可以通过,但是复制的新表找不着,怎么回事啊!
......
摘要:
c++都有什么函数能操作mdb文件呀!!!
......
怎么样超频(cpu)
我的CPU是塞扬1G(10X100),能超频吗?怎么样超?
NO.1 作者: zhiqiu
http://it.sohu.com/quote/diy/06282.html
----------------------------------------
宠辱不惊,坐看庭前花开花落;
去留无意,漫随天上云卷云舒;
----------------------------------------
NO.2 作者: heiseshisan
调节主板倍频就可以超。。。。
极品可以超到133外频,需要主板支持。
摘要:
class shape { public: shape(double x,double y):xcoord(x),ycoord(y){} virtual double area()const{return 0.0;} protected: double xcoord,ycoord; }; virtual double area()const{return 0.0;}请问const在这......