易截截图软件、单文件、免安装、纯绿色、仅160KB
热门标签: c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 最新文章 : c

这道C/C++有错?

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define MAXCOUNT 2*100
char *transfromation(char *str)
{
    int len = strlen(str);
    char *buf = new char[len + 1];
    char *p = str;
    char *q ......

c/c++类成员函数的传参问题!详细问题求高手解答。。

#include <iostream>
#include <string>
using namespace std;
class Student
{
public:
void get_value()
{cin>>num>>name>>sex;}
void display()
{
cout < <"num:" < <num < <endl;
cout < <"name:" ......

探求出c++、c的知识

      现在有关c++、c的书籍,那些书是较深层次的?请介绍几本?


#include <iostream>
using namespace std;
int funhion(int x, int y )
{
int m,n;
    if(x>=y)
{
m=y;n=x;
}
if(y>x)
{
n=y;m=x;
}
    wh ......

将下面的C#代码转换成C代码,急急急急,万分感谢啊

using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
static double ApplyFuzzyOperation(double a,double b)
{
return Math.Min(a, b);
}

static void Main(string[] args)
{

......

纯C多线程库,像ACE和Boost那样的,有么?

多线程需要操作系统支持,跨平台线程池之类的貌似只有C++的库,有纯C的么?


linux,unix,bsd等平台直接用pthread就可以了,windows比较难对付
gtk+是纯C的,也许可以基于这个封装一个跨平台线程池


要做一个并发控制,要求能同时移植到嵌入式系统和Windows客户端,看来只有用预处理不同版本了

linux/un ......

纯C/C++/java如何实现无限分类树

纯C/C++/java如何实现无限分类树?并且给出查找/添加/修改/删除某结点的方法。
不要长篇的代码,只要实现思路。谢谢!!
http://www.94qing.com/art/DTree.html

http://download.csdn.net/source/581317 C#的
http://download.csdn.net/source/1614433 javascript的
随便用一个改改就行了。

http://topic. ......
总记录数:1754; 总页数:293; 每页6 条; 首页 上一页 [245] [246] [247] [248] 249 [250] [251] [252] [253] [254]  下一页 尾页
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号