<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Hello Mat - 进阶篇</title>
    <link>http://halcom.cn/forum.php?mod=forumdisplay&amp;fid=129</link>
    <description>Latest 20 threads of 进阶篇</description>
    <copyright>Copyright(C) Hello Mat</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 15 Jun 2026 16:44:10 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://halcom.cn/static/image/common/logo_88_31.gif</url>
      <title>Hello Mat</title>
      <link>http://halcom.cn/</link>
    </image>
    <item>
      <title>python免安装版（绿色版）制作</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=53697</link>
      <description><![CDATA[python免安装版（绿色版）制作

（1）win7-x86 制作
链接：https://pan.baidu.com/s/1EpvuViR2GxXMPT4iSaiudw 提取码：l8rj
Python37_x86离线压缩包：链接：https://pan.baidu.com/s/1cayeC8-iHCb-A_l40Na8CQ 提取码：w2tr
python-3.7.6-embed-win32：链接：https: ...]]></description>
      <category>进阶篇</category>
      <author>GTX_AI</author>
      <pubDate>Sun, 30 Aug 2020 13:54:06 +0000</pubDate>
    </item>
    <item>
      <title>C#调用python脚本</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=52409</link>
      <description><![CDATA[C#调用python脚本



参考：
【1】c#调用python的方法总结
【2】c#调用python脚本
【3】c#调用python的四种方法
【4】C#调用Python的使用总结]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sat, 23 May 2020 10:38:56 +0000</pubDate>
    </item>
    <item>
      <title>dijkstra最短路算法</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=51459</link>
      <description><![CDATA[dijkstra最短路算法
给定终点src，从全部可能的起点出发，得到全部的最短路径。


参考：[1]graph_algorithm]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sun, 20 Oct 2019 04:15:17 +0000</pubDate>
    </item>
    <item>
      <title>采用Gurobi+Python平台，非线性规划计算</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=34323</link>
      <description><![CDATA[Gurobi+Python平台、Python+Gurobi入门

代码参考：]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sat, 15 Dec 2018 15:13:48 +0000</pubDate>
    </item>
    <item>
      <title>self的用法</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=3963</link>
      <description><![CDATA[self的用法：
注意init左右各两个下划线，不然会报错：TypeError: this constructor takes no arguments

new了一个对象p，当调用p.sayhello()，默认首先进入init函数，那么self.name = ysw；]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sun, 27 Aug 2017 13:01:42 +0000</pubDate>
    </item>
    <item>
      <title>Anaconda2 (32-bit)运行wxPython</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=3962</link>
      <description><![CDATA[Anaconda2 (32-bit)运行wxPython：注意：spyder下运行报出错误 ： PyNoAppError: The wx.App object must be created first!
解决方法：是在spyder里的console输入del app，回车，然后再运行程序即能成功。]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sun, 27 Aug 2017 12:37:43 +0000</pubDate>
    </item>
    <item>
      <title>使用C/C++生成DLL，Python调用DLL/SO</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=3961</link>
      <description><![CDATA[使用C/C++生成DLL，Python调用DLL/SO：http://blog.csdn.net/lihao21/article/details/46622351]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sun, 27 Aug 2017 08:37:50 +0000</pubDate>
    </item>
    <item>
      <title>Python提高篇--视频讲解</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=3611</link>
      <description><![CDATA[Python提高篇--视频讲解]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sat, 29 Jul 2017 15:04:36 +0000</pubDate>
    </item>
    <item>
      <title>Python界面设计--学习资源库</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=3303</link>
      <description><![CDATA[Python界面设计：
参考链接：
【1】Python的交互式界面 编写
【2】Getting started with wxPython
【3】wxPython快速入门
【4】]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Mon, 10 Jul 2017 14:22:27 +0000</pubDate>
    </item>
    <item>
      <title>Python提高篇大全——聚宝盆</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=989</link>
      <description><![CDATA[【0】Python入门大全——聚宝盆
【1】Python界面设计--学习资源库
【2】Anaconda2 (32-bit)运行wxPython
【3】python免安装版（绿色版）制作
【4】C#调用python脚本
【5】self的用法
【6】使用C/C++生成DLL，Python调用DLL/SO
【7】采用Gurobi+Python平台，非线 ...]]></description>
      <category>进阶篇</category>
      <author>Halcom</author>
      <pubDate>Sat, 01 Apr 2017 05:09:02 +0000</pubDate>
    </item>
  </channel>
</rss>