<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>宝峰科技 - C#</title>
    <link>https://wgbcw.com/forum-17-1.html</link>
    <description>Latest 20 threads of C#</description>
    <copyright>Copyright(C) 宝峰科技</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 29 Jun 2026 23:44:15 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://wgbcw.com/static/image/common/logo_88_31.gif</url>
      <title>宝峰科技</title>
      <link>https://wgbcw.com/</link>
    </image>
    <item>
      <title>C#排序算法大全</title>
      <link>https://wgbcw.com/thread-1452-1-1.html</link>
      <description><![CDATA[今天我们一起了解一下C#排序算法，希望能为C#语言的学习者带来一些益处。不要忘了，学语言要花大力气学数据结构和算法。 



  using System; 
  namespace BubbleSorter 
  { 
  public class BubbleSorter 
  { 
  public void Sort(int [ ] list) 
  { 
  int i,j,te ...]]></description>
      <category>C#</category>
      <author>编程学习者</author>
      <pubDate>Tue, 13 Mar 2012 15:33:16 +0000</pubDate>
    </item>
    <item>
      <title>c#中的数据库访问工厂</title>
      <link>https://wgbcw.com/thread-1450-1-1.html</link>
      <description><![CDATA[上午看到一个兄弟的文章，很辛苦的想实现不改代码只改配置来访问不同类型的数据库，自己去实现工厂模式。精神可嘉，但是殊不知c#已经自己为不同类型数据库的访问做了一个工厂。在这里我就把使用工厂的例子贴出来供不知道的兄弟参考一下，高手们可以忽略了。

首先是配置 ...]]></description>
      <category>C#</category>
      <author>编程学习者</author>
      <pubDate>Tue, 13 Mar 2012 14:25:36 +0000</pubDate>
    </item>
    <item>
      <title>C# 花心胡萝卜打字 仿金山打字</title>
      <link>https://wgbcw.com/thread-1074-1-1.html</link>
      <description><![CDATA[看到没人在这里发表帖子，我来发表一篇 ---

唉，毕业设计。。。。。。

为了这毕业设计，费尽了千辛万苦。。。。

先用C#搞一个，还得转换成C++的MFC --  真变态

（PS：估计吻哥看到又骂我==）

先看截图吧

欢迎画面：

主程序界面：


上边的效果和金山差不多，打错 ...]]></description>
      <category>C#</category>
      <author>花心胡萝卜</author>
      <pubDate>Sat, 18 Dec 2010 13:19:19 +0000</pubDate>
    </item>
  </channel>
</rss>