80bc - 80bc.cn - 80编程社区

Latest News:

lt乌龟gtc++,cli语言specification阅读笔记(2) 31 May 2012 | 12:02 am

<span style="font-size: 18pt">本笔记主要包含以下的内容:</span> <span style="font-size: 24px"><br /></span></font>1.空指针nullptr<br />2.自动内存管理(gc)<br />3.托管<br />4.标准的属性<br />5.带序列的属......

写了一个基于mmseg分词算法的中文分词器(c++) 31 May 2012 | 12:02 am

<p>mmseg恐怕是最简单易实现而且效果还可以的基于字典的机械分词算法。<a href="http://nzinfo.spaces.live.com/blog/cns!67694e0b61e3e8d2!344.entry" target="_blank">http://nzinfo.spaces.live.com/blog/cns!67694e0b61e3e8d2!344.entry</a></

万能的c++漏了点什么吗? 31 May 2012 | 12:02 am

<p>可以说使用c++的过程是一个充满了惊喜的过程,因为常常的,会听说新鲜实用的语言特性,比如,函数重载:</p> <pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background

火热招聘,热烈欢迎加盟上海(结束) 31 May 2012 | 12:01 am

<p class=msonormal style="margin: 0in 0in 0pt"><span><font color=#0000ff><strong>dear xdjm<br>如果您有激情,热烈欢迎加盟。薪资根据您的能力,我们可以协商).</strong></p><p class=msonormal style="margin: 0in 0in 0pt"><font size=6><f

c++sizeof( class) 31 May 2012 | 12:01 am

<pre class="brush: cpp; auto-links: true; collapse: false; first-line: 1; gutter: true; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">#include <iost

c++游戏编程(1) 31 May 2012 | 12:00 am

<p>今天读c++游戏编程其中有一段:</p><p>  "假如有20个不同敌人,5个不同类型的老板,而且本关里需要为每一个敌人调用executeframe()函数一次,则需要跟踪每一个敌人的类型。这意味着需要一个list保存每一种类型的敌人和老板,然后反复遍历这个链表。每当增加一个新类型时,都得记住增加一个链表,然后遍历它,这样做显然太啰嗦了。"</p><p>开始没能理解

c++变量、函数的声明与定义 30 May 2012 | 11:59 pm

<p align="justify"><hr />变量声明的语法:extern int a;<br />函数声明的语法:extern int func1(int length,int width);<br />变量定义的语法:int a;<br />函数定义的语法:int func1(int length,int width){} <br /><hr />下面是一些声明的例子:<br /><fon

【转】c++流格式控制 30 May 2012 | 11:59 pm

<p style="font-family: simsun; line-height: 20px; font-size: 12px; text-align: center;"><span class="apple-style-span" style="font-family: verdana, arial, helvetica, sans-serif; line-height: normal;">

c++ 字符串总结 30 May 2012 | 11:58 pm

<p>c++中可以用三种方式存储字符串:</p><p>1.字符数组</p><p>char str = “hello, world!”;</p><p>char str = {“hello, world!”};二者等价</p><p>(只能在初始化的时候这样写,不能先定义一......

c++ 细节(一)gt关于自定义functor以及重载operator= 30 May 2012 | 11:58 pm

<p><span style="color: #494e54; font-family: 'microsoft yahei', 微软雅黑, tahoma, arial, helvetica, stheiti, sans-serif; line-height: 22px; background-color: #e2e1e1; ">先上代码:</span></p><span styl......

Recently parsed news:

Recent searches: