登录
首页 » c++,c » 电报下拉列表充分源

电报下拉列表充分源

于 2022-01-22 发布 文件大小:8.85 kB
0 109
下载积分: 2 下载次数: 1

代码说明:

目前我们专注于开放采购允许开发人员快速构建使用我们的 API 的东西的东西。我们已经为我们的 Android、 iOS、 web 和桌面应用程序 (赢,OSX 和 Linux) 发布代码。我们最终将会发布更多的代码。 这是完整的源代码和电报信使,电报 API和MTProto安全协议的基础的官方桌面客户端的 alpha 版本的生成指令。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c++坦克大战
    c++写的坦克大战的源码,c++写的坦克大战的源码,c++写的坦克大战的源码,c++写的坦克大战的源码,c++写的坦克大战的源码,c++写的坦克大战的源码,c++写的坦克大战的源码。
    2022-08-17 17:41:15下载
    积分:1
  • USBHID应用源码
    STM32F103c8t6的hiD下位机源代码,keil MDK开发环境,实现STM32的USB驱动程序,实现USB端的DEVICE功能.
    2022-03-14 17:53:33下载
    积分:1
  • 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制...
    模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimization problems, the internal energy E is modeled as the objective function value f, temperature T evolved into control parameter t, that is to be solutions of combinatorial optimization problems simulated annealing algorithm: from the initial solution i and control the parameters of the initial value t begin to repeat the current solution, " to generate new solutions of differential → → calculation of the objective function to accept or give up," iteration, and gradually decay t values, the algorithm is terminated shall be derived from the current approximate solution of the optimal solution
    2022-02-20 05:04:22下载
    积分:1
  • 数据包嗅探器
    数据包嗅探器
    2022-03-24 21:36:03下载
    积分:1
  • UDP完成TCP功能
    完整封装UDP功能,支持TCP中的AC K,滑动窗口、数据不完整时重发和数据检验功能
    2022-05-31 15:24:43下载
    积分:1
  • C#多线程 初学用
    C#多线程  适合初学用。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2023-06-17 02:05:03下载
    积分:1
  • 串口运动控制上位机/C#串口助手源码
    C#串口运动控制上位机源码,主要用于运动控制调试,比如在"M "栏输入1000,串口输出M 1000,,在"M-"输入1000,串口输出M-1000;下位机可根据指令进行区别驱动电机方向运动 串口运动控制上位机 └── 马达串口运动控制上位机     ├── SerialCommunicate     │   ├── Form1.Designer.cs     │   ├── Form1.cs     │   ├── Form1.resx     │   ├── Program.cs     │   ├── Properties     │   │   ├── AssemblyInfo.cs     │   │   ├── Resources.Designer.cs     │   │   ├── Resources.resx     │   │   ├── Settings.Designer.cs     │   │   └── Settings.settings     │   ├── SerialCommunicate.csproj     │   ├── bin     │   │   ├── Debug     │   │   │   ├── SerialCommunicate.exe     │   │   │   ├── SerialCommunicate.pdb     │   │   │   ├── SerialCommunicate.vshost.exe     │   │   │   └── SerialCommunicate.vshost.exe.manifest     │   │   └── Release     │   │       ├── SerialCommunicate.exe     │   │       ├── SerialCommunicate.pdb     │   │       ├── SerialCommunicate.vshost.exe     │   │       └── SerialCommunicate.vshost.exe.manifest     │   └── obj     │       ├── Debug     │       │   ├── DesignTimeResolveAssemblyReferences.cache     │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache     │       │   ├── SerialCommunicate.Form1.resources     │       │   ├── SerialCommunicate.Properties.Resources.resources     │       │   ├── SerialCommunicate.csproj.FileListAbsolute.txt     │       │   ├── SerialCommunicate.csproj.GenerateResource.Cache     │       │   ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │       │   ├── SerialCommunicate.exe     │       │   ├── SerialCommunicate.pdb     │       │   └── TempPE     │       └── Release     │           ├── 3ed801191daeeafe4f32720599873cc71f6b.png     │           ├── DesignTimeResolveAssemblyReferences.cache     │           ├── DesignTimeResolveAssemblyReferencesInput.cache     │           ├── QIcon Changer.exe     │           ├── SerialCommunicate.Form1.resources     │           ├── SerialCommunicate.Properties.Resources.resources     │           ├── SerialCommunicate.csproj.FileListAbsolute.txt     │           ├── SerialCommunicate.csproj.GenerateResource.Cache     │           ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │           ├── SerialCommunicate.exe     │           ├── SerialCommunicate.pdb     │           └── TempPE     ├── SerialCommunicate.sln     └── SerialCommunicate.v11.suo 11 directories, 40 files
    2021-08-15 00:31:13下载
    积分:1
  • 《用C++语言编写数学常用算法》
    《用C++语言编写数学常用算法》的配书程序
    2022-02-20 07:17:44下载
    积分:1
  • 基于VC的指纹识别
    利用指纹采集器采集指纹,进行指纹图像的处理和识别。包含指纹图像预处理和图像匹配模块,具体算法已经经过优化,能够比较好地处理指纹,得到较高的指标要求。指纹采集器的选择基于USB接口。
    2022-03-10 06:51:30下载
    积分:1
  • 文件包括两部分: c#入门代码集 c#常用方法 适合初学者...
    文件包括两部分: c#入门代码集 c#常用方法 适合初学者-Document consists of two parts: c# Entry code set c# Commonly used method is suitable for beginners
    2023-02-13 13:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载