自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Chris. Z

自 由 业 主

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 利用语法树,构造回文

#include string>#includeiostream> using namespace std; string g_str; string palindrome(char*const psz ) {     if( !*psz ) returnstring( "" );     string strRet;if( *psz =='0' )

2009-06-18 20:12:00 582

原创 Implementation of CClient

void CClient::send_message( const std::string& strMsg ) {   if( send( m_iFlIndCli, strMsg.c_str(), SZBUFF, 0 )   _error( "Can not send message to connected server!" );  if( !_receive_from_server

2009-06-18 20:03:00 589

原创 Implementation of CServer

bool CServer:: _receive_from_client() {  char szRet[ SZBUFF ];  m_strRet = string( " Hello client, Welcome!/n" );  m_strRet.append( " You asked:'" );  if( recv( m_iFlIndCli, szRet, SZBUFF, 0  )

2009-06-18 19:58:00 467

原创 Sock application with two classes:CServer and CClient

   

2009-06-18 19:51:00 515

Weather Report .NET

基于Google Weather API的程序。支持中文,英文,德文。.NET3.5做的,但是,由于Google问题,不知道是否在内地可以使用?无论怎么样,可以测试下。 国外下载地址:http://www.box.net/shared/d6ct9jlpyf

2010-04-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除