<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>X64论坛 - 编程交流区</title>
    <link>https://home.x64bbs.cn/forum-102-1.html</link>
    <description>Latest 20 threads of 编程交流区</description>
    <copyright>Copyright(C) X64论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 22 Aug 2026 08:05:34 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://home.x64bbs.cn/static/image/common/logo_88_31.gif</url>
      <title>X64论坛</title>
      <link>https://home.x64bbs.cn/</link>
    </image>
    <item>
      <title>这，就是 Z 世代的“教科书”级腕间音乐播放器！</title>
      <link>https://home.x64bbs.cn/thread-6426-1-1.html</link>
      <description><![CDATA[今天为大家介绍的是“唯辞乐播”app的UI设计方案（我是真不会写安卓应用...评论区有没有大佬来把我的这个想法变成现实aaa）

去年发布的那个HarmonyOS Next控制中心那套方案，说实话，真的惊艳到我了，所以在这个UI里边加了一点点那个的感觉。

都说到这了，就直接来看 ...]]></description>
      <category>编程交流区</category>
      <author>猫兔[HiOS!]</author>
      <pubDate>Fri, 27 Feb 2026 08:01:17 +0000</pubDate>
    </item>
    <item>
      <title>最新版qq怎么一键导出聊天记录</title>
      <link>https://home.x64bbs.cn/thread-5697-1-1.html</link>
      <description><![CDATA[最新版qq怎么一键自己的导出聊天记录，有没有免费软件或者指点下，谢谢了]]></description>
      <category>编程交流区</category>
      <author>7夕</author>
      <pubDate>Sat, 07 Jun 2025 23:01:55 +0000</pubDate>
    </item>
    <item>
      <title>新软件规划</title>
      <link>https://home.x64bbs.cn/thread-5384-1-1.html</link>
      <description><![CDATA[继发布PyCry1.0.0.0后，我打算在1年半内再推出一款简单易用的、有图形化界面的、开源的计划任务（自定义规则）编写及管理软件，暂定名称为Lurker，后续可能改名。


下面的图片是已经编写的部分代码：

 ...]]></description>
      <category>编程交流区</category>
      <author>keykylewu</author>
      <pubDate>Sat, 05 Apr 2025 14:45:51 +0000</pubDate>
    </item>
    <item>
      <title>你还在为不会用SQLmap而苦恼吗?SQLmap精简版可以解决你的一....</title>
      <link>https://home.x64bbs.cn/thread-4575-1-1.html</link>
      <description><![CDATA[[mw_shl_code=python,true]import requests
import os
from urllib.parse import urlparse, urlunparse, parse_qs, urlencode
from datetime import datetime

class MiniSQLiScanner:
    def __init__(self, target_url):
        self.target_url = self.normalize]]></description>
      <category>编程交流区</category>
      <author>kali㉿root@cd~</author>
      <pubDate>Thu, 13 Feb 2025 10:09:29 +0000</pubDate>
    </item>
    <item>
      <title>分享一个我突发奇想的抽象但实用的算法</title>
      <link>https://home.x64bbs.cn/thread-4549-1-1.html</link>
      <description><![CDATA[需求：

在教室中，有8列6行共48个座位，你们班有48人，学号为1~48，他们每个人都随机坐在一个座位上（有这样一个二位数组classRoom[8][6]，共有48个元素，每个元素为1~48中任意一个整数，且每个数只能出现一次），你是一名课代表，手上有每一名同学的共48本作业，你从 ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sat, 08 Feb 2025 13:42:05 +0000</pubDate>
    </item>
    <item>
      <title>这是Python的bug吗？？？</title>
      <link>https://home.x64bbs.cn/thread-4406-1-1.html</link>
      <description><![CDATA[我没格式化字符串为啥这个报错啊？？！！]]></description>
      <category>编程交流区</category>
      <author>keykylewu</author>
      <pubDate>Fri, 10 Jan 2025 09:14:19 +0000</pubDate>
    </item>
    <item>
      <title>源码-Python的多线程文件下载</title>
      <link>https://home.x64bbs.cn/thread-4374-1-1.html</link>
      <description><![CDATA[[mw_shl_code=python,true]from concurrent.futures import ThreadPoolExecutor, as_completed
from urllib.parse import urlparse
import requests as r
import os

def calcDivisionalRange(fileSize, chuck=10):
    step = fileSize//chuck
    arr = list(range(]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Tue, 31 Dec 2024 11:25:01 +0000</pubDate>
    </item>
    <item>
      <title>VisualStudio开发求助</title>
      <link>https://home.x64bbs.cn/thread-4348-1-1.html</link>
      <description><![CDATA[我已经安装了WDK，但依然无法加载ntddk.h]]></description>
      <category>编程交流区</category>
      <author>keykylewu</author>
      <pubDate>Sun, 22 Dec 2024 12:01:50 +0000</pubDate>
    </item>
    <item>
      <title>C++或懂网页代码的大神求助一下</title>
      <link>https://home.x64bbs.cn/thread-4040-1-1.html</link>
      <description><![CDATA[继续教育 https://gp.chinahrt.com/ 这个网站 以前可以拖动学习 现在得完全硬挂 看了一下后台代码 有具体禁止操作代码 不太会改 希望来个大神做个脚本或者用什么方法可以秒过视频 感谢~~~~]]></description>
      <category>编程交流区</category>
      <author>jjkkasas</author>
      <pubDate>Wed, 13 Nov 2024 05:50:51 +0000</pubDate>
    </item>
    <item>
      <title>【求助】各位大佬帮我看看代码，求求了QWQ</title>
      <link>https://home.x64bbs.cn/thread-3582-1-1.html</link>
      <description><![CDATA[本帖最后由 清风扰星 于 2024-8-22 23:49 编辑 
        本人小白一个，最近开始学c++，老师让我们自己修改游戏，我就增加了一个登录和vip，然后老师说我游戏部分再扩充一下，可是我不会了，求求各位大佬指点一下我QWQ

里面是cpp文件和exe


 ...]]></description>
      <category>编程交流区</category>
      <author>清风扰星</author>
      <pubDate>Thu, 22 Aug 2024 15:38:41 +0000</pubDate>
    </item>
    <item>
      <title>【求助】代码SegFault</title>
      <link>https://home.x64bbs.cn/thread-3463-1-1.html</link>
      <description><![CDATA[SegFault函数：

[mw_shl_code=cpp,true]void Lexer::FormatInput()
{
    // 去除所有空格
    // erase_if()函数会找到所有空格，并把他们移动到字符串末尾
    // 并返回一个指向最后一个非空格字符的迭代器，我们可以使用
    // erase()删除这些空格字符（此代码正 ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sat, 27 Jul 2024 06:34:31 +0000</pubDate>
    </item>
    <item>
      <title>NOC “智慧社区”满分源码分享</title>
      <link>https://home.x64bbs.cn/thread-3411-1-1.html</link>
      <description><![CDATA[如题，最近被我们老师拉去参加NOC比赛了，老师给了我们一个“满分”源码（指随机赛道无法运行，需要我们重头编写）

在这个逻辑框架的基础上，我和队友重新编写了业务逻辑，然后真拿满分了（doge）
把源码分享给大家（老师强制中文编程qwq）
[mw_shl_code=cpp, ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sun, 14 Jul 2024 12:53:52 +0000</pubDate>
    </item>
    <item>
      <title>【PHP交流】如何在现代的php环境下运行discuz 1.0</title>
      <link>https://home.x64bbs.cn/thread-3303-1-1.html</link>
      <description><![CDATA[如题，今天在网络考古的时候发现了这个：



但是我扔进了我的小破虚拟主机后发现没法安装
哪位懂php的解释下]]></description>
      <category>编程交流区</category>
      <author>faryou</author>
      <pubDate>Sun, 16 Jun 2024 12:20:46 +0000</pubDate>
    </item>
    <item>
      <title>局部变量是否应该初始化</title>
      <link>https://home.x64bbs.cn/thread-3300-1-1.html</link>
      <description><![CDATA[如题，最近在写一个项目，声明了一堆局部变量，在思考要不要初始化

网上有因为没初始化造成的variable not initialize的runtime error，但是据微软员工说，微软内部有一份文件强制不初始化所有局部变量
并且[s]勾股[/s]谷歌的开源项目中所有变量也都没有初始化，所以变 ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sun, 16 Jun 2024 03:34:14 +0000</pubDate>
    </item>
    <item>
      <title>快速排序实现&amp;讲解</title>
      <link>https://home.x64bbs.cn/thread-3294-1-1.html</link>
      <description><![CDATA[因高中学业繁忙，很久没在论坛发帖了

看到论坛有选择排序的讲解，我也来个快速排序的讲解 

快速排序可以分为两个部分，分区和递归。快速排序对一个数组进行排序，实际上是先选取一个基准数（pivot），把比基准数小的数字放到数组左边，比基准数大的 ...]]></description>
      <category>编程交流区</category>
      <author>skystars</author>
      <pubDate>Wed, 05 Jun 2024 12:08:23 +0000</pubDate>
    </item>
    <item>
      <title>选择排序算法实现&amp;讲解</title>
      <link>https://home.x64bbs.cn/thread-3277-1-1.html</link>
      <description><![CDATA[【选择排序算法设计】

选择排序算法的原理是，寻找数组中最小的数字，和区域内的第一个数字互换位置，
每进行一次排序，区域就缩小一位
例如在arr和arr中寻找最小的数，并和i对换位置
下一次会在arr和arr中寻找最小的数，和i+1兑换位置，以此类推

首先我们需要实现一 ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sun, 31 Mar 2024 07:19:11 +0000</pubDate>
    </item>
    <item>
      <title>【算法教程】贪心算法讲解及详细案例说明</title>
      <link>https://home.x64bbs.cn/thread-3274-1-1.html</link>
      <description><![CDATA[前言
        说句真心话，我以前写的文章中很大一部分都有些水，现在开始，我的算法教程系列正式启动。此系列内容更新十分缓慢，请务必耐心等待~

贪心算法
        顾名思义，贪心算法是指在每个局部都采用最优解的方法，当然，这种解法对于整体来说并不一定最优解。 ...]]></description>
      <category>编程交流区</category>
      <author>faryou</author>
      <pubDate>Sun, 24 Mar 2024 10:13:56 +0000</pubDate>
    </item>
    <item>
      <title>【纯原创】C语言进制转换器</title>
      <link>https://home.x64bbs.cn/thread-3265-1-1.html</link>
      <description><![CDATA[[mw_shl_code=c,true]#include 

int n,m,ten;
char a[15],ans[15];

int n_ten(int n){
        int answer=0;
        for(int i=0;a!=\'\\0\';i++){
                if(a&gt;=\'0\' &amp;&amp; a=\'A\' &amp;&amp; a0){
                if(i%m=10) ans=i%m+55;
                i]]></description>
      <category>编程交流区</category>
      <author>faryou</author>
      <pubDate>Sun, 03 Mar 2024 13:29:52 +0000</pubDate>
    </item>
    <item>
      <title>基于map的KV型内存数据库</title>
      <link>https://home.x64bbs.cn/thread-3261-1-1.html</link>
      <description><![CDATA[这个项目非常简单，没写基于文件的数据库是因为在C++中处理字符串真的好坑啊

显示出来是homo的字符串可能有\&quot;homo\&quot;,\&quot;homo\\n\&quot;,\&quot;homo\\r\\n\&quot;,\&quot;homo\\b\&quot;等等形式……
写了两天放弃了
源码：
[mw_shl_code=cpp,true]#include 
#include 
#include 

class MemKV {
pub ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sat, 17 Feb 2024 12:07:33 +0000</pubDate>
    </item>
    <item>
      <title>【求助】WINAPI GetComputerName报错</title>
      <link>https://home.x64bbs.cn/thread-3233-1-1.html</link>
      <description><![CDATA[如题，目前已经确认了动态内存分配没有问题，SetText没有问题（上面还有一个格式一摸一样的MyGetUserName）

GetComputerName时，会返回FALSE
[mw_shl_code=c,true]char *MyGetComputerName() {
    char *computerName = (char *)malloc(256 *sizeof(char));
    DWORD ...]]></description>
      <category>编程交流区</category>
      <author>蒟蒻</author>
      <pubDate>Sat, 30 Dec 2023 13:09:48 +0000</pubDate>
    </item>
  </channel>
</rss>