<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>宝峰科技 - 习语言(中文C语言)</title>
    <link>https://www.wgbcw.com/forum-53-1.html</link>
    <description>Latest 20 threads of 习语言(中文C语言)</description>
    <copyright>Copyright(C) 宝峰科技</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 22:29:33 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.wgbcw.com/static/image/common/logo_88_31.gif</url>
      <title>宝峰科技</title>
      <link>https://www.wgbcw.com/</link>
    </image>
    <item>
      <title>习语言电子报第一期</title>
      <link>https://www.wgbcw.com/thread-1322-1-1.html</link>
      <description><![CDATA[习语言编程电子报[001].pdf]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 19 Oct 2011 17:42:56 +0000</pubDate>
    </item>
    <item>
      <title>轻松学会C语言编程 - 逻辑控制（1）</title>
      <link>https://www.wgbcw.com/thread-1309-1-1.html</link>
      <description><![CDATA[小明在家写作业，忽然响起敲门声，小明准备去开门，边走边想，如果门外是妈妈，就说妈妈你怎么才回来，好想你。如果门外是爸爸，就说爸爸你辛苦啦，如果是好朋友安安，就说快进来，我们一起来玩游戏吧！ 

        上面小明的想法如何用程序表达呢？ 假设敲门的 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:58:14 +0000</pubDate>
    </item>
    <item>
      <title>习语言对中文符号的最新支持</title>
      <link>https://www.wgbcw.com/thread-1308-1-1.html</link>
      <description><![CDATA[记得早前看过一个人的文章，说C语言中应该用 →  代替 -&gt; 来表示指针，最近检查了下习语言的实现，中文符号支持的不够完善，就又增加了些，现介绍如下：

         1、→ 

          如： 学生指针→姓名               等效：       学生指针-&gt;姓名 

        ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:57:05 +0000</pubDate>
    </item>
    <item>
      <title>习语言（中文C语言）代码调试方法（二）</title>
      <link>https://www.wgbcw.com/thread-1307-1-1.html</link>
      <description><![CDATA[前篇介绍的断点调试方法会暂停程序的执行，有时并不是很高效，可以采用如下方法：

开始时， 在程序开始增加如下语句调用：

设置调试级别（ 宏_提示 ）；

 

开发过程中，在需要跟踪变量状态或其他信息的地方，增加如下调试语句：

调试输出(0，宏_提示，  字符串类型 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:55:33 +0000</pubDate>
    </item>
    <item>
      <title>习语言（中文C语言）代码调试方法</title>
      <link>https://www.wgbcw.com/thread-1306-1-1.html</link>
      <description><![CDATA[代码有时运行结果并非我们期望的结果，此时首先要跟踪程序流程，判断程序执行到哪里出错了。 这个可以通过调试断点来跟踪程序执行流程。

在习语言编辑器环境中， 单击右键，选择 插入断点 或者在工具栏点击 插入断点按钮， 可以在光标所在行的行首插入一个断点。

在程 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:54:14 +0000</pubDate>
    </item>
    <item>
      <title>习语言宏定义中的‘#’、‘##’操作符和‘...’、‘ __变参__ ’</title>
      <link>https://www.wgbcw.com/thread-1305-1-1.html</link>
      <description><![CDATA[一、‘#’
 在宏函数的替换部分，#符号用作一个预处理运算符，它可以把参数的实际值转换成字符串。
例如：
 如果‘甲’是一个宏参数，那么‘#甲’就是一个字符串，表示实际参数值的名字串，即把实际参数名转化成相应的字符串。该过程称为参数字符串化.
代码如下：

 #包 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:51:56 +0000</pubDate>
    </item>
    <item>
      <title>习语言支持别名了！</title>
      <link>https://www.wgbcw.com/thread-1304-1-1.html</link>
      <description><![CDATA[示例如下， 给函数起个别名， 可以用别名访问函数。这样就方便使用已有的英文函数如WINAPI函数， 直接声明时指明个中文别名，就可以用中文进行调用。]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:50:26 +0000</pubDate>
    </item>
    <item>
      <title>写给想学c的兄弟</title>
      <link>https://www.wgbcw.com/thread-1303-1-1.html</link>
      <description><![CDATA[怎样才能学好c语言?
有人问我c语言是不是很难学，我说不是，后来问的人多了，我就萌生了写一篇关于c语言如何入门的文章的念头来。
其实c语言很简单，它只是一种交流的规则，一种表达的工具，一种承载思想的容器而已，之所以感觉难，我觉得是还不习惯使用计算机特点来考 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:49:09 +0000</pubDate>
    </item>
    <item>
      <title>用习语言作为工具来研究WINDOWS的消息</title>
      <link>https://www.wgbcw.com/thread-1302-1-1.html</link>
      <description><![CDATA[WINDOWS 的消息比较多，具体含义及出现时机很多时候不能很好的把握， 现在有了习语言，可以将习语言作为工具， 来研究各种WINDOWS消息了。 方法如下：

1、打开一个习语言视窗范例， 修改代码， 打开调试模式，


2、为模拟显示器添加个消息处理函数


3、实现消息处理 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:47:42 +0000</pubDate>
    </item>
    <item>
      <title>习语言（中文C）编程系列之三 视窗程序编写</title>
      <link>https://www.wgbcw.com/thread-1301-1-1.html</link>
      <description><![CDATA[编程前提条件： 下载习语言比较新的1.6系列版本。

此例以习语言1.69版本为例，其他版本或稍有不同。

1、打开习语言编辑器，点击 文件-&gt;打开模板。 
2、在打开模板对话框中，文件类型选择  习语言源码(*.习) , 选择 习语言图形程序模板.习， 点打开。

3、点编辑器工具 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:42:48 +0000</pubDate>
    </item>
    <item>
      <title>习语言（中文C）编程系列之二 控制台程序编写</title>
      <link>https://www.wgbcw.com/thread-1300-1-1.html</link>
      <description><![CDATA[编程前提条件： 下载习语言比较新的1.6系列版本。

此例以习语言1.69版本为例，其他版本或稍有不同。

1、打开习语言编辑器，点击 文件-&gt;打开模板。

2、在打开模板对话框中，文件类型选择  习语言源码(*.习) , 选择 习语言简化模板.习， 点打开。

3、点编辑器工具栏的 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:41:23 +0000</pubDate>
    </item>
    <item>
      <title>习语言（中文C）编程系列之一 传统英文编程</title>
      <link>https://www.wgbcw.com/thread-1299-1-1.html</link>
      <description><![CDATA[编程前提条件： 下载习语言比较新的1.6系列版本， 并安装英文编程补丁。

此例以习语言1.69版本为例，其他版本或稍有不同。

1、打开编辑器，新建一文件， 输入如下代码：2、点击编辑器工具栏的 控制台编译连接 按钮， 会弹出另存为对话框，为此新文件输入一个名字，   ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:39:53 +0000</pubDate>
    </item>
    <item>
      <title>习语言(中文C）中文编程系统 1.69版下载</title>
      <link>https://www.wgbcw.com/thread-1298-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:37:55 +0000</pubDate>
    </item>
    <item>
      <title>欢迎使用过习语言的朋友贡献如下使用体验文章， 有奖励。</title>
      <link>https://www.wgbcw.com/thread-1297-1-1.html</link>
      <description><![CDATA[1、 习语言使用体验  。

2、习语言入门指引  。

3、习语言使用指导  。

4、习语言控制台程序编程入门。

5、习语言视窗程序编程入门。

6、习语言编译系统研究。

     凡发表有价值文章者， 可以免费获取习语言最新版本。
 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:32:06 +0000</pubDate>
    </item>
    <item>
      <title>一个C语言题目的解答</title>
      <link>https://www.wgbcw.com/thread-1296-1-1.html</link>
      <description><![CDATA[从下一行开始到结尾即是程序代码，包含全部信息，唯有习语言编译工具支持这种文章风格的C程序，采用习语言最新版本编译运行：

第七题程序，原题描述：
 文件data.in中保存有m (m &lt; 2000) 个数据行，每行最多包含25个由空格分隔的正整数。
 给出整数k(k  ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:29:44 +0000</pubDate>
    </item>
    <item>
      <title>习语言实现了动态库调用</title>
      <link>https://www.wgbcw.com/thread-1295-1-1.html</link>
      <description><![CDATA[习语言实现了动态库调用，可以访问所有WINDOWS API函数了：

示例代码如下：运行结果：]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:26:54 +0000</pubDate>
    </item>
    <item>
      <title>全球首款LINUX环境下支持全中文的构建工具诞生了。</title>
      <link>https://www.wgbcw.com/thread-1294-1-1.html</link>
      <description><![CDATA[若干年前，经过努力，诞生了全球首款支持全中文的构建工具，从而代替了传统的make工具，开始支持全中文的构建指导书，从此，makefile不再晦涩难懂。不过它是运行在WINDOWS环境下的。

         今天，为了满足工作需要，经过努力，又诞生了全球首款LINUX环境 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:24:21 +0000</pubDate>
    </item>
    <item>
      <title>习语言1.66版发布， 欢迎下载</title>
      <link>https://www.wgbcw.com/thread-1293-1-1.html</link>
      <description><![CDATA[感谢 流星/aiq蝴蝶、 海天一线 在使用习语言1.65版本中发现的问题， 今天修正后发布1.66版本， 欢迎试用。]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:21:46 +0000</pubDate>
    </item>
    <item>
      <title>习语言相关开发任务，欢迎热心网友参与共同完善中文编程环境</title>
      <link>https://www.wgbcw.com/thread-1292-1-1.html</link>
      <description><![CDATA[1、C语言趣味程序百例精解  用 习语言 重新实现一遍。

2、标准C语言.h头文件重写。

     描述： 基于现有C语言所带的标准头文件重写一个新的.h头文件，去除冗余，保证能在 习语言中编译 通过。

     放在 习语言 接口目录中， 以便直接支持 标准C程序的直接编译。

3 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>xiyuyan</author>
      <pubDate>Wed, 28 Sep 2011 15:09:57 +0000</pubDate>
    </item>
    <item>
      <title>习语言编程求解  约瑟夫环问题</title>
      <link>https://www.wgbcw.com/thread-1291-1-1.html</link>
      <description><![CDATA[程序代码文件“约瑟夫环问题.习”内容如下：

程序名称：约瑟夫环问题
程序功能：
作者：
单位：
时间：

概述：
设有n个人围坐在圆桌周围，现从某个位置m（1≤m≤n）上的人开始报数，报数到k的人就站出来。下一个人，即原来的第k+1个位置上的人，又从1开始报数，再报数 ...]]></description>
      <category>习语言(中文C语言)</category>
      <author>admin</author>
      <pubDate>Wed, 28 Sep 2011 14:39:07 +0000</pubDate>
    </item>
  </channel>
</rss>