登录
首页 » C# » Another type

Another type

于 2022-01-25 发布 文件大小:7.45 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

Another type-safe alternative to Boost s string format library.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KMP
    #include #include #include //朴素查找算法 //在主串str中查找子串sub int BF(const char *str,const char *sub,int pos)//O(n*m) {  int lenstr = strlen(str);  int lensub = strlen(sub);  if(poslenstr)  {   return -1;  }  int i = pos;  int j = 0;  while(i
    2022-08-04 11:05:40下载
    积分:1
  • WPF-PopupWindow
    wpf右下角弹出框,通过按钮调用,类似QQ弹出框(wpf lower right corner of the pop-up box)
    2013-07-24 19:12:32下载
    积分:1
  • daiti
    基本古典密码设计——周期为3的多表代替密码的设计和实现(Basic classical cipher design)
    2011-12-14 11:04:59下载
    积分:1
  • Complex
    C++一个自己编写的复数类,附带详细的注释,希望对学习类有帮助(C++ A plural class that you write yourself, with detailed comments, hopefully helpful for learning classes)
    2018-05-22 21:01:21下载
    积分:1
  • 碰撞的小球
    可以实现小球的移动,碰撞之后可以反弹并变换颜色。
    2022-12-22 18:00:03下载
    积分:1
  • matlab_VC
    matlab与vc的混合编程说明,主要是如何配置环境,有详细的截图说明(the help for together using of matlab and VC6.0,including collocate environment and giving detailed illustrate )
    2012-01-03 21:48:36下载
    积分:1
  • wpf 界面设计
    仿迅雷UI界面
    2014-09-15下载
    积分:1
  • matlabandVC02
    matlab 与VC混合编程 PDF格式 刘维编著 还算清晰,有兴趣的朋友下载下来看看(matlab Programming PDF format mixed with VC Liu Wei edited fairly clear, interested to see friends downloaded)
    2010-09-06 21:01:03下载
    积分:1
  • IESS-207E
    iEEE 207 标准 信道编码相关 卫星通信(iEEE 207 standard channel coding satellite communications)
    2021-04-29 16:18:42下载
    积分:1
  • 28035CAN通讯测试程序
    can通信测试,可用于检查can硬件电路(CAN communication,sofeware,hardware)
    2018-01-05 11:48:19下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载