文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>在结构体里放 string 是不行的

在结构体里放 string 是不行的

时间:2011-03-16  来源:lxgeek

比如这样:

/* the struct of the node by adjacency-list representation */
typedef struct
{
        /* the name of node */
        string nodename;

        /* the list of each node */
        vector< string > nodelist;

        /* the begin probability of the node */
        vector< float > nodeprob;

} nbnode;
相关阅读 更多 +
排行榜 更多 +
宝宝情商养成宝宝巴士

宝宝情商养成宝宝巴士

休闲益智 下载
燥热手机版

燥热手机版

飞行射击 下载
巨人狙击手安卓版

巨人狙击手安卓版

飞行射击 下载