登录
首页 » C# » XLDemo

XLDemo

于 2021-01-22 发布 文件大小:1706KB
0 189
下载积分: 1 下载次数: 21

代码说明:

   迅雷云加速开放平台c#demo,很多人很遇到下载文件的问题。这个例子是调用迅雷云加速开放平台的dll,进行下载,速度很快。下载过程中可以获取到很全的下载信息,比如下载速度,进度,完成状态等,例子中带进度条。 特点: 支持断点续传。迅雷云加速。完善稳定的下载封装。(Thunder cloud acceleration open platform c# demo, many people are having trouble downloading files. This example is to call the Thunder cloud acceleration dll open platform, download, very fast. Download process can get to the very full download information, such as download speed, progress, completion status, etc., with a progress bar example. Features: Supports HTTP. Thunder cloud acceleration. Sound and stable download package.)

文件列表:

XLDemo
......\XLDemo
......\......\app.config,144,2016-10-08
......\......\bin
......\......\...\Debug
......\......\...\Release
......\......\...\.......\1(1).MP3,1673,2016-10-08
......\......\...\.......\1.MP3,1673,2016-10-08
......\......\...\.......\download
......\......\...\.......\........\atl71.dll,89600,2014-05-15
......\......\...\.......\........\dl_peer_id.dll,92080,2014-05-15
......\......\...\.......\........\download_engine.dll,3496312,2014-05-14
......\......\...\.......\........\id.dat,40,2014-05-16
......\......\...\.......\........\MiniThunderPlatform.exe,268744,2014-05-15
......\......\...\.......\........\minizip.dll,19968,2014-05-15
......\......\...\.......\........\msvcp71.dll,503808,2014-05-15
......\......\...\.......\........\msvcr71.dll,348160,2014-05-15
......\......\...\.......\........\XLBugHandler.dll,100808,2014-05-15
......\......\...\.......\........\XLBugReport.exe,248264,2014-05-15
......\......\...\.......\........\zlib1.dll,59904,2014-05-15
......\......\...\.......\XLDemo.exe,15360,2016-10-08
......\......\...\.......\XLDemo.exe.config,144,2016-10-08
......\......\...\.......\XLDemo.pdb,50688,2016-10-08
......\......\...\.......\XLDemo.vshost.exe,11600,2016-10-08
......\......\...\.......\XLDemo.vshost.exe.config,144,2016-10-08
......\......\...\.......\XLDemo.vshost.exe.manifest,490,2010-03-17
......\......\...\.......\xldl.dll,289224,2014-05-15
......\......\Form1.cs,2079,2016-10-03
......\......\Form1.Designer.cs,4506,2014-03-14
......\......\Form1.resx,6011,2014-03-14
......\......\obj
......\......\...\x86
......\......\...\...\Debug
......\......\...\...\.....\DesignTimeResolveAssemblyReferences.cache,2867,2014-03-14
......\......\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6269,2014-03-14
......\......\...\...\.....\TempPE
......\......\...\...\Release
......\......\...\...\.......\DesignTimeResolveAssemblyReferences.cache,1229,2016-10-03
......\......\...\...\.......\DesignTimeResolveAssemblyReferencesInput.cache,6064,2016-10-08
......\......\...\...\.......\GenerateResource.read.1.tlog,340,2016-10-08
......\......\...\...\.......\GenerateResource.write.1.tlog,782,2016-10-08
......\......\...\...\.......\TempPE
......\......\...\...\.......\......\Properties.Resources.Designer.cs.dll,4608,2016-10-08
......\......\...\...\.......\XLDemo.csproj.FileListAbsolute.txt,4848,2016-10-08
......\......\...\...\.......\XLDemo.csproj.GenerateResource.Cache,975,2016-10-03
......\......\...\...\.......\XLDemo.csprojResolveAssemblyReference.cache,10904,2016-08-30
......\......\...\...\.......\XLDemo.exe,15360,2016-10-08
......\......\...\...\.......\XLDemo.Form1.resources,180,2016-10-08
......\......\...\...\.......\XLDemo.pdb,50688,2016-10-08
......\......\...\...\.......\XLDemo.Properties.Resources.resources,180,2016-10-08
......\......\Program.cs,467,2016-08-30
......\......\Properties
......\......\..........\AssemblyInfo.cs,1362,2014-03-14
......\......\..........\Resources.Designer.cs,2848,2016-10-08
......\......\..........\Resources.resx,5612,2014-03-14
......\......\..........\Settings.Designer.cs,1102,2016-10-08
......\......\..........\Settings.settings,249,2014-03-14
......\......\XLDemo.csproj,3591,2016-10-08
......\......\XLDemo.csproj.user,227,2016-08-30
......\......\XLEngine.cs,14292,2016-07-10
......\XLDemo.sln,860,2014-03-14

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

发表评论

0 个回复

  • websocket
    在web下实现 tcp ip通信,异步通讯
    2012-05-05 09:17:15下载
    积分:1
  • tanshe
    操作系统概念实验教程1,在裸机上通过操作现存来显示字符串在屏幕上(Operating System Concepts Experimental Course 1, by operating on the bare metal to an existing string displayed on the screen)
    2017-04-12 00:46:49下载
    积分:1
  • MDIFrameBackground
    To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
    2010-08-06 14:07:20下载
    积分:1
  • 基于JAIN诉讼的发展。用口作为信号。吨。
    基于JAIN开发的一个会议程序。采用SIP 作为信令。基本的文本会议功能已经实现,语音部分待扩展。-with JAIN based on the development of a proceedings. Using SIP as a signaling. The basic functions of the text has already been achieved, some voice to be extended.
    2022-05-23 14:06:46下载
    积分:1
  • Course
    本实例演示了利用DAO访问数据库的常用方法,并附带了所用的数据库course.mdb。(examples demonstrating the use of DAO Database Access commonly used methods, and the incidental use of the database course.mdb.)
    2005-05-12 11:37:22下载
    积分:1
  • 自动检测网络状况,当网络闲置时自动关机,可根据实际情况选择关机条件。...
    自动检测网络状况,当网络闲置时自动关机,可根据实际情况选择关机条件。-Automatically detects network conditions, when the network shuts down automatically when idle, according to the actual situation may choose to shut down conditions.
    2023-06-16 12:40:03下载
    积分:1
  • 2833x_FixedPoint_BRevAcq
    2833x_FixedPoint_BRevAcq.rar,包含TI_DSP的FIR库函数的应用源程序翻译的文字内容(2833 x_fixedpoint_BRevAcq. Rar, contain TI_DSP FIR library function application source code for the translated text)
    2013-10-25 16:33:49下载
    积分:1
  • 聊天使用很好用的 可是视频 文件传输 以及实时对话
    聊天使用很好用的 可是视频 文件传输 以及实时对话-Chat with the use of very good but the video file transfer and real-time dialogue
    2023-01-25 04:00:03下载
    积分:1
  • arcobjects
    使用arcobjects控件编程 对arcEngine学习很有帮助。 (arcGIS Engine10)
    2013-11-21 10:25:06下载
    积分:1
  • SPI
    this is the SPI source code, to learn ARM helpful, good things to share with everyone Kazakhstan(ARM DEVELOPMENT )
    2009-12-15 16:22:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载