• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
HaibaraAi
博客园    首页    新随笔    联系   管理    订阅  订阅
03 2015 档案
数dp多少个0-n多少0-9

摘要:```#include using namespace std;const int N = 15;int n;int dp[N][N][N];int a[N],f[N];int main() { freopen("in.txt", "r", stdin); freopen("out.txt", "w... 阅读全文
posted @ 2015-03-21 19:54 HaibaraAi 阅读(154) 评论(0) 推荐(0)
大数乘

摘要:```#include using namespace std;char s1[101], s2[101];int s[205];int main() { scanf("%s%s", s1, s2); int n = strlen(s1); int m = strlen(s2); if (n > m... 阅读全文
posted @ 2015-03-21 16:16 HaibaraAi 阅读(137) 评论(0) 推荐(0)
chat

摘要:启动服务器连接数据库导入数据库并显示开启监听与客户端建立连接写入数据库并显示创建线程用来接受客户端消息 阅读全文
posted @ 2015-03-19 10:34 HaibaraAi 阅读(232) 评论(1) 推荐(0)
win32 listbox

摘要:real-time refresh:the scrollbar will jump when the listbox refreshchange color: how to change the color when mouse move to a listbox item 阅读全文
posted @ 2015-03-17 08:38 HaibaraAi 阅读(277) 评论(2) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3