- 博客(5)
- 资源 (2)
- 收藏
- 关注
原创 ConvertCStringToFloat函数(VS2010测试通过)
<br />void ConvertCStringToFloat(CString strBuf, float &fTemp )<br />{<br />int nLength = strBuf.GetLength();<br /> int nBytes = WideCharToMultiByte(CP_ACP,0,strBuf,nLength,NULL,0,NULL,NULL); <br /> char* pContentBuff = new char[ nBytes + 1];<br /> memset(
2011-04-29 09:44:00 536
转载 Ubuntu 9.10 ATI显卡闭源驱动最大化卡,延迟问题解决方法
ATI显卡闭源驱动最大化卡延迟问题解决方法:代码:sudo gedit /etc/apt/sources.list将以下添加入源:代码:deb http://ppa.launchpad.net/launchpad-weyland/xserver-nobackfill/ubuntu karmic main deb-src http://ppa.launchpad.
2009-12-02 19:24:00 592
原创 Ubuntu 9.10 ATI 驱动官方驱动程序安装
硬件平台:Thinkpad T400操作系统:Ubuntu 9.10 Note: 本显卡安装流程参考了http://wiki.cchtml.com/index.php/Ubuntu_Jaunty_Installation_Guide。 1. ATI官方驱动程序下载网址:http://support.amd.com/us/gpudownload/Pages/index.asp
2009-12-02 18:13:00 2043
转载 VC++数据类型转换大全
一、其它数据类型转换为字符串短整型(int)itoa(i,temp,10); //将i转换为字符串放入temp中,最后一个数字表示十进制 itoa(i,temp,2); //按二进制方式转换长整型(long)ltoa(l,temp,10);浮点数(float,double)用fcvt可以完成转换,这是MSDN中的例子: int decimal, sign; ch
2009-12-02 10:54:00 347
VC工具栏生成器TBCreator
2011-04-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人