<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>讨论列表</title>
    <description>讨论列表</description>
    <link>http://community.csdn.net/</link>
    <copyright>Copyright 1998 - 2007 CSDN.NET Inc. All Rights Reserved</copyright>
    <pubDate>Tue, 07 Oct 2008 22:33:15 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>community.csdn.net</generator>
    <item>
      <title>请教C语言基础问题，谢谢！</title>
      <description>观察并简要解释结果：# includeint main(){  int   i= 888888888;  float f= 888888888;  int   j= 2147483647;  prin...</description>
      <link>http://topic.csdn.net/u/20081007/12/e1847f19-c39e-48df-9221-c24d092f458f.html</link>
      <author>A198905011</author>
      <pubDate>Tue, 07 Oct 2008 12:30:43 GMT</pubDate>
    </item>
    <item>
      <title>C 语言的库函数有那些?</title>
      <description>我学习C 语言没有很长的时间.教材上的我能看懂,但是我发现还有很多库函数我见都没见过.哪位大侠能指点一下,有什么资料是关于C语言的库函数的???</description>
      <link>http://topic.csdn.net/u/20081003/14/eddd14e7-ff5e-47a5-a73c-7650ffd3828c.html</link>
      <author>roky123</author>
      <pubDate>Fri, 03 Oct 2008 14:21:50 GMT</pubDate>
    </item>
    <item>
      <title>memcpy</title>
      <description>以下是memcpy的实现[code=C/C++]void memcpy(void* pvTo, void* pvFrom, size_t size) { void* pbTo = (byte*)pvT...</description>
      <link>http://topic.csdn.net/u/20081007/19/92aea89f-941c-4233-a958-e23a4275effc.html</link>
      <author>gesanri</author>
      <pubDate>Tue, 07 Oct 2008 19:06:09 GMT</pubDate>
    </item>
    <item>
      <title>字符串分割二</title>
      <description>(A111)(B22)(C3333)!abcdefg...    左边是一字符串，把 （）内的内容 与 叹号后面的内容 分别放在几个字符串变量中，（）中可能会有！，！后面的内容可能会有（），应该怎么做...</description>
      <link>http://topic.csdn.net/u/20081007/22/e4ec7ec4-7562-4220-9658-6fbb5ee16b19.html</link>
      <author>dttlove_ni</author>
      <pubDate>Tue, 07 Oct 2008 22:03:03 GMT</pubDate>
    </item>
    <item>
      <title>单链表怎么找到从链尾数的第n个节点</title>
      <description>rt</description>
      <link>http://topic.csdn.net/u/20081007/22/4cdb2954-1f7b-4d82-acc9-e3fef0a918fa.html</link>
      <author>dongliang_nuaa</author>
      <pubDate>Tue, 07 Oct 2008 22:22:44 GMT</pubDate>
    </item>
    <item>
      <title>linux下c如何设置系统时间</title>
      <description>有个settimeofday  是用秒设置的没有其它的设置方法了吗？</description>
      <link>http://topic.csdn.net/u/20081007/21/3d5615e8-b1dd-4699-9801-4c61bb650e0d.html</link>
      <author>kemo422</author>
      <pubDate>Tue, 07 Oct 2008 21:38:22 GMT</pubDate>
    </item>
    <item>
      <title>vc++6.0中截获ESC实现退出</title>
      <description>下面是由VC++6.0编译的程序，想通过键盘截获 ESC 键，从而跳过页面1.2，显示“完成测试”功能，但是getch();不知道放在哪里？有没有其他办法实现这个功能，环境 #include#incl...</description>
      <link>http://topic.csdn.net/u/20081007/17/8b2d0a1a-6b0e-44b2-a6cf-c3705b4ac741.html</link>
      <author>mimidog2006</author>
      <pubDate>Tue, 07 Oct 2008 17:27:48 GMT</pubDate>
    </item>
    <item>
      <title>c语言技术交流群4424072</title>
      <description>c语言学习群：4424072大家都来加里边都是高手</description>
      <link>http://topic.csdn.net/u/20081005/23/549254b6-c9ad-4ae6-907b-68622f38d0ff.html</link>
      <author>hyyuanqiang</author>
      <pubDate>Sun, 05 Oct 2008 23:33:04 GMT</pubDate>
    </item>
    <item>
      <title>文件操作</title>
      <description>怎样fopen一个文件后，在fclose之前，该文件不能再被其他程序(fopen)使用，即怎样实现文件独享</description>
      <link>http://topic.csdn.net/u/20081007/17/e05732fc-9d01-485f-8952-30a37e4b4b10.html</link>
      <author>xiaoyuer5222</author>
      <pubDate>Tue, 07 Oct 2008 17:40:39 GMT</pubDate>
    </item>
    <item>
      <title>链表中的结点定义</title>
      <description>struct Node {       int val;       struct Node* next;};typedef struct linknode {   int data;   struc...</description>
      <link>http://topic.csdn.net/u/20081007/17/5ec10447-4484-4182-be33-c75b05fdfb28.html</link>
      <author>gesanri</author>
      <pubDate>Tue, 07 Oct 2008 17:25:29 GMT</pubDate>
    </item>
    <item>
      <title>高分请教Linux下串口编程问题。只能发送数据，不能接收。</title>
      <description>症状如题，详细如下返回值总是小于零。主要代码如下fd = open("/dev/ttyS0",O_RDWR|O_NOCTTY|O_NDELAY);set_speed(fd,9600);set_pari...</description>
      <link>http://topic.csdn.net/u/20081007/17/a2dca039-f1e8-4e91-b66c-e484ac74165b.html</link>
      <author>yang_dk</author>
      <pubDate>Tue, 07 Oct 2008 17:41:32 GMT</pubDate>
    </item>
    <item>
      <title>一道趣味题，大家试试看啊</title>
      <link>http://topic.csdn.net/u/20080927/09/4edbcc85-f8aa-4c07-8678-c74560f73a2f.html</link>
      <author>aaajj</author>
      <pubDate>Sat, 27 Sep 2008 17:45:07 GMT</pubDate>
    </item>
    <item>
      <title>帮助：一道09年百度东北大学校园招聘会考题</title>
      <description>把一个很长的字符串字分解出来，并统计字的词频。字的概念是这样定义的：要么是连续的字母，长度最长为31，要们是连续的数字，字长最长为31，要们是一个单独的汉字。例如字符串为：abcabddddaddld...</description>
      <link>http://topic.csdn.net/u/20080930/09/569e0ffb-a87c-4cd6-9d54-a1f2fc425225.html</link>
      <author>gaoliang0807</author>
      <pubDate>Tue, 30 Sep 2008 09:10:31 GMT</pubDate>
    </item>
    <item>
      <title>C语言的指针的问题，我老是搞不懂，有什么书？</title>
      <description>谁有C语言指针相关的书籍，给推荐一下啊？</description>
      <link>http://topic.csdn.net/u/20081006/20/7f11582a-f7a9-40ae-9b84-4490aa3de3d9.html</link>
      <author>linux2002dos</author>
      <pubDate>Mon, 06 Oct 2008 20:32:46 GMT</pubDate>
    </item>
    <item>
      <title>求BGI Error:Graphics not initialized (use 'initgraph')问题的具体解决方法</title>
      <description>图形函数 求BGI Error:Graphics not initialized (use 'initgraph')问题的具体解决方法照百度所说的在什么目录下输入命令。。可是我的Dos没那几个命令。。...</description>
      <link>http://topic.csdn.net/u/20081007/20/09c0b6f4-6b76-4ae3-8381-947c37c8c6b0.html</link>
      <author>windylcx</author>
      <pubDate>Tue, 07 Oct 2008 20:02:09 GMT</pubDate>
    </item>
    <item>
      <title>C++获取天气预报的问题</title>
      <description>这是我在网上下载的参考代码，如下：运行结果却不正确，不知哪里有问题，请高手指点一二#include#include#include#include#pragma comment(lib,"ws2_32...</description>
      <link>http://topic.csdn.net/u/20081007/20/b31082e2-77ce-4317-aa2f-d3a13764e93a.html</link>
      <author>laobingyouzi</author>
      <pubDate>Tue, 07 Oct 2008 20:20:36 GMT</pubDate>
    </item>
    <item>
      <title>求助：帮忙修改这个程序</title>
      <description>// mm.cpp : Defines the entry point for the console application.//#include "stdafx.h"/*  HELLO.C -- ...</description>
      <link>http://topic.csdn.net/u/20081007/00/7e2994e9-5317-431e-9f0a-6aae8bba5530.html</link>
      <author>zhenlu_123</author>
      <pubDate>Tue, 07 Oct 2008 00:41:44 GMT</pubDate>
    </item>
    <item>
      <title>退出程序</title>
      <description>我想在我的程序中随时输入Esc时就可以退出程序,怎么做啊?要调用什么头文件?</description>
      <link>http://topic.csdn.net/u/20081006/22/a586f589-c5ef-462a-a22a-036035582429.html</link>
      <author>wangyazhuo</author>
      <pubDate>Mon, 06 Oct 2008 22:21:30 GMT</pubDate>
    </item>
    <item>
      <title>C++快速排序</title>
      <description>#include#include#includeusing namespace std;void quicksort(vector&amp;data, int low, int high);  //快速排序v...</description>
      <link>http://topic.csdn.net/u/20081007/09/e19cad95-a9aa-4b5d-8c82-a3984407cfa7.html</link>
      <author>kisf_soft</author>
      <pubDate>Tue, 07 Oct 2008 09:05:22 GMT</pubDate>
    </item>
    <item>
      <title>求"输入算式,按回车就得到答案的代码"的方法</title>
      <description>就是输入一个算式,连同符号一起输入,只是简单的四则运算(+-*/)就行了,比如输入"1+2-6/2*45"按ENTER就得到答案,求写这个代码的思路,能给出代码那更好,谢谢</description>
      <link>http://topic.csdn.net/u/20081006/22/dfe45ff8-25a2-4558-8377-747fa13f9828.html</link>
      <author>a1234567yang</author>
      <pubDate>Mon, 06 Oct 2008 22:03:01 GMT</pubDate>
    </item>
    <item>
      <title>急急急，一上C语言内存问题</title>
      <description>int *a[3][4]请问a这个变量在内存中占多少字节为什么？和int a[3][4]有什么区别在线等，谢谢！！！！</description>
      <link>http://topic.csdn.net/u/20081006/22/bca5667a-6ce2-41d4-883b-ad379a1d8d15.html</link>
      <author>ITbirdman</author>
      <pubDate>Mon, 06 Oct 2008 22:54:01 GMT</pubDate>
    </item>
    <item>
      <title>一个INT在内存由低到高为0102aa32，该数是？</title>
      <description>一个INT在内存由低到高为0102aa32，该数是？跟堆栈地址排序有关系吗？</description>
      <link>http://topic.csdn.net/u/20081006/22/870c026d-db71-4098-9007-d93765993a48.html</link>
      <author>dutysmart</author>
      <pubDate>Mon, 06 Oct 2008 22:26:02 GMT</pubDate>
    </item>
    <item>
      <title>图形学算法如何实现？</title>
      <description>不用vc,tc,c++ builder等等，只用gcc。算法都知道，就是不知道该怎么实现。怎么填充一个像素点？不用。opengl?这是一个困扰了很久的问题，再搞不明白就要发疯了。</description>
      <link>http://topic.csdn.net/u/20081007/14/845d6647-600a-48bf-92d3-2c53b037a885.html</link>
      <author>J_X_Q</author>
      <pubDate>Tue, 07 Oct 2008 14:59:26 GMT</pubDate>
    </item>
    <item>
      <title>损坏的jpeg文件能不能修复及显示出来？</title>
      <description>我用相机照了照片，是XD卡的，可是过两天显示错误的文件。。不知道损坏的jpeg文件能不能修复及显示出来。</description>
      <link>http://topic.csdn.net/u/20081007/14/97bab418-a10d-4dc8-adbf-548c937db4ca.html</link>
      <author>paulkim</author>
      <pubDate>Tue, 07 Oct 2008 14:30:15 GMT</pubDate>
    </item>
    <item>
      <title>关于Sizeof</title>
      <description>大家知道，char acStr[10];char* const pStr = acStr;sizeof（acStr）的结果是10；但是如果将acStr传入这个函数中的时候，void func(char...</description>
      <link>http://topic.csdn.net/u/20081007/11/1f9d2ef3-cc8b-48ac-9e8f-646b628edf11.html</link>
      <author>lbjfeng</author>
      <pubDate>Tue, 07 Oct 2008 11:27:10 GMT</pubDate>
    </item>
    <item>
      <title>损坏的jpeg文件能不能修复及显示出来？</title>
      <description>我用相机照了照片，是XD卡的，可是过两天显示错误的文件。。不知道损坏的jpeg文件能不能修复及显示出来。</description>
      <link>http://topic.csdn.net/u/20081007/14/46f0f5ca-410e-43df-8686-df56c386c905.html</link>
      <author>paulkim</author>
      <pubDate>Tue, 07 Oct 2008 14:33:30 GMT</pubDate>
    </item>
    <item>
      <title>一道C面试题</title>
      <description>全局变量 int (*myf)(int a) = my_Fun, my_Fun是全局函数	myf保存在( ), 指向的内容在( )   函数内:static int a = 0; char *p = ...</description>
      <link>http://topic.csdn.net/u/20081001/01/0b9919a9-c289-43ca-80f5-25538605abb4.html</link>
      <author>szutyang</author>
      <pubDate>Wed, 01 Oct 2008 01:59:15 GMT</pubDate>
    </item>
    <item>
      <title>高分求救关于iso文件操作（相关技术文档也可以）</title>
      <description>我想编程实现从iso文件中提取数据，找不到相关的文档和api，那位大哥知道，麻烦指点指点。不胜感激！</description>
      <link>http://topic.csdn.net/u/20081007/11/1707048f-fcca-4d39-b99a-8129e14b171b.html</link>
      <author>redflagzhq</author>
      <pubDate>Tue, 07 Oct 2008 11:26:25 GMT</pubDate>
    </item>
    <item>
      <title>帮我看看</title>
      <description>递归函数invert(int a[]，int k)将指定数组中的前k个元素逆置。[函数3．2]void invert(int a[] , int k);{ 　int t;　if ( ___(4)___...</description>
      <link>http://topic.csdn.net/u/20081006/23/674dc6fc-4bd8-4aae-97c9-a3de1538c1e8.html</link>
      <author>hotzhml</author>
      <pubDate>Mon, 06 Oct 2008 23:04:43 GMT</pubDate>
    </item>
    <item>
      <title>c语言中如何在具体的地址中写入数据</title>
      <description>如题比如在地址0xffff中写数据AA</description>
      <link>http://topic.csdn.net/u/20081007/18/c6837b19-c1af-4cf5-bbb6-b158371e844e.html</link>
      <author>chengweiguang</author>
      <pubDate>Tue, 07 Oct 2008 18:07:37 GMT</pubDate>
    </item>
    <item>
      <title>求教windows 二进制执行文件(EXE的,其它暂不说,如果说的话更好)的格式，系统是如何读取这指令文件的呢？高级篇！！！！！！</title>
      <description>在win 32位系统里面是如何读取二进制执行文件的呢？二进制EXE文件的文件格式是怎么样的呢？有什么好的方法改写二进制执行文件呢？请列出一个例子可以吗？谢谢万分。</description>
      <link>http://topic.csdn.net/u/20081007/15/af9e49bf-41cb-406c-a958-6f47729794ac.html</link>
      <author>garping</author>
      <pubDate>Tue, 07 Oct 2008 15:51:00 GMT</pubDate>
    </item>
    <item>
      <title>求资源</title>
      <description>刚编完了c语言经典100例，想找些新的程序来练手，巩固下理论，大家提供些网站吧</description>
      <link>http://topic.csdn.net/u/20081007/11/0db5e0eb-8d12-416e-8b7b-fd1943e4da11.html</link>
      <author>gesanri</author>
      <pubDate>Tue, 07 Oct 2008 11:14:17 GMT</pubDate>
    </item>
    <item>
      <title>关于ASCII控制符的显示问题</title>
      <description>#include int main(void){  const char *const green = "\033[0;40;32m";  const char *const normal = "\0...</description>
      <link>http://topic.csdn.net/u/20081007/15/91643c77-5087-4e9a-8718-724b74633c72.html</link>
      <author>moshiyu</author>
      <pubDate>Tue, 07 Oct 2008 15:16:41 GMT</pubDate>
    </item>
    <item>
      <title>指针的优点是什么？</title>
      <link>http://topic.csdn.net/u/20070519/15/e2151956-b011-4a3a-9bf1-2707609dc15a.html</link>
      <author>xdenny</author>
      <pubDate>Sat, 19 May 2007 23:11:41 GMT</pubDate>
    </item>
    <item>
      <title>讨论下 float范围</title>
      <description>书上说范围是-3.4*10^-38～3.4*10^38可是浮点是分底数＆指数的。底数一般是25，2^25 - 1=33554431若数据是33554430，则不会变动，如果是33554431到3355...</description>
      <link>http://topic.csdn.net/u/20081007/11/d51fa0bc-484d-42d3-8b5f-726ee48231e9.html</link>
      <author>fengzairenjian</author>
      <pubDate>Tue, 07 Oct 2008 11:12:04 GMT</pubDate>
    </item>
    <item>
      <title>有个数组的问题，我是初学者，大大帮帮忙！</title>
      <description>由键盘输入一个整数X，将X插入到有序整型数a中，使数组a仍然有序，然后输出数组a。已知int a[11]={1,5,9,10,16,21,27,35,46,60}下面的程序是我自己写的，程序只能做到把...</description>
      <link>http://topic.csdn.net/u/20081007/15/da263b66-4493-4ea4-b6e0-bbc415527370.html</link>
      <author>as36160686</author>
      <pubDate>Tue, 07 Oct 2008 15:42:07 GMT</pubDate>
    </item>
    <item>
      <title>linux驱动 问我能看懂电路图不</title>
      <description>面试考官问我 能看懂电路图不 由于我纯软件出身 ，问问各位大侠美女，改如何从电路的基基础搞定它，最好能给我介绍几本书，要从电路的最最基础的东西搞起。。。</description>
      <link>http://topic.csdn.net/u/20081006/15/d55d41f2-c756-440f-962d-bbbcf672929e.html</link>
      <author>hkstongxingzheng</author>
      <pubDate>Mon, 06 Oct 2008 15:46:34 GMT</pubDate>
    </item>
    <item>
      <title>昨天读了《编程珠玑》</title>
      <description>前天买了《珠玑编程》，昨天读了三章，暂时不想读了。什么叫创新？这才叫。令人拍案叫绝，看这本能受到启发，但是想自己发明创造，这本书显然不够。感觉最底层还是数学。中国的学校教育，只能称为垃圾。想学《具体数...</description>
      <link>http://topic.csdn.net/u/20081001/12/1ce2ad84-c4c0-421d-9130-ec56171e8cac.html</link>
      <author>yshuise</author>
      <pubDate>Wed, 01 Oct 2008 12:35:21 GMT</pubDate>
    </item>
    <item>
      <title>undefined   reference   to   `sqlcxt',各位大侠，这是什么问题啊，帮忙看一下</title>
      <description>如题，是什么问题啊，请大家给看一下吧</description>
      <link>http://topic.csdn.net/u/20081007/13/cd6e9e14-1d7f-4d32-9fe0-4a484fa46559.html</link>
      <author>pingzi_1119</author>
      <pubDate>Tue, 07 Oct 2008 13:10:25 GMT</pubDate>
    </item>
    <item>
      <title>程序不能运行呢</title>
      <description>我要运行的程序是关于Bresenham算法程序如下：#include"dos.h"#include"bios.h"#include"math.h"void mode(int mode_code);vo...</description>
      <link>http://topic.csdn.net/u/20081007/14/491f412c-9655-4184-a104-31113a111581.html</link>
      <author>llnn1988</author>
      <pubDate>Tue, 07 Oct 2008 14:28:19 GMT</pubDate>
    </item>
    <item>
      <title>跪求libnet高手，我要模拟主干网络上的网络流，进行发包，但不是很懂，跪求libnet高手，要求实现tcp流，模拟10000000条tcp连接，谢谢，我的qq：93758284，定重谢</title>
      <description>跪求libnet高手，我要模拟主干网络上的网络流，进行发包，但不是很懂，跪求libnet高手，要求实现tcp流，模拟10000000条tcp连接，谢谢，我的qq：93758284，定重谢</description>
      <link>http://topic.csdn.net/u/20081006/11/b3d6b871-5eab-48a8-bea6-b0f89cdb6e9a.html</link>
      <author>brianzhao323</author>
      <pubDate>Mon, 06 Oct 2008 11:23:11 GMT</pubDate>
    </item>
    <item>
      <title>C语言程序求助。。四则运算问题，及5*5矩阵问题</title>
      <description>1、输入两个数据，再点击菜单，选择要进行的运算，并将结果输出，菜单a，s，m，d，M分别对应+，-，*，、，%运算。 main函数中的工作是输入x，y，switch语句调用add,sub,muti,d...</description>
      <link>http://topic.csdn.net/u/20081006/17/4e737064-d7c5-41ee-9706-d76390f04248.html</link>
      <author>wandingwei</author>
      <pubDate>Mon, 06 Oct 2008 17:27:43 GMT</pubDate>
    </item>
    <item>
      <title>想问一个C语言fopen的问题</title>
      <description>C语言fopen在使用的时候我想放在函数中使用，但是问题出现了。int readfile(char *s1){        FILE *fp;	if((fp=fopen(s1,"rt"))==NUL...</description>
      <link>http://topic.csdn.net/u/20081007/10/67b3373c-5656-45fa-a388-056c26ec527f.html</link>
      <author>thoreau_zzy</author>
      <pubDate>Tue, 07 Oct 2008 10:24:01 GMT</pubDate>
    </item>
    <item>
      <title>error C2059: syntax error : '&lt;class-head&gt;'</title>
      <description>  c:\xx264\bs.h(31) : error C2059: syntax error : ''这是出错的地方typedef struct{    uint8_t *p_start;    u...</description>
      <link>http://topic.csdn.net/u/20081006/17/2e2f09b1-d522-4fe3-a885-cfb392487074.html</link>
      <author>uiop9900</author>
      <pubDate>Mon, 06 Oct 2008 17:33:50 GMT</pubDate>
    </item>
    <item>
      <title>proc中的execute into</title>
      <description>要如何编译才能让proc中使用execute into 语句。</description>
      <link>http://topic.csdn.net/u/20081007/10/e2f53a56-eba6-4d22-89ee-a0dd335dd5c0.html</link>
      <author>zhufuchun</author>
      <pubDate>Tue, 07 Oct 2008 10:25:27 GMT</pubDate>
    </item>
    <item>
      <title>对串行数据结构有疑问?</title>
      <description>[img=c:\1.jpg][/img]如图,上面的-8.7654321×10^2 其接受字节次序为:21,43,65,87,82.其中82是怎么来的 ,根它的说明不一样,是说明书印错了吗?</description>
      <link>http://topic.csdn.net/u/20081007/10/8796cfd9-641a-4368-b7fb-0218cffae0b3.html</link>
      <author>qiu5208</author>
      <pubDate>Tue, 07 Oct 2008 10:47:30 GMT</pubDate>
    </item>
    <item>
      <title>Linux 环境下的多核调试免费培训讲座火热报名中！</title>
      <link>http://topic.csdn.net/u/20080924/09/dba05a6f-4b42-43f0-9c0b-542ce6bccc6c.html</link>
      <author>xlsoft1983</author>
      <pubDate>Wed, 24 Sep 2008 17:58:07 GMT</pubDate>
    </item>
    <item>
      <title>关于turbo c++安装之后的问题</title>
      <description>我刚帮同学安装上Turbo C++，安装好之后，每当我点击tc.exe时他的显示器屏幕马上黑屏一下就退出了；  我用我同样的方法 在自己的机子装没问题  个位高手有没有遇到这样的问题啊  其他我好几个...</description>
      <link>http://topic.csdn.net/u/20081007/00/66f717d4-908c-4743-99af-a102b508c2f7.html</link>
      <author>zhaomeng1123</author>
      <pubDate>Tue, 07 Oct 2008 00:01:47 GMT</pubDate>
    </item>
    <item>
      <title>scanf之后，gets为什么不要求从键盘输入数据？</title>
      <description>下面是二叉树的建立，以及遍历的程序：运行后界面如下，提示输入1后，输入：1,A 2,B 0,#回车后，为什么把提示操作打印了2次？应该只打印1次后等待键盘输入。跟踪下发现回车后，s字符串为空。//运行...</description>
      <link>http://topic.csdn.net/u/20081006/17/0f135d1c-6235-488b-a640-c3d19cab0d8a.html</link>
      <author>simon137</author>
      <pubDate>Mon, 06 Oct 2008 17:20:36 GMT</pubDate>
    </item>
    <item>
      <title>c语言的延时</title>
      <link>http://topic.csdn.net/u/20070829/22/395bb3ee-a157-4f64-9687-38463851eb7e.html</link>
      <author>lcy5211</author>
      <pubDate>Thu, 30 Aug 2007 06:16:11 GMT</pubDate>
    </item>
    <item>
      <title>tuxedo 调用 iconv 函数 coredump 的问题！！！  </title>
      <link>http://topic.csdn.net/u/20080911/17/11eaf9c9-94de-44e3-936b-fabc36684989.html</link>
      <author>qinleo</author>
      <pubDate>Fri, 12 Sep 2008 01:33:31 GMT</pubDate>
    </item>
    <item>
      <title>makefile for linux</title>
      <description>/comlib/src-----------里面有个tty1.c(是一个包含main的运用主函数)/comlib/libsrc--------里面有个time.c/comlib/include----...</description>
      <link>http://topic.csdn.net/u/20081007/00/280b248f-9b42-45ae-b69c-a786ad97c3c0.html</link>
      <author>jqx_ah</author>
      <pubDate>Tue, 07 Oct 2008 00:50:45 GMT</pubDate>
    </item>
    <item>
      <title>TC和VC的优缺点</title>
      <description>本人以前看书用TC2.0现在想用VC6.0合适吗</description>
      <link>http://topic.csdn.net/u/20081004/19/1888fbe8-73be-410b-a9e6-a8d835f17a7a.html</link>
      <author>a307871404</author>
      <pubDate>Sat, 04 Oct 2008 19:48:34 GMT</pubDate>
    </item>
    <item>
      <title>如何在VISUAL studio 2008中写标准的C语言！ 看过其他人的类似问题，但是仍然不能解决！求助！</title>
      <description> 请问 在visual studio 里怎么编写C程序，还有编译和运行!我刚开始学C，机器是VISTA的，turbo c 不兼容。请那位帮帮忙，告诉一下方法！只需要能正常编写和编译，运行C就好了！我看...</description>
      <link>http://topic.csdn.net/u/20081007/00/66628e08-a1b3-4535-8e99-5a7e8d8639de.html</link>
      <author>totefeng</author>
      <pubDate>Tue, 07 Oct 2008 00:19:06 GMT</pubDate>
    </item>
    <item>
      <title>数组变量不能作为初值赋给指针数组吗？请大侠指点！</title>
      <description>数组变量不能作为初值赋给指针数组吗？请大侠指点！unsigned char xdata font_000[]={ //(null)0x00,0x00,0x00,0x00,0x00,0x00,0x00,...</description>
      <link>http://topic.csdn.net/u/20081006/10/3a140200-e75c-455b-a631-3870cfee54b7.html</link>
      <author>LIJIE_6618</author>
      <pubDate>Mon, 06 Oct 2008 10:39:07 GMT</pubDate>
    </item>
    <item>
      <title>基于PC机间串口通信的C语言编程 </title>
      <description>从来就没有接触过用C语言来开发两台PC机间串口的通信,谁有这方面的资料啊?有什么好的网站是介绍这方面的?请告诉我啊!谢谢了.</description>
      <link>http://topic.csdn.net/u/20081007/09/08505cea-d657-4f9b-9631-9fbb067a082d.html</link>
      <author>lingmeiwen</author>
      <pubDate>Tue, 07 Oct 2008 09:12:25 GMT</pubDate>
    </item>
    <item>
      <title>谁熟悉windows窗口</title>
      <description>   Windows系统本身是一个消息系统，消息传递是其核心。事实上,Windows窗口上所有对象(包括菜单、按钮、文本框等等)都是窗口，它们都有自己的句柄。通过向这些窗口对象发送鼠标点击消息来实现鼠...</description>
      <link>http://topic.csdn.net/u/20080929/01/fcc874eb-97c1-4a2d-ab39-c5203b88fa54.html</link>
      <author>zhiwen_hu</author>
      <pubDate>Mon, 29 Sep 2008 01:18:18 GMT</pubDate>
    </item>
    <item>
      <title>关于字库</title>
      <description>我想问问.如果用矢量字库显示德文是怎么显示的在内存中如何得到.为什么WINDOWS中有些矢量字库拷贝出来文件名是大写的.我就画不出来字.小写的文件名就可以类</description>
      <link>http://topic.csdn.net/u/20081006/10/3a2a4101-e7bb-4907-b98e-34d4e701b556.html</link>
      <author>pear_o_</author>
      <pubDate>Mon, 06 Oct 2008 10:31:46 GMT</pubDate>
    </item>
    <item>
      <title>基于PC机间串口通信的C语言编程</title>
      <description>从来就没有接触过用C语言来开发两台PC机间串口的通信,谁有这方面的资料啊?有什么好的网站是介绍这方面的?请告诉我啊!谢谢了.</description>
      <link>http://topic.csdn.net/u/20081007/09/67f421cc-531c-4443-9bb8-6db9fd2002c5.html</link>
      <author>wangxiaowen2005</author>
      <pubDate>Tue, 07 Oct 2008 09:07:10 GMT</pubDate>
    </item>
    <item>
      <title>visual 编译C以后  显示运行结果类似于DOS的窗口怎么不消失?</title>
      <description>我的那个程序 最后是要输出 welcome 结果只是闪了一下，那个类似于DOS的窗口马上就消失了！然后我写了个SCANF语句，DOS窗口在我输入后又立即消失了，怎么能让它不消失呢？谢谢！</description>
      <link>http://topic.csdn.net/u/20081007/08/c8b422ee-8eb7-43e0-b45c-7cbc2d1b7be7.html</link>
      <author>totefeng</author>
      <pubDate>Tue, 07 Oct 2008 08:52:08 GMT</pubDate>
    </item>
    <item>
      <title>一个关于线性表排序的问题，请大家帮忙！</title>
      <description>1. 试分别以不同的存储结构实现线性表的就地逆置算法，即在原表的存储空间将线性表（a1, a2..., an）逆置为（an, an-1,..., a1）。（1） 以一维数组作存储结构，设线性表存于a[...</description>
      <link>http://topic.csdn.net/u/20081006/23/2db7d6dd-8a2f-40ac-b32a-bb3c4e6476a7.html</link>
      <author>wei4571711</author>
      <pubDate>Mon, 06 Oct 2008 23:17:12 GMT</pubDate>
    </item>
    <item>
      <title>C is about as low level as programming gets without dipping into assembly.</title>
      <description>翻译一下，各位费心了</description>
      <link>http://topic.csdn.net/u/20081006/22/16c07b54-06b0-4748-a91b-8c475b6e028c.html</link>
      <author>name61</author>
      <pubDate>Mon, 06 Oct 2008 22:45:51 GMT</pubDate>
    </item>
    <item>
      <title>C,C++,C#是属于函数式语言吗？</title>
      <description>C,C++,C#究竟是不是属于函数式语言？</description>
      <link>http://topic.csdn.net/u/20081006/22/c7967a9c-3bb1-4a6e-b737-c885d89105fa.html</link>
      <author>zhiwen_hu</author>
      <pubDate>Mon, 06 Oct 2008 22:58:10 GMT</pubDate>
    </item>
    <item>
      <title>关于函数调用时，用户栈的变化</title>
      <description>源码[code=C/C++]#include #define __va_rounded_size(TYPE) \	(((sizeof(TYPE)+sizeof(int)-1)/sizeof(int))...</description>
      <link>http://topic.csdn.net/u/20081006/17/4276092c-5657-4264-bede-85f3991c2afc.html</link>
      <author>hmsuccess</author>
      <pubDate>Mon, 06 Oct 2008 17:31:34 GMT</pubDate>
    </item>
    <item>
      <title>ORA-1405和游标的问题</title>
      <link>http://topic.csdn.net/u/20080925/18/8562ca4c-9d72-4059-bffb-d45c0f3d0713.html</link>
      <author>ilwmin</author>
      <pubDate>Fri, 26 Sep 2008 02:05:20 GMT</pubDate>
    </item>
    <item>
      <title>听说是csdn的bug</title>
      <description>看看这个图像链接http://profile.csdn.net/my/1.jpg [img=http://profile.csdn.net/my/1.jpg ][/img]</description>
      <link>http://topic.csdn.net/u/20080930/19/3262c23c-5420-4f96-9ab1-9daae312d7df.html</link>
      <author>aaajj</author>
      <pubDate>Tue, 30 Sep 2008 19:06:54 GMT</pubDate>
    </item>
    <item>
      <title>(++a) += (a++)的问题</title>
      <description>#include#include//#includeint main(){	int a = 4;	(++a) += (a++);	cout &lt;&lt; a &lt;&lt; endl;	return 0;}答案为什么是...</description>
      <link>http://topic.csdn.net/u/20081004/22/6c4dac53-820a-4e31-a0f9-7cec3a3e47b6.html</link>
      <author>jk_kingstone</author>
      <pubDate>Sat, 04 Oct 2008 22:28:20 GMT</pubDate>
    </item>
    <item>
      <title>关于线性表的程序设计</title>
      <description>建立包含abcde的顺序表，在c后插入一个f，删除d，打印顺序表，写出程序的框架代码，包括：头文件，表结构定义，常量定义，设计上述函数的调用顺序及参数帮忙把这个程序设计题做一下啦~~~~谢谢~~~~！</description>
      <link>http://topic.csdn.net/u/20081006/15/8453c42b-078b-4445-8da1-af8d6f6663e4.html</link>
      <author>xzq520</author>
      <pubDate>Mon, 06 Oct 2008 15:12:36 GMT</pubDate>
    </item>
    <item>
      <title>[考考你的眼力]超级简单的C源代码无法编译的原因？？？</title>
      <link>http://topic.csdn.net/u/20080416/13/8295cb98-874b-4675-96c6-c5ec2211072b.html</link>
      <author>vsoon</author>
      <pubDate>Wed, 16 Apr 2008 21:47:49 GMT</pubDate>
    </item>
    <item>
      <title>请问怎样才能看到结果？</title>
      <description>#include "stdio.h"#include "math.h"#include "conio.h"float jcws(long n){ if(n==1)return 0;   return	...</description>
      <link>http://topic.csdn.net/u/20081004/23/e40dc210-3061-4b87-86c2-5dca83e32745.html</link>
      <author>dongyangxiaomasheng</author>
      <pubDate>Sat, 04 Oct 2008 23:21:58 GMT</pubDate>
    </item>
    <item>
      <title>一个步进电机的程序问题</title>
      <link>http://topic.csdn.net/u/20080917/10/68eebce0-1a83-462f-9417-c96c11aee77b.html</link>
      <author>kyng17</author>
      <pubDate>Wed, 17 Sep 2008 18:57:07 GMT</pubDate>
    </item>
    <item>
      <title>多重指针动态分配内存 </title>
      <description>多重指针怎样动态分配内存？如 int**p；用malloc怎样分？又如int****p等 ？谢谢各位高手 </description>
      <link>http://topic.csdn.net/u/20081002/15/f545dbac-90ee-4099-a846-f0bfde7e0783.html</link>
      <author>chaoren2</author>
      <pubDate>Thu, 02 Oct 2008 15:38:28 GMT</pubDate>
    </item>
    <item>
      <title>改下程序</title>
      <description>，要把第一杀人奖1000,掉钱不大于1000,金钱上限30000,用刀杀人奖15000</description>
      <link>http://topic.csdn.net/u/20081005/21/f5586547-2741-4035-bc53-0b88c3c93d81.html</link>
      <author>congcong520</author>
      <pubDate>Sun, 05 Oct 2008 21:09:39 GMT</pubDate>
    </item>
    <item>
      <title>最近遇到写的一段FTP代码,在不同的客户机上面会出现故障,但是注销该用户重建一个就行了,谁遇到过?</title>
      <link>http://topic.csdn.net/u/20080916/16/43aea8ba-bfa7-4bf4-9f7c-f8bd4c5564ab.html</link>
      <author>dykiss</author>
      <pubDate>Wed, 17 Sep 2008 00:39:00 GMT</pubDate>
    </item>
    <item>
      <title>VS2005工程</title>
      <description>在VS2005里面有个PROJECT的菜单。里面有个条目是EXCLUDE FROM PROJECT，点击了它会怎么样？我点几次了。好象我的文件就关闭了。而且编译也通不过了。我不知道我该怎么恢复我的工程...</description>
      <link>http://topic.csdn.net/u/20081006/16/65befe14-bf55-4071-9473-cf1d243b596a.html</link>
      <author>chunan4comeon</author>
      <pubDate>Mon, 06 Oct 2008 16:17:49 GMT</pubDate>
    </item>
    <item>
      <title>C语言初学画图</title>
      <description>比如说，我有一个二维数组0001001001001000最后是1的地方要画出一条斜线改怎么做？我用的是codeblocks下的GCC。</description>
      <link>http://topic.csdn.net/u/20081005/16/524d3c33-14d7-443e-b417-876bb4db2b92.html</link>
      <author>novice2008</author>
      <pubDate>Sun, 05 Oct 2008 16:00:25 GMT</pubDate>
    </item>
    <item>
      <title>谁熟悉即时通信服务器jabber2.x。。请进来看看~~</title>
      <link>http://topic.csdn.net/u/20080927/09/f2132043-6852-41e8-8ee2-e70e074b93d7.html</link>
      <author>lala_benben</author>
      <pubDate>Sat, 27 Sep 2008 17:48:50 GMT</pubDate>
    </item>
    <item>
      <title>无符号整型转字符串问题</title>
      <description>pIeTraceHandle-&gt;ulInterfaceHandle的定义为VOS_UINT32(4字节无符号整型)调用VOS_nsprintf，将pIeTraceHandle-&gt;ulInterface...</description>
      <link>http://topic.csdn.net/u/20081006/15/88dc852e-53c6-41c5-aec0-6e533386850d.html</link>
      <author>chriccs</author>
      <pubDate>Mon, 06 Oct 2008 15:55:51 GMT</pubDate>
    </item>
    <item>
      <title>child1=fork();   child2=fork(); fork两次的话 一共建了多少个进程出来</title>
      <description>child1=fork();   child2=fork(); fork两次的话 一共建了多少个进程出来哪位能详细说明下下面的代码么[code=C/C++]#include#include#inclu...</description>
      <link>http://topic.csdn.net/u/20081006/00/fb40d866-f4f4-46dd-ab90-c361791722c2.html</link>
      <author>microxdd</author>
      <pubDate>Mon, 06 Oct 2008 00:10:39 GMT</pubDate>
    </item>
    <item>
      <title>蓝屏提示unloaded_without_cancelling_pending_operations，driver程序的一个问题：</title>
      <description>驱动编程，频繁蓝屏~~提示unloaded_without_cancelling_pending_operations。SSDT HOOK。我在应用程序里钩了“NtCreateFile”，查了一下：在...</description>
      <link>http://topic.csdn.net/u/20081006/12/06e046b6-4a22-4130-a729-60b10a57d4b1.html</link>
      <author>happy_baby_me</author>
      <pubDate>Mon, 06 Oct 2008 12:08:44 GMT</pubDate>
    </item>
    <item>
      <title>关于资源管理器的问题</title>
      <description>   使用VS2005下的WIN32 建一个PROJECT,来实现资源管理器的功能，只需要实现窗口图标显示，不需要左边的那种树形目录结构。请问在窗口绘制完成后的前提下，回调函数部分需要调用哪些API....</description>
      <link>http://topic.csdn.net/u/20081006/15/f8e8090a-aed4-4672-92a5-54aedc6a0a3d.html</link>
      <author>VIGOSS_WAN</author>
      <pubDate>Mon, 06 Oct 2008 15:02:14 GMT</pubDate>
    </item>
    <item>
      <title>我的资源下载，不容错过！</title>
      <description>下载网址是：http://drq6772.download.csdn.net/以后会陆续上传一些经典的书籍，希望大家资源共享，互相学习，共同进步啊！</description>
      <link>http://topic.csdn.net/u/20081002/14/a35f49ed-8c85-4294-9ad8-187c5ac46518.html</link>
      <author>drq6772</author>
      <pubDate>Thu, 02 Oct 2008 14:51:52 GMT</pubDate>
    </item>
    <item>
      <title>请教一下，在c中调用fortran的subroutine，但是编译c文件的时候不能通过</title>
      <description>fortran文件如下：randomnum.f90--------------------------------------------------------------------      s...</description>
      <link>http://topic.csdn.net/u/20081006/11/b005297c-9af0-45a9-b539-f01a5a4966e5.html</link>
      <author>william0218</author>
      <pubDate>Mon, 06 Oct 2008 11:33:02 GMT</pubDate>
    </item>
    <item>
      <title>windows网络编程怎么学</title>
      <description>大家好，我现在学习一本英文版的windows网络编程。由于现在韩国留学，中文书籍没有，又是第一次接触这方面知识，刚开始看英文教材很吃力，请问怎么着手学习它，里面的代码太难了，那些部分该着重研究呢。谢谢...</description>
      <link>http://topic.csdn.net/u/20081006/10/884073bb-238d-4c3f-a601-bb64d1b330b9.html</link>
      <author>unit2</author>
      <pubDate>Mon, 06 Oct 2008 10:27:38 GMT</pubDate>
    </item>
    <item>
      <title>跪求libnet高手</title>
      <description>跪求libnet高手跪求libnet高手，我要模拟主干网络上的网络流，进行发包，但不是很懂，跪求libnet高手，要求实现tcp流，模拟10000000条tcp连接，谢谢，我的qq：93758284，...</description>
      <link>http://topic.csdn.net/u/20081006/11/ddd7e85a-34c1-4ea1-910a-f8cb1d159d7b.html</link>
      <author>brianzhao323</author>
      <pubDate>Mon, 06 Oct 2008 11:22:39 GMT</pubDate>
    </item>
    <item>
      <title>WS—TICK</title>
      <link>http://topic.csdn.net/u/20080917/15/218c97f9-9589-43f2-b55d-d4ed83bee30c.html</link>
      <author>chunan4comeon</author>
      <pubDate>Wed, 17 Sep 2008 23:49:52 GMT</pubDate>
    </item>
    <item>
      <title>问一个eomniORB的问题</title>
      <link>http://topic.csdn.net/u/20080921/10/836e6ca2-6355-4cc8-aceb-54cb9288b7e5.html</link>
      <author>mill888</author>
      <pubDate>Sun, 21 Sep 2008 18:49:00 GMT</pubDate>
    </item>
    <item>
      <title>自学小生请问</title>
      <description>   用c怎么编时间序列信号x1(n)=N u(n) N&lt;20 啊？</description>
      <link>http://topic.csdn.net/u/20081006/11/536fe750-48d7-4633-9cac-714609846c23.html</link>
      <author>dreamsky00</author>
      <pubDate>Mon, 06 Oct 2008 11:24:24 GMT</pubDate>
    </item>
    <item>
      <title>char a[10] = "ABCDEF";的初始化中内存怎么分配,\0放在什么位置,能不能详细解释一下</title>
      <description>char a[10] = "ABCDEF";的初始化中内存怎么分配,\0放在什么位置,能不能详细解释一下:#include int main(void){	int i = 0;	char a[10] ...</description>
      <link>http://topic.csdn.net/u/20081001/14/eebb45ee-57d1-4b6a-9abc-946018f03e0e.html</link>
      <author>michelle_js</author>
      <pubDate>Wed, 01 Oct 2008 14:49:55 GMT</pubDate>
    </item>
    <item>
      <title>int占多少字节是由什么决定的？</title>
      <description>编译器还是机器？</description>
      <link>http://topic.csdn.net/u/20081005/09/76c43447-399b-45ea-ac2f-1481766636ab.html</link>
      <author>J_X_Q</author>
      <pubDate>Sun, 05 Oct 2008 09:53:54 GMT</pubDate>
    </item>
    <item>
      <title>指针释放问题，谁帮我解决 看看 </title>
      <link>http://topic.csdn.net/u/20080927/17/27d0f123-92eb-4568-90df-0cb57d27c383.html</link>
      <author>sblig</author>
      <pubDate>Sun, 28 Sep 2008 01:07:55 GMT</pubDate>
    </item>
    <item>
      <title>跪求高手</title>
      <description>求多个数的最大公约数和最小公倍数</description>
      <link>http://topic.csdn.net/u/20081004/01/bc7013e7-2641-4cd3-b861-3d465780f293.html</link>
      <author>wy58555264</author>
      <pubDate>Sat, 04 Oct 2008 01:09:21 GMT</pubDate>
    </item>
    <item>
      <title>Linux下GCC编译，一个汉子包括3个字节</title>
      <description>如题，刚才写程序时发现的。</description>
      <link>http://topic.csdn.net/u/20081004/23/c3c0fb8b-f16a-47b2-bcc2-610ffa6150d1.html</link>
      <author>zmvictorcruse</author>
      <pubDate>Sat, 04 Oct 2008 23:22:45 GMT</pubDate>
    </item>
    <item>
      <title>c数组的简单的问题.新人菜鸟问题</title>
      <description>从键盘上输入一串字符(不多余40个,以回车换行符作为输入结束)存入数组.将其中的大写字母改为小写字母,其他字符不变,然后逆向输出void main(){ char a[40]; int i, n=0;...</description>
      <link>http://topic.csdn.net/u/20081005/19/d5e46a39-2036-4914-9f6c-180de579ec52.html</link>
      <author>lmggqxd</author>
      <pubDate>Sun, 05 Oct 2008 19:11:40 GMT</pubDate>
    </item>
    <item>
      <title>有关微机原理与接口技术</title>
      <description>若段地址为3500H,怎么求该段的首地址和最大地址?</description>
      <link>http://topic.csdn.net/u/20081004/10/0e491958-5cff-4252-95b2-dbaa487d0fdf.html</link>
      <author>xue1988</author>
      <pubDate>Sat, 04 Oct 2008 10:01:42 GMT</pubDate>
    </item>
    <item>
      <title>请问大侠们，下面这4个公式如何用MATLAB实现？</title>
      <description>快郁闷死了，做这个完全是赶鸭子上架。。。本人数学没学好，MATLAB刚进门没多久就碰到这么个大难题（对我来说）我来求救了，各位大侠帮帮我下面这4个公式如何用Matlab实现？其中f是概率密度函数，又该...</description>
      <link>http://topic.csdn.net/u/20081006/04/a3014f63-f7dc-4cda-9bc3-e76def6977d6.html</link>
      <author>onlywangwang</author>
      <pubDate>Mon, 06 Oct 2008 04:42:43 GMT</pubDate>
    </item>
    <item>
      <title>高手请解答：如何把数组变量 赋值给指针数组？</title>
      <description>高手请解答：如何把数组变量 赋值给指针数组？非常感激。unsigned char xdata font_000[]={ //(null)0x00,0x00,0x00,0x00,0x00,0x00,0x...</description>
      <link>http://topic.csdn.net/u/20081006/01/3b759fa7-5ee9-44cd-ba89-09cc5ebcf289.html</link>
      <author>LIJIE_6618</author>
      <pubDate>Mon, 06 Oct 2008 01:50:18 GMT</pubDate>
    </item>
    <item>
      <title>如何将c的生成文件转换成可执行文件</title>
      <description>如何将c的生成文件转换成可执行文件   一定要用TURBOC才可以吗 </description>
      <link>http://topic.csdn.net/u/20081005/17/7483688d-5453-4df7-ba73-594e95e81073.html</link>
      <author>hongye6958</author>
      <pubDate>Sun, 05 Oct 2008 17:19:20 GMT</pubDate>
    </item>
    <item>
      <title>大家指点一下 .三元组问题 中的指针的传递与引用..谢谢！（没分了。。不好意思！）</title>
      <description>[code=C/C++]/#include"stdio.h"#include"stdlib.h"//定义初始值//#define TURE 1#define FALSE 0#define OK 1#d...</description>
      <link>http://topic.csdn.net/u/20081004/20/7061fcbf-6027-4076-9082-c6c4834c6770.html</link>
      <author>windylcx</author>
      <pubDate>Sat, 04 Oct 2008 20:53:13 GMT</pubDate>
    </item>
    <item>
      <title>求一个vc6.0 下的顺序表的创建运算语句</title>
      <description>对于创建一个顺序表的算法很困惑,由于初学c语言所以请说明每一步,谢谢!!!</description>
      <link>http://topic.csdn.net/u/20081005/21/fc259c4c-5cbd-4842-80ff-d49c7c20b2ec.html</link>
      <author>zzwyrmslayer</author>
      <pubDate>Sun, 05 Oct 2008 21:43:52 GMT</pubDate>
    </item>
    <item>
      <title>C Primer Plus 第五版  198页   第11题  我写了程序 但是有点疑问，帮忙看看 谢谢</title>
      <description>/*C Primer Plus 第五版  198页   第11题  如下朝鲜蓟的售价为1.25美元/磅，甜菜的售价0.65美元/磅，胡萝卜的售价是0.89磅美元/磅.在添加运费前,他们为100美元的订...</description>
      <link>http://topic.csdn.net/u/20081005/21/3dc76856-f9e7-4b0d-9699-30c12796882b.html</link>
      <author>taliban1889420</author>
      <pubDate>Sun, 05 Oct 2008 21:20:11 GMT</pubDate>
    </item>
    <item>
      <title>急急急，C语言，怎么输出日志文件</title>
      <description>C语言里怎么输出日志文件例如现在运行某一程序，然后在日志文件里面输出日期，时间，运行的程序的名字，而且该日志文件也是运行程序后才出现的</description>
      <link>http://topic.csdn.net/u/20081003/18/d7a067e5-32ee-4317-bd02-f429cfee3cc0.html</link>
      <author>andy_gon</author>
      <pubDate>Fri, 03 Oct 2008 18:56:41 GMT</pubDate>
    </item>
    <item>
      <title>第一次发帖啊，嘿嘿</title>
      <description>哈哈哈哈哈哈哈哈哈哈哈哈和</description>
      <link>http://topic.csdn.net/u/20081004/18/7fdfa432-5d63-4218-a623-19e87fe0acad.html</link>
      <author>wanghubin001</author>
      <pubDate>Sat, 04 Oct 2008 18:26:32 GMT</pubDate>
    </item>
    <item>
      <title>如何初化结构体成员变量 ？</title>
      <description>//struct.htypedef struct tagGlobal{   int i32a;   int i32b;}S_Temp, *pS_Temp;//struct.cpp#include #i...</description>
      <link>http://topic.csdn.net/u/20081005/16/de9df3fc-0d84-4cb2-b105-fe81e35f0862.html</link>
      <author>wangyuetuan2008</author>
      <pubDate>Sun, 05 Oct 2008 16:18:06 GMT</pubDate>
    </item>
    <item>
      <title>学习数据结构有感</title>
      <link>http://topic.csdn.net/u/20070610/00/ff9f1196-0d33-44b2-a2f7-0059cd66ae95.html</link>
      <author>liuyu_107</author>
      <pubDate>Sun, 10 Jun 2007 08:10:54 GMT</pubDate>
    </item>
    <item>
      <title>探讨：编写strlen函数</title>
      <link>http://topic.csdn.net/u/20080708/16/db4f52b2-54da-4c93-990c-6f07596a9d4c.html</link>
      <author>zhangqingma</author>
      <pubDate>Wed, 09 Jul 2008 00:42:20 GMT</pubDate>
    </item>
    <item>
      <title>困惑啊</title>
      <link>http://topic.csdn.net/u/20080925/16/a7c65957-82f9-4c14-8de9-3e6cedb3669d.html</link>
      <author>wy58555264</author>
      <pubDate>Fri, 26 Sep 2008 00:00:30 GMT</pubDate>
    </item>
    <item>
      <title>很简单的C的问题</title>
      <description>这个问题没有关系到编程方面.我就是想问一下在C语言里面int类型的变量是占多少个内存单元.是内存单元不是字节.我觉得是占用两个内存单元.int类型的是占两个字节吧.而一个内存单元只有存一个字节,所以我...</description>
      <link>http://topic.csdn.net/u/20081004/13/1240a0d0-1a4c-41b3-9428-a60e9d757115.html</link>
      <author>qlz37238</author>
      <pubDate>Sat, 04 Oct 2008 13:20:13 GMT</pubDate>
    </item>
    <item>
      <title>有没有建c语言群的？</title>
      <link>http://topic.csdn.net/u/20080922/23/86c02d65-625d-4ce4-8e46-37b2330dc935.html</link>
      <author>alfredsue</author>
      <pubDate>Tue, 23 Sep 2008 07:26:48 GMT</pubDate>
    </item>
    <item>
      <title>学汇编时，听说32位系统中应用程序是在4G的内存中运行的。我又听说32位系统最多能用2G的内存空间。</title>
      <description>学汇编时，听说32位系统中应用程序是在4G的内存中运行的。我又听说32位系统最多能用2G的内存空间。有点不理解了！！</description>
      <link>http://topic.csdn.net/u/20081005/14/17902761-81a0-4849-99a8-a6b10725bfde.html</link>
      <author>shinegoo</author>
      <pubDate>Sun, 05 Oct 2008 14:57:25 GMT</pubDate>
    </item>
    <item>
      <title>输入输出问题</title>
      <description>我输入printf("BEGIN%10s %-5sEND\n","Windows","XP");为什么输出结果是：BEGIN  Windows XP    END</description>
      <link>http://topic.csdn.net/u/20081002/14/1e891972-9670-470b-9fbd-096491b7a4ac.html</link>
      <author>adwda__sdfdd</author>
      <pubDate>Thu, 02 Oct 2008 14:52:58 GMT</pubDate>
    </item>
    <item>
      <title>直接赋值和位操作赋值哪个更快？</title>
      <description>给一个参数赋一个不太大的值，比如小于100直接赋和用位操作赋值哪个会快一些？比如：c=4 和c=0x0|0x4;哪个快一些？</description>
      <link>http://topic.csdn.net/u/20081005/11/ec0c44ce-3aa5-4a2a-a498-70cc9aca0d1a.html</link>
      <author>SHOUYU2</author>
      <pubDate>Sun, 05 Oct 2008 11:49:33 GMT</pubDate>
    </item>
    <item>
      <title>数据结构排序问题～！红色部分请解析一下！</title>
      <description>本程序为六个整型变量 A、B、C、D、E、F 输入整数，并按从大到小的顺序输出它们的名和值。如某次 A、B、C、D、E、F 的输入值为 3、2、5、7、4、6，则程序将输出：D（7）F（6）C（5）E...</description>
      <link>http://topic.csdn.net/u/20081004/23/b2fe8755-545d-48c6-b6a9-6629f212abf4.html</link>
      <author>hotzhml</author>
      <pubDate>Sat, 04 Oct 2008 23:11:17 GMT</pubDate>
    </item>
    <item>
      <title>有关多个最小公倍数</title>
      <description>Problem DescriptionThe least common multiple (LCM) of a set of positive integers is the smallest pos...</description>
      <link>http://topic.csdn.net/u/20081005/01/a8f1caa2-c52f-450a-8113-eb02b614bf80.html</link>
      <author>wy58555264</author>
      <pubDate>Sun, 05 Oct 2008 01:42:23 GMT</pubDate>
    </item>
    <item>
      <title>消息队列的查看时间问题</title>
      <description>大侠们，我想用链表做一个消息对列，其中有一个函数是查看前一个消息，如果超过五秒没被取走就删除它，请问怎么来判断超时啊，请高手们说的细一点最好，我比较笨嘿嘿</description>
      <link>http://topic.csdn.net/u/20081005/13/0bffef6d-07e4-4fbb-923f-c435ce4c23ba.html</link>
      <author>wxnwmm</author>
      <pubDate>Sun, 05 Oct 2008 13:54:27 GMT</pubDate>
    </item>
    <item>
      <title>应用程序员应该怎么样快速切入内核或者驱动开发？</title>
      <link>http://topic.csdn.net/u/20080911/16/b274deb5-b5e2-43f2-98e9-0f594a8d10c4.html</link>
      <author>solar</author>
      <pubDate>Fri, 12 Sep 2008 00:37:08 GMT</pubDate>
    </item>
    <item>
      <title>windows网络编程中有这两个问题不明白</title>
      <description>struct sockaddr far* name //定义结构体好像不是这样的 (是什么意思)struct sockaddr,name;* pname 定义一个结构体为name的指向这个结构的指针/...</description>
      <link>http://topic.csdn.net/u/20081005/09/8658feaa-b211-4762-8f3e-a4277abf1675.html</link>
      <author>waxi555</author>
      <pubDate>Sun, 05 Oct 2008 09:51:42 GMT</pubDate>
    </item>
    <item>
      <title>cygwin下的vfork()为是么在子线程exec和exit前，父进程先运行结束？</title>
      <link>http://topic.csdn.net/u/20080914/20/a5a2eeef-c6cf-4959-85a3-523ef7adf99e.html</link>
      <author>cuoqi</author>
      <pubDate>Mon, 15 Sep 2008 04:06:20 GMT</pubDate>
    </item>
    <item>
      <title>函数指针问题</title>
      <link>http://topic.csdn.net/u/20080913/22/3512f495-4af7-4623-a3d8-8a44255e04d1.html</link>
      <author>xpycc2008</author>
      <pubDate>Sun, 14 Sep 2008 06:28:30 GMT</pubDate>
    </item>
    <item>
      <title>C判断按键</title>
      <description>编写C程序，如何判断键盘按下了↑↓←→这四个按键！</description>
      <link>http://topic.csdn.net/u/20081004/18/3dd2d187-195d-4a0f-9a85-32dd447e5841.html</link>
      <author>crocke</author>
      <pubDate>Sat, 04 Oct 2008 18:16:42 GMT</pubDate>
    </item>
    <item>
      <title>我的TC++用不了图形函数</title>
      <description>#include#includemain(){    int drive=DETECT,mode;    int errorcode;    initgraph(&amp;drive,&amp;mode,"D:\\T...</description>
      <link>http://topic.csdn.net/u/20080929/11/ea956c2c-75f5-4a6e-926f-f6dc94abc97d.html</link>
      <author>naliangyong</author>
      <pubDate>Mon, 29 Sep 2008 11:52:46 GMT</pubDate>
    </item>
    <item>
      <title>请问为什么这个程序实现不了，悬赏100分</title>
      <description>#include #include #include #pragma hdrstop#pragma argsusedtypedef struct node {    float value;    s...</description>
      <link>http://topic.csdn.net/u/20081004/13/bfc2596f-69ec-4bbe-9e5a-b7332e67fba3.html</link>
      <author>direren</author>
      <pubDate>Sat, 04 Oct 2008 13:58:01 GMT</pubDate>
    </item>
    <item>
      <title>请问为什么这个程序实现不了，悬赏100分</title>
      <description>#include #include #include #pragma hdrstop#pragma argsusedtypedef struct node {    float value;    s...</description>
      <link>http://topic.csdn.net/u/20081004/13/ed0bee95-889a-44e8-9464-153cce70afa9.html</link>
      <author>direren</author>
      <pubDate>Sat, 04 Oct 2008 13:55:25 GMT</pubDate>
    </item>
    <item>
      <title>新人报告贴</title>
      <description>  我是个菜鸟哈~才接触C.希望以后能和各位大哥大姐大牛们多多交流学习.为了世界的和平~我会努力的</description>
      <link>http://topic.csdn.net/u/20081005/09/513df2b5-289a-433c-b77f-ab4058b17286.html</link>
      <author>lmggqxd</author>
      <pubDate>Sun, 05 Oct 2008 09:08:10 GMT</pubDate>
    </item>
    <item>
      <title>纯C程序员做什么工作</title>
      <description>在网上看到一些公司招聘C程序员，而且指明招那些对纯C的熟手，请问这些公司要纯C的程序员做什么技术工作呢？除了单片机外，纯C程序员都做什么类的工作啊？哪位有这方面经验的兄弟给指明一下啊！</description>
      <link>http://topic.csdn.net/u/20080930/22/5b20384e-76c9-47dc-b5d3-79dfdfba7ef8.html</link>
      <author>woyaodenglu</author>
      <pubDate>Tue, 30 Sep 2008 22:00:43 GMT</pubDate>
    </item>
    <item>
      <title>安装Microsoft visual C++ 6.0时提示必须先运行installation wizard</title>
      <link>http://topic.csdn.net/u/20070613/20/e6b9a5af-444e-4be8-85cd-0ca4016687dc.html</link>
      <author>liuxiaohuiluck</author>
      <pubDate>Thu, 14 Jun 2007 04:11:38 GMT</pubDate>
    </item>
    <item>
      <title>能分配出这么大的空间吗？</title>
      <link>http://topic.csdn.net/u/20080925/08/2c405e74-1649-48fb-86d4-f74a63a10b39.html</link>
      <author>yangkunhenry</author>
      <pubDate>Thu, 25 Sep 2008 16:45:25 GMT</pubDate>
    </item>
    <item>
      <title>联合体中位端的问题</title>
      <description>#pragma pack(1)typedef union{	unsigned a0:1;	unsigned a1:1;	unsigned a2:1;	unsigned a3:1;	unsigned a...</description>
      <link>http://topic.csdn.net/u/20081003/21/274f4be3-d01e-4ab7-a864-890871cbbc42.html</link>
      <author>lilonglin</author>
      <pubDate>Fri, 03 Oct 2008 21:48:29 GMT</pubDate>
    </item>
    <item>
      <title>对于一个结构体的指针使用malloc()的问题</title>
      <description>#includestruct Treenode；struct Treenode *root；应该是root=(struct Treenode *)malloc(sizeof(struct Treeno...</description>
      <link>http://topic.csdn.net/u/20081004/11/06d28bf5-9dd7-458a-93c1-b72eb943b207.html</link>
      <author>zzhxlyc</author>
      <pubDate>Sat, 04 Oct 2008 11:21:21 GMT</pubDate>
    </item>
    <item>
      <title>c 语言中怎样从文本文档中调用字符串并复制给数组？、</title>
      <description>c 语言中怎样从文本文档中调用字符串并复制给数组？、</description>
      <link>http://topic.csdn.net/u/20081002/16/d9ec7d8b-413d-48fd-b635-b75b57f047da.html</link>
      <author>xinyong0127</author>
      <pubDate>Thu, 02 Oct 2008 16:19:14 GMT</pubDate>
    </item>
    <item>
      <title>这道题应该怎么算的啊？？请详细解析一下！</title>
      <description>●将一个三对角矩阵A[l..100，1..100]中的元素按行存储在一维数组B[l..298]中，矩阵A中的元素A[66，65]在数组B中的下标为___(4)___。 </description>
      <link>http://topic.csdn.net/u/20081002/12/e35a576e-5667-4db8-99f0-4461212337a4.html</link>
      <author>hotzhml</author>
      <pubDate>Thu, 02 Oct 2008 12:07:25 GMT</pubDate>
    </item>
    <item>
      <title>系统级问题：关于软件的跨平台</title>
      <description> 今天不知咋想的，突然想到了软件跨平台的问题，但是有几个问题感到深深的困惑，也不知到哪个版问比较好。1  首先是如何能跨不同的操作系统。比如，linux 虽然免费，但因为大部分应用软件都不支持所以也限...</description>
      <link>http://topic.csdn.net/u/20081004/21/bb8e4af8-bb37-464b-9db2-d46a37cc0eb7.html</link>
      <author>iloveppmm</author>
      <pubDate>Sat, 04 Oct 2008 21:11:38 GMT</pubDate>
    </item>
    <item>
      <title>有关阶乘的问题,高手请进。</title>
      <description>#include "stdio.h"#include"math.h"#define N 3000void main(){ int i,j,k=0,m,n,temp[5]={0,0,0,0,0};	ch...</description>
      <link>http://topic.csdn.net/u/20081002/15/9c92796e-da8c-41dd-b28e-0a4bd93977cf.html</link>
      <author>dongyangxiaomasheng</author>
      <pubDate>Thu, 02 Oct 2008 15:57:53 GMT</pubDate>
    </item>
    <item>
      <title>xml解析时如何避免编解码问题.</title>
      <description>我用libxml2来解析xml,但总是涉及到gb2312转utf8问题，而且还会因为存在编码转换失败而无法成功解析的问题。我想知道有没有什么方法或者其它的解析库可以绕过这样的编解码问题？</description>
      <link>http://topic.csdn.net/u/20081004/16/d5f0d3f0-c1f7-4529-8fd3-94408b0c9054.html</link>
      <author>netxuning</author>
      <pubDate>Sat, 04 Oct 2008 16:19:39 GMT</pubDate>
    </item>
    <item>
      <title>C判断按键</title>
      <description>编写C程序，如何判断键盘按下了↑↓←→这四个按键！</description>
      <link>http://topic.csdn.net/u/20081004/18/a54d02e0-2b04-4d40-97ce-5fcd80bb375d.html</link>
      <author>crocke</author>
      <pubDate>Sat, 04 Oct 2008 18:17:11 GMT</pubDate>
    </item>
    <item>
      <title>帮帮忙啊  这个问题我怎么想都不知道出在哪里  有谁帮帮忙  谢谢了</title>
      <description>我先是编了个类库程序如下：using System;using System.Collections.Generic;using System.Text;namespace Yunsuan//定义命名...</description>
      <link>http://topic.csdn.net/u/20081003/16/07c7c00c-5f56-421d-9520-6a8a2c305f07.html</link>
      <author>tianchideyu</author>
      <pubDate>Fri, 03 Oct 2008 16:32:47 GMT</pubDate>
    </item>
    <item>
      <title>请高手帮忙!不知道错在哪儿?</title>
      <link>http://topic.csdn.net/u/20080604/16/701b24de-0a08-4bcf-9871-723ba409dbf8.html</link>
      <author>gcjxy</author>
      <pubDate>Thu, 05 Jun 2008 00:29:30 GMT</pubDate>
    </item>
    <item>
      <title>结果为什么会是这样！！！！！，高手帮忙解释</title>
      <description>#include "stdio.h"void main(){char i,j,k;printf("i=");scanf("%c\n",&amp;i);printf("j=");scanf("%c\n",&amp;j)...</description>
      <link>http://topic.csdn.net/u/20081004/11/47114bb5-3ed7-4ede-8c7f-a8ca9b45322a.html</link>
      <author>dongyangxiaomasheng</author>
      <pubDate>Sat, 04 Oct 2008 11:22:14 GMT</pubDate>
    </item>
    <item>
      <title>【急】概率论问题</title>
      <description>急求联合概率分布以及边缘概率分布的C语言函数实现。要求有使用说明。</description>
      <link>http://topic.csdn.net/u/20080929/23/48538393-f01b-4321-b59d-5ad4660dd642.html</link>
      <author>scholar165</author>
      <pubDate>Mon, 29 Sep 2008 23:28:20 GMT</pubDate>
    </item>
    <item>
      <title>在容器vector中存储多态性对象的程序。 请大家帮参谋一下吧。 多谢了 </title>
      <description>大家好。 我写了一个模板类的继承的例子。 然后用vector对有继承关系的对象进行管理。 有两个问题。 一个是我重载的输出函数为什么不行呢。 二是， 我感觉我编写的那个包含vector成员函数的那个类...</description>
      <link>http://topic.csdn.net/u/20081004/02/d0c766f9-5e51-4584-95b3-e0ca21606247.html</link>
      <author>bird528</author>
      <pubDate>Sat, 04 Oct 2008 02:31:21 GMT</pubDate>
    </item>
    <item>
      <title>试讲c语言</title>
      <description>明天去试讲C语言，谁有详细的课件，传我，邮箱：panxiaying@yahoo.com.cn</description>
      <link>http://topic.csdn.net/u/20081002/20/92e601da-870e-416f-a92e-0c9e14a44935.html</link>
      <author>xierfan</author>
      <pubDate>Thu, 02 Oct 2008 20:03:37 GMT</pubDate>
    </item>
    <item>
      <title>substr问题</title>
      <description>请问：   从oralce中substr一个字段(该字段长度为6)，substr四位存放到C的结构体中，结构体中该字段长途为5，后边的程序处理该字段，单个处理没问题，批量处理程序core，请帮忙分析一...</description>
      <link>http://topic.csdn.net/u/20081004/11/b1ce9b7d-fa45-47e0-9d85-a0fb12dc1560.html</link>
      <author>lihua_1687</author>
      <pubDate>Sat, 04 Oct 2008 11:48:04 GMT</pubDate>
    </item>
    <item>
      <title>高手帮忙  分桔子★★</title>
      <description>题目描述：日本著名数学游戏专家中村义作教授提出这样一个问题：父亲将k&gt;0个桔子分给n个儿子分完后父亲说：“老1将分给你的桔子的1/p1给老二；老2拿到后连同原先的桔子分1/p2给老三；......(以...</description>
      <link>http://topic.csdn.net/u/20081002/12/4b6c27c9-f997-4110-a13e-28c504fc407b.html</link>
      <author>YUKUILONGQQ</author>
      <pubDate>Thu, 02 Oct 2008 12:25:45 GMT</pubDate>
    </item>
    <item>
      <title>在windows上开发程序如何连接数据库ms sqlserver2000??</title>
      <description>如题。</description>
      <link>http://topic.csdn.net/u/20081004/10/8b8b2c72-23ef-44c6-b873-7f52f60274c3.html</link>
      <author>king_2007</author>
      <pubDate>Sat, 04 Oct 2008 10:17:32 GMT</pubDate>
    </item>
    <item>
      <title>请问为什么这个程序实现不了，0分(新手求助）</title>
      <description>#include #include #include #pragma hdrstop#pragma argsusedtypedef struct node {    float value;    s...</description>
      <link>http://topic.csdn.net/u/20081004/14/088f2de7-8dee-4d65-a0d1-6c979e254e08.html</link>
      <author>liwf119</author>
      <pubDate>Sat, 04 Oct 2008 14:11:02 GMT</pubDate>
    </item>
    <item>
      <title>请帮帮忙？写一个求和找规律的系统（可以给相应的报酬）</title>
      <description>请帮帮忙？写一个求和找规律的系统，很简单，只需要在任意相应的位置的数字相加求和，若几组数（至少3组以上）的和相等。则找到规律。有意者请加QQ详谈。谢谢！                        ...</description>
      <link>http://topic.csdn.net/u/20081002/22/ec39f565-4cb7-4425-b010-f0361f8068ac.html</link>
      <author>hello3180</author>
      <pubDate>Thu, 02 Oct 2008 22:18:11 GMT</pubDate>
    </item>
    <item>
      <title>hhhahhhh</title>
      <description>哇，玩的，嘿嘿</description>
      <link>http://topic.csdn.net/u/20081004/12/f29829f1-1506-4a77-98d3-e94647e46e24.html</link>
      <author>BIN000000</author>
      <pubDate>Sat, 04 Oct 2008 12:44:07 GMT</pubDate>
    </item>
    <item>
      <title>数学求和问题</title>
      <description>  求级数 ，当x= 0.000, 0.001, 0.002, ..., 2.000 时函数的值，使得其误差小于0.5e-12。时间限制是10秒。输出的格式（代码：printf("%5.3f %16....</description>
      <link>http://topic.csdn.net/u/20081002/21/c1f67ebd-4405-4677-a843-397dfb4310e5.html</link>
      <author>haisujiang</author>
      <pubDate>Thu, 02 Oct 2008 21:33:03 GMT</pubDate>
    </item>
    <item>
      <title>求助（c语言Floating point error :Domain的问题）</title>
      <description>在 由double向int型转换时会不会出现Floating point error :Domain的问题。单步调试 后发现总是在这个 语句时 出错。            temp3 = bi * ...</description>
      <link>http://topic.csdn.net/u/20081004/01/996d2c7b-130d-4ca1-b0c5-d332848bd13f.html</link>
      <author>michealmeng555</author>
      <pubDate>Sat, 04 Oct 2008 01:32:41 GMT</pubDate>
    </item>
    <item>
      <title>c语言输入长短地问题</title>
      <description> 在学习c语言地时候，我有一个疑问，就是如何自动地知道程序接受地输入地长度。 打个比方说，现在程序接受输入一组数，1 2 3 4 5 6 7 8 9 45 65....等等,由于输入地数地多少每次是随...</description>
      <link>http://topic.csdn.net/u/20081003/11/d349198c-bbeb-492f-9199-a5393b0a830c.html</link>
      <author>libuyuan</author>
      <pubDate>Fri, 03 Oct 2008 11:57:10 GMT</pubDate>
    </item>
    <item>
      <title>到哪找一些小的简单的项目练练手？</title>
      <description>C也复习了两个月了，都说要多写代码，但找来找去就是一些回文数啊，水仙花数之类的东西，感觉水平没怎么见涨，就语法熟了一些。大家来分享点经验、推荐点实用的小项目可以适合新手搞搞的。</description>
      <link>http://topic.csdn.net/u/20081003/16/d9c68282-1716-476e-9528-4dee7bdd56c4.html</link>
      <author>heise007w</author>
      <pubDate>Fri, 03 Oct 2008 16:34:40 GMT</pubDate>
    </item>
    <item>
      <title>请教编个小程序，谢谢</title>
      <description>想编个小程序，不知如何下手，小弟没学过编程，但很有兴趣，呵呵。小弟在网通工作，想做个小程序，主要用途就是查找用户的电话号码及一些其他的信息，先输入这些资料，完成后可以方便的通过号码或名字查找某一个用户...</description>
      <link>http://topic.csdn.net/u/20081004/01/b76498b9-c62f-4c1a-bed8-d4ebc90d2ef5.html</link>
      <author>xingguo123</author>
      <pubDate>Sat, 04 Oct 2008 01:36:08 GMT</pubDate>
    </item>
    <item>
      <title>也说看programming pearls</title>
      <description>都知道C中间在声明局部变量的时候是不会你的帮忙去帮你把元素初始化的，这就意味着我们需要去手动初始化。当然了，我们可以用momset来处理不过想个办法不用这样吧，只在第一次访问数组的该元素时才对该元素进...</description>
      <link>http://topic.csdn.net/u/20081003/23/ddd65681-fd71-4616-a7f3-e4e651953392.html</link>
      <author>nihuajie05</author>
      <pubDate>Fri, 03 Oct 2008 23:54:59 GMT</pubDate>
    </item>
    <item>
      <title>头文件的一点疑惑</title>
      <description>这几天因为放假，时间充足，加上没什么事做，于是在/usr/include目录下到处看看，发现了一个问题，所有的.h文件中在开头都有[color=#FF0000]__BEGIN_DECLS[/color...</description>
      <link>http://topic.csdn.net/u/20081002/17/d1e2e193-5eea-4f8a-82e4-c83519d89a36.html</link>
      <author>bhdgx</author>
      <pubDate>Thu, 02 Oct 2008 17:21:14 GMT</pubDate>
    </item>
    <item>
      <title>求达人帮忙看两个程序。。。</title>
      <description>小弟C语言比较差劲，老师非要让给他写程序。。。实在想不出来了，求助于各位兄弟姐妹，希望各位能帮小弟一把。。。1.建立一个链表，每个节点包括的成员为学生学号、平均成绩。要求链表包括8个节点，从键盘输入节...</description>
      <link>http://topic.csdn.net/u/20081003/15/0c91f0ac-2d7e-48d9-8b37-1578f218287a.html</link>
      <author>wandingwei</author>
      <pubDate>Fri, 03 Oct 2008 15:35:47 GMT</pubDate>
    </item>
    <item>
      <title>帮忙分析一下</title>
      <description>[code=C/C++]#include "stdio.h"　void main(){    char aa[10];    printf("%d",strlen(aa));}[/code]运行结果为...</description>
      <link>http://topic.csdn.net/u/20081003/12/d6dcf522-89b5-48a2-aa08-50d5248fceb9.html</link>
      <author>lovexieli</author>
      <pubDate>Fri, 03 Oct 2008 12:44:09 GMT</pubDate>
    </item>
    <item>
      <title>二叉树的层次建立及后序遍历</title>
      <description>能运行，但结果出错，虽然分数不多，但小弟我很真诚，哪位高手能告诉我吗？#include#define max 10typedef struct node{char ch;struct node *lc...</description>
      <link>http://topic.csdn.net/u/20081003/11/2573f2e3-b387-49bd-9c6e-dd0dbb075c1c.html</link>
      <author>xjpcj</author>
      <pubDate>Fri, 03 Oct 2008 11:48:11 GMT</pubDate>
    </item>
    <item>
      <title>二叉搜索树中增加结点的代码</title>
      <description>void Insert(struct Treenode *T,char *strg){	int flag;	if(T==NULL)	{		T=malloc(sizeof(struct Treenode...</description>
      <link>http://topic.csdn.net/u/20081003/21/d24bab1c-b3b0-4faa-8777-9ceb192bfd9b.html</link>
      <author>zzhxlyc</author>
      <pubDate>Fri, 03 Oct 2008 21:29:59 GMT</pubDate>
    </item>
    <item>
      <title>求教</title>
      <description>int inc(int a){return (++a);}typedef int (*FUNC1)(int in);int multi(int *a,int *b,int *c){return (*c...</description>
      <link>http://topic.csdn.net/u/20081003/12/a8129680-f393-4b2b-8a48-876b166f9492.html</link>
      <author>dutysmart</author>
      <pubDate>Fri, 03 Oct 2008 12:56:10 GMT</pubDate>
    </item>
    <item>
      <title>统计数字问题</title>
      <link>http://topic.csdn.net/u/20080925/03/65f4a463-d038-4edf-a2f9-a78ea3d70fa9.html</link>
      <author>wwwhxl10</author>
      <pubDate>Thu, 25 Sep 2008 11:39:00 GMT</pubDate>
    </item>
    <item>
      <title>VC++ 6 中如何获得指定位图文件进行后续操作</title>
      <description>代码原本是通过“打开关键图”按钮选择一个位图，进行人脸特征提取和切割出人脸，现在想步用“打开关键图”按钮，程序一运行就自动打开硬盘上一个指定的位图文件，如工程目录根下的blank.bmp,请问如何修改...</description>
      <link>http://topic.csdn.net/u/20081003/13/73ce68ad-906d-4f7a-a526-105733cde612.html</link>
      <author>qingbolou</author>
      <pubDate>Fri, 03 Oct 2008 13:20:07 GMT</pubDate>
    </item>
    <item>
      <title>请教</title>
      <link>http://topic.csdn.net/u/20080903/00/dc7a8c67-9a81-41ef-9a90-28c0b7449472.html</link>
      <author>dutysmart</author>
      <pubDate>Wed, 03 Sep 2008 08:19:19 GMT</pubDate>
    </item>
    <item>
      <title>几个intel的题目</title>
      <description>以下两个程序哪个的performance高，并解释为什么。 a） extern int foo(void);int main(){	int i;	for(i=0;istruct{        int...</description>
      <link>http://topic.csdn.net/u/20081002/18/d05fbc01-34cb-40bb-a108-1cedea1cd9c1.html</link>
      <author>rosky</author>
      <pubDate>Thu, 02 Oct 2008 18:53:50 GMT</pubDate>
    </item>
    <item>
      <title>在GLUT中如何得到用CREATWINOW得到的窗口句柄</title>
      <description>#include #include#include#includevoid MidpointLine (int x0,int y0,int xend, int yend)   {       int ...</description>
      <link>http://topic.csdn.net/u/20081002/14/4ddd422a-5c33-4bf3-bb40-b66cda065f41.html</link>
      <author>moonwith</author>
      <pubDate>Thu, 02 Oct 2008 14:47:13 GMT</pubDate>
    </item>
    <item>
      <title>这个C程序怎么错了？？</title>
      <description>[code=C/C++]#include#includemain(){     int graphdriver=VGA;     int graphmode=VGAHI;     initgraph(...</description>
      <link>http://topic.csdn.net/u/20080927/20/c83c8cdc-a769-4ea8-ba1d-a48553699304.html</link>
      <author>benzeen</author>
      <pubDate>Sat, 27 Sep 2008 20:35:25 GMT</pubDate>
    </item>
    <item>
      <title>Turbo C 中能像VC里面查看内存么？</title>
      <description>VC++中是有查看内存这个功能的TC中不知有没有啊，我一直没有找到</description>
      <link>http://topic.csdn.net/u/20081003/10/84a55c90-6bd3-41d0-a56d-46ad72b234b5.html</link>
      <author>lihanying2008</author>
      <pubDate>Fri, 03 Oct 2008 10:19:51 GMT</pubDate>
    </item>
    <item>
      <title>在学习Winsock编程  想看一些C/S架构的源码 要SDK的 不要MFC</title>
      <description>希望那位有资源的大哥大姐能行行好哦！！！！高分奉上！</description>
      <link>http://topic.csdn.net/u/20081003/10/72965ff7-1322-4621-97d3-c7be4e5174e0.html</link>
      <author>lijiawlm</author>
      <pubDate>Fri, 03 Oct 2008 10:53:25 GMT</pubDate>
    </item>
    <item>
      <title>怎么将终端的字符  让它变成数字接受</title>
      <description>请问大家！怎么在终端输入  例如：22-12*（5-1）#   程序里面用c=getchar（）接受的是‘2’，‘2’，'-','1','2','*','(','5','-','1',')','#' ...</description>
      <link>http://topic.csdn.net/u/20081002/23/968df2cd-7421-41aa-ad03-1d0079a9180c.html</link>
      <author>MZJCDD</author>
      <pubDate>Thu, 02 Oct 2008 23:00:49 GMT</pubDate>
    </item>
    <item>
      <title>请问这三种结构有什么区别啊？？</title>
      <description>typedif struct {　} Stack;(2)typedif struct node {　}NODE ;(3)typedif struct {　}Queue ;</description>
      <link>http://topic.csdn.net/u/20081001/23/1ac0a6fa-49b8-4cce-89ec-bc6110aa70ae.html</link>
      <author>hotzhml</author>
      <pubDate>Wed, 01 Oct 2008 23:05:47 GMT</pubDate>
    </item>
    <item>
      <title>类型转换</title>
      <description>            int a = 128;	cout&lt;&lt;(int)*(char*)(&amp;a)&lt;&lt;endl;解释下</description>
      <link>http://topic.csdn.net/u/20081002/21/d165aba0-9f74-450a-97df-14d7352029af.html</link>
      <author>dutysmart</author>
      <pubDate>Thu, 02 Oct 2008 21:56:57 GMT</pubDate>
    </item>
    <item>
      <title>请问在VC6.0里面有什么函数代替GOTOXY（）呢？</title>
      <description>我想知道VC6.0里面有什么函数可代替gotoXY()这个函数。VC6.0不认gotoXY()这个函数。</description>
      <link>http://topic.csdn.net/u/20081002/13/6563357d-c201-4210-aa68-6d7251f049b5.html</link>
      <author>victormaomao</author>
      <pubDate>Thu, 02 Oct 2008 13:31:13 GMT</pubDate>
    </item>
    <item>
      <title>为什么输出总是1 6 3</title>
      <link>http://topic.csdn.net/u/20080925/21/edbbacab-d61a-4aa7-87b6-07891328df11.html</link>
      <author>beck5627597</author>
      <pubDate>Fri, 26 Sep 2008 05:58:05 GMT</pubDate>
    </item>
    <item>
      <title>急用，请高手出手帮忙了</title>
      <description>#define OK 1#define ERROR 0  #include   #include   #include   #define  LIST_INIT_SIZE 100  #define  ...</description>
      <link>http://topic.csdn.net/u/20081002/20/7e42b74e-34de-4a2b-9cda-d9a8d2956c55.html</link>
      <author>wanghubin111111</author>
      <pubDate>Thu, 02 Oct 2008 20:32:01 GMT</pubDate>
    </item>
    <item>
      <title>简单xml语言的c语言实现——求教！！！</title>
      <description>一个简单的XML文件：                       ABC              123456            每组“标记”包含两部分：标记名称和标记值。例如, 123456...</description>
      <link>http://topic.csdn.net/u/20081002/17/d1f488f6-fb4e-489b-a516-9c4163096e23.html</link>
      <author>lynnchristinalau</author>
      <pubDate>Thu, 02 Oct 2008 17:09:08 GMT</pubDate>
    </item>
    <item>
      <title>c/c++中改变字体颜色</title>
      <description>我想做一个简单的编译，用c/c++产生一个文本框，可以在里边输入代码，然后用函数改变指定的保留字，关键字的颜色，要用什么函数产生文本框，用什么函数改变代码颜色？这个函数要用什么头文件？请各位指教。不胜...</description>
      <link>http://topic.csdn.net/u/20081002/16/608fd6c2-6d99-44ce-99e2-be7e15d4089f.html</link>
      <author>guokehfl</author>
      <pubDate>Thu, 02 Oct 2008 16:59:06 GMT</pubDate>
    </item>
    <item>
      <title>怎么样实现点击一个（退出）按扭关闭（退出）当前的窗体？</title>
      <description>怎么样实现点击一个（退出）按扭关闭（退出）当前的窗体？</description>
      <link>http://topic.csdn.net/u/20081002/20/77b0fb6f-795a-4802-8fe2-31972ed1f69b.html</link>
      <author>haibianboy</author>
      <pubDate>Thu, 02 Oct 2008 20:21:47 GMT</pubDate>
    </item>
    <item>
      <title>判断C语言算术表达式的合法性。</title>
      <description>实验目的：     综合练习 实验内容：     判断C语言算术表达式的合法性。 基本要求：     从文件读入整数 N,  后跟2*N行字符串，两行一组。每组第一行是预定义的变量（可以多个）。第二行...</description>
      <link>http://topic.csdn.net/u/20081002/17/7574a3d8-946d-47ab-a4ff-52eb58871510.html</link>
      <author>cclsoft</author>
      <pubDate>Thu, 02 Oct 2008 17:06:37 GMT</pubDate>
    </item>
    <item>
      <title>FFT算法探讨</title>
      <description>在另外一个板块[url=http://topic.csdn.net/u/20080929/15/53cc5a2d-2403-4576-8aac-e7f6bfb7921e.html]http://top...</description>
      <link>http://topic.csdn.net/u/20080929/17/e17d0907-416e-46dd-a834-9d8ed46be0c0.html</link>
      <author>zygod625</author>
      <pubDate>Mon, 29 Sep 2008 17:51:39 GMT</pubDate>
    </item>
    <item>
      <title>二维数组的问题~~谢谢了</title>
      <description>这个是我写的迷宫算法，没有什么技术含量的！使用二维数组map保存地图的信息,0表没有走过的路，1表示墙壁，2表示走过的路，3表示遇到死路，退回的路！使用print函数打印初始的地图，但是游戏结束后，打...</description>
      <link>http://topic.csdn.net/u/20081002/15/1e6995c7-ab02-42e0-8a27-24e07a7c0ec6.html</link>
      <author>ogiso_pest</author>
      <pubDate>Thu, 02 Oct 2008 15:20:03 GMT</pubDate>
    </item>
    <item>
      <title>链表问题</title>
      <description>//运行起来有问题 请各位帮忙看看#include#include#define null 0#define LEN sizeof(struct student)struct student{long...</description>
      <link>http://topic.csdn.net/u/20081002/10/f2d7de85-45e7-490c-957c-d3240ead1275.html</link>
      <author>StoneE55</author>
      <pubDate>Thu, 02 Oct 2008 10:28:00 GMT</pubDate>
    </item>
    <item>
      <title>tc下面咋样才能执行大于64kb的文件，不分文件，只允许一个文件。</title>
      <description>tc下面咋样才能执行大于64kb的文件，不分文件，只允许一个文件。谢谢各位大虾！</description>
      <link>http://topic.csdn.net/u/20080930/14/6a0642ff-b6c7-4dd0-ba26-0264c22adce4.html</link>
      <author>anxuegang</author>
      <pubDate>Tue, 30 Sep 2008 14:37:05 GMT</pubDate>
    </item>
    <item>
      <title>函数指针无法调用问题</title>
      <description>#include #include #include  typedef struct Gsqlist{    int length;    int maxsize;    int datasize; ...</description>
      <link>http://topic.csdn.net/u/20081002/16/7a5f97f3-e799-41aa-a5db-be26612b385a.html</link>
      <author>chuliqiang</author>
      <pubDate>Thu, 02 Oct 2008 16:05:10 GMT</pubDate>
    </item>
    <item>
      <title>急 SOS 一个小问题 结果超过4万就不对了 帮帮忙</title>
      <description>有一个in.txt文件，里边每一行是一个不超过5位的整数，有N行，要求程序显示全部整数相加的和 我这程序当结果超过4万就溢出了 大虾 帮着改改 第一次写这种程序 好像没有长整型数组这种东西吧测试以下数...</description>
      <link>http://topic.csdn.net/u/20081001/12/f91be8a6-533f-4a76-bb21-1163601e2ef4.html</link>
      <author>sy6666</author>
      <pubDate>Wed, 01 Oct 2008 12:14:53 GMT</pubDate>
    </item>
    <item>
      <title>typedef struct LNode 问题</title>
      <link>http://topic.csdn.net/u/20080922/20/831693ae-b4ee-40f1-a9a4-c0ef4d9f156b.html</link>
      <author>xhz_panda</author>
      <pubDate>Tue, 23 Sep 2008 04:46:32 GMT</pubDate>
    </item>
    <item>
      <title>对&lt;&lt;缓冲区溢出光速入门&gt;&gt;的一个小问题！</title>
      <description>#include #include int add(int x,int y){return x+y;}typedef int (* PF)(int,int);int main(void){unsign...</description>
      <link>http://topic.csdn.net/u/20081002/00/e47baa7b-6947-4af6-9db1-808d09f7edc5.html</link>
      <author>cs_matrix</author>
      <pubDate>Thu, 02 Oct 2008 00:49:14 GMT</pubDate>
    </item>
    <item>
      <title>数据结构中遇到的问题</title>
      <description>struct _node {    ~~~~~~    ~~~~~~}node;在main（）中node *p调用m（p)和node p 调用m（&amp;p）有什么区别？</description>
      <link>http://topic.csdn.net/u/20081002/02/04524cc7-44f8-489d-ac64-79d9ef70dffd.html</link>
      <author>dogwood2008</author>
      <pubDate>Thu, 02 Oct 2008 02:45:01 GMT</pubDate>
    </item>
    <item>
      <title>WINDOWS工具_画图 RGB转HSV的算法</title>
      <description>谁知道,WINDOWS系统自带的画图工具的RGB转HSV的算法.谢谢!相关的更多信息,可以发到我的邮件,liangrujie2008@163.com非常感谢!</description>
      <link>http://topic.csdn.net/u/20081002/11/06e568a6-9111-48a0-b2db-7cedaf08878c.html</link>
      <author>lrujie</author>
      <pubDate>Thu, 02 Oct 2008 11:15:49 GMT</pubDate>
    </item>
    <item>
      <title>C 语言怎样用 Dev-C++ 开发 Windows Application 和 OpenGL 类的程序？参考书目有什么？</title>
      <description>问题在上面，大家看一看。 Dev-C++ 目录下的 Example 文件夹中有几个范例，但是我根本看不懂！</description>
      <link>http://topic.csdn.net/u/20080930/21/0056b98e-79cc-4a01-85cf-8dff7b4a7308.html</link>
      <author>Dugucloud</author>
      <pubDate>Tue, 30 Sep 2008 21:55:37 GMT</pubDate>
    </item>
    <item>
      <title>问什么没有输出 c</title>
      <description>#include "stdio.h"main(){    int *a;    a=(int *)0xb8000000;    *a='c';    getch();}</description>
      <link>http://topic.csdn.net/u/20081001/22/ff78aaee-a0b3-40a7-9e10-37cdd33dfffd.html</link>
      <author>asm_shen</author>
      <pubDate>Wed, 01 Oct 2008 22:19:20 GMT</pubDate>
    </item>
    <item>
      <title>纯C程序员做什么工作</title>
      <description>在网上看到一些公司招聘C程序员，而且指明招那些对纯C的熟手，请问这些公司要纯C的程序员做什么技术工作呢？除了单片机外，纯C程序员都做什么类的工作啊？哪位有这方面经验的兄弟给指明一下啊！</description>
      <link>http://topic.csdn.net/u/20080930/21/fc602cfa-6ebe-47a2-8672-746041f2447f.html</link>
      <author>woyaodenglu</author>
      <pubDate>Tue, 30 Sep 2008 21:58:56 GMT</pubDate>
    </item>
    <item>
      <title>malloc函数</title>
      <description> 1 MALLOC函数和NEW函数在申请空间时有什么区别。大家都是一个功能啊？ 2 一个类可以从多个基类中继承吗？我说的是一个窗口能继承多个控件的属性吗？</description>
      <link>http://topic.csdn.net/u/20080928/14/59509d8d-b842-4432-bfc1-9d4d3d9b20a7.html</link>
      <author>chunan4comeon</author>
      <pubDate>Sun, 28 Sep 2008 14:56:54 GMT</pubDate>
    </item>
    <item>
      <title>求教C指针问题，请指教</title>
      <description>1.指向某动态内存的指针，如果free,那么动态内存被释放，那指针指向哪？2.可不可以对任一指针free?比如指向非动态内存的指针？</description>
      <link>http://topic.csdn.net/u/20081001/21/19b7a57d-266a-4826-b6e3-c0c7a896098d.html</link>
      <author>heise007w</author>
      <pubDate>Wed, 01 Oct 2008 21:02:06 GMT</pubDate>
    </item>
    <item>
      <title>请问大家C或C++有没有一个轻量级的RPC调用库？想用在嵌入式系统中</title>
      <link>http://topic.csdn.net/u/20080925/01/305af0f1-8a82-4fda-b0a8-5467212cc831.html</link>
      <author>eastwind</author>
      <pubDate>Thu, 25 Sep 2008 09:10:00 GMT</pubDate>
    </item>
    <item>
      <title>关于一个 C语言 的问题</title>
      <description>[size=16px]用C开发windows下的(不要求移植性)GUI程序，除了直接用Win32开发以外，有什么好方法？[/size][color=#0000FF][/color][size=16px...</description>
      <link>http://topic.csdn.net/u/20081001/11/36003193-ef8a-4344-b375-8b69d8842851.html</link>
      <author>zzwang</author>
      <pubDate>Wed, 01 Oct 2008 11:44:48 GMT</pubDate>
    </item>
    <item>
      <title>条件编译的问题</title>
      <description>#ifdef _cplusplus extern "c"  (#endif#ifdef OS_GLOBALS#define OS_EXT#else#define OS_EXT extern#endif...</description>
      <link>http://topic.csdn.net/u/20081001/16/061d4fbd-3774-452d-a200-55fb4e78af08.html</link>
      <author>xinfeng2006</author>
      <pubDate>Wed, 01 Oct 2008 16:35:29 GMT</pubDate>
    </item>
    <item>
      <title>求C写的会发出音乐的小程序</title>
      <description>求C写的会发出音乐的小程序....</description>
      <link>http://topic.csdn.net/u/20080930/11/ef0bb2be-1746-4aed-9c6d-809c65b9bfe2.html</link>
      <author>JavaZM</author>
      <pubDate>Tue, 30 Sep 2008 11:16:43 GMT</pubDate>
    </item>
    <item>
      <title>define</title>
      <description>#define n 50后为什么不能用 n++</description>
      <link>http://topic.csdn.net/u/20081001/19/0ba757e7-1596-4f36-8ec2-5fe6593d3271.html</link>
      <author>aqqiu</author>
      <pubDate>Wed, 01 Oct 2008 19:53:28 GMT</pubDate>
    </item>
    <item>
      <title>如何冻结TC用户窗口</title>
      <description>请大家帮帮忙</description>
      <link>http://topic.csdn.net/u/20080929/09/c7cd6a14-823a-4d72-bcf3-ef6a87d2d61b.html</link>
      <author>Zhongjiaxiang_hi</author>
      <pubDate>Mon, 29 Sep 2008 09:57:23 GMT</pubDate>
    </item>
    <item>
      <title>求1道选择结构的代码</title>
      <description> 编写程序，从终端输出2个实数和1个四则运算符（＋－× /).执行相应的运算并输出运算结果 本人上机时间太少 以前总是做题目 不得c语言的精要 希望各位大侠帮帮忙 谢谢</description>
      <link>http://topic.csdn.net/u/20081001/15/5c530183-caa2-4852-bcd2-10c3cfa32675.html</link>
      <author>chengyukyo1</author>
      <pubDate>Wed, 01 Oct 2008 15:17:17 GMT</pubDate>
    </item>
    <item>
      <title>请问谁有 《数据结构与算法分析-c语言描述》这本书的课后习题答案 ?  请发到francis08@yahoo.cn        thanks!</title>
      <description>请问谁有 《数据结构与算法分析-c语言描述》这本书的课后习题答案 ?  请发到francis08@yahoo.cn        thanks!</description>
      <link>http://topic.csdn.net/u/20081001/15/7cbb7a78-b384-467f-97eb-ac81ba06c108.html</link>
      <author>francis08</author>
      <pubDate>Wed, 01 Oct 2008 15:58:06 GMT</pubDate>
    </item>
  </channel>
</rss>