登录
首页 » C# » remote

remote

于 2011-02-21 发布 文件大小:1353KB
0 374
下载积分: 1 下载次数: 1

代码说明:

说明:  c# 实现连接远程桌面的程序,可以连接xp/windows2003/windows7(c# program to achieve the Remote Desktop connection, you can connect xp/windows2003/windows7)

文件列表:

remote
......\Database
......\........\bin
......\........\...\Debug
......\........\...\.....\Database.dll,14336,2009-05-15
......\........\...\.....\Database.pdb,42496,2009-05-15
......\........\...\.....\RijndaelEncryptDecrypt.dll,5632,2009-05-15
......\........\...\.....\RijndaelEncryptDecrypt.pdb,11776,2009-05-15
......\........\...\.....\System.Data.SQLite.dll,839680,2009-05-15
......\........\...\.....\System.Data.SQLite.xml,185042,2009-05-15
......\........\Database.cs,2872,2009-05-15
......\........\Database.csproj,3181,2009-05-15
......\........\Groups.cs,4618,2009-05-15
......\........\Properties
......\........\..........\AssemblyInfo.cs,1428,2009-05-15
......\........\RijndaelHelper.cs,905,2009-05-15
......\........\Servers.cs,11481,2009-05-15
......\........\SettingsException.cs,662,2009-05-15
......\DataProtection
......\..............\bin
......\..............\...\Debug
......\..............\...\.....\DataProtection.dll,9216,2009-05-15
......\..............\...\.....\DataProtection.pdb,19968,2009-05-15
......\..............\DataProtection.csproj,2667,2009-05-15
......\..............\DataProtectionForRDPWrapper.cs,2285,2009-05-15
......\..............\DataProtector.cs,13589,2009-05-15
......\..............\Properties
......\..............\..........\AssemblyInfo.cs,1470,2009-05-15
......\LiveInformationBox
......\..................\bin
......\..................\...\Debug
......\..................\...\.....\LiveInformationBox.dll,22016,2009-05-15
......\..................\...\.....\LiveInformationBox.pdb,34304,2009-05-15
......\..................\InformationDetails.cs,2672,2009-05-15
......\..................\InfoWindow.cs,7778,2009-05-15
......\..................\InfoWindow.Designer.cs,7085,2009-05-15
......\..................\InfoWindow.resx,6005,2009-05-15
......\..................\LiveInformationBox.csproj,4034,2009-05-15
......\..................\Properties
......\..................\..........\AssemblyInfo.cs,1448,2009-05-15
......\..................\..........\Resources.Designer.cs,3421,2009-05-15
......\..................\..........\Resources.resx,6497,2009-05-15
......\..................\..........\Settings.Designer.cs,1103,2009-05-15
......\..................\..........\Settings.settings,249,2009-05-15
......\..................\Resources


......\mstscax.dll (this is a version 2.0 found in WindowsXP),655360,2009-05-15
......\MsTscAxWrapper
......\..............\AxMSTSCLib.cs,95416,2009-05-15
......\..............\AxMSTSCLib.pdb,112128,2009-05-15
......\..............\bin
......\..............\...\Debug
......\..............\...\.....\MsTscAxWrapper.dll,36864,2009-05-15
......\..............\...\.....\MsTscAxWrapper.pdb,112128,2009-05-15
......\..............\...\.....\MSTSCLib.dll,81920,2009-05-15
......\..............\MsTscAxWrapper.csproj,2489,2009-05-15
......\..............\MsTscAxWrapper.csproj.user,168,2009-05-15
......\..............\MSTSCLib.dll,81920,2009-05-15
......\..............\Properties
......\RDPReader
......\.........\bin
......\.........\...\Debug
......\.........\...\.....\RDPReader.dll,14848,2009-05-15
......\.........\...\.....\RDPReader.pdb,32256,2009-05-15
......\.........\Properties
......\.........\..........\AssemblyInfo.cs,1460,2009-05-15
......\.........\RDPFileReader.cs,18333,2009-05-15
......\.........\RDPReader.csproj,2335,2009-05-15
......\RemoteDesktopClient
......\...................\AboutWindow.cs,386,2009-05-15
......\...................\AboutWindow.Designer.cs,7654,2009-05-15
......\...................\AboutWindow.resx,9096,2009-05-15
......\...................\App.config,273,2009-05-15
......\...................\App.Data
......\...................\........\ApplicationDatas.s3db,4096,2009-05-15
......\...................\bin
......\...................\...\Debug
......\...................\...\Release
......\...................\Class Modules
......\...................\.............\Common Helpers
......\...................\.............\..............\GlobalHelper.cs,588,2009-05-15
......\...................\.............\ControlToImage.cs,3456,2009-05-15
......\...................\Controls
......\...................\........\ListViewControlHooks.cs,4659,2009-05-15
......\...................\........\TabStrip.cs,31234,2009-05-15
......\...................\ExportWindow.cs,5232,2009-05-15
......\...................\ExportWindow.Designer.cs,9625,2009-05-15
......\...................\ExportWindow.resx,10850,2009-05-15
......\...................\ICO





......\...................\...\delRDP_16.ico,1150,2009-05-15
......\...................\...\disconnect_all_16.ico,1150,2009-05-15
......\...................\...\ehSSO.dll_I00dc_0409_16.ico,1150,2009-05-15
......\...................\...\export_16.ico,1150,2009-05-15
......\...................\...\filemgmt.dll_I00ec_0409_16.ico,1150,2009-05-15

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

发表评论

0 个回复

  • UNIX-C
    一种用C语言设计的攻击程序,重要用于Unix 和linux环境下面.(a C language design of the attack procedure, it is important for Unix and Linux environment below.)
    2006-09-29 23:30:11下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • EPWM_deadband
    TMS320F28377D Epwm死区例程(TMS320F28377D Epwm Dead routine)
    2020-11-10 20:29:47下载
    积分:1
  • CalendarThemeSample
    Calendar控件提供丰富的操作式样,应用了皮肤技术,使控件使用不同的主题。(Calendar control provides a wealth of operational style, applied to the skin technology to control a different theme.)
    2010-07-06 10:50:06下载
    积分:1
  • 8.26
    基于STM32开发的DEVICENET的不完全原代码,由于版权有限,里边有几处需要修改后才能完全符合标准。(The incomplete code of DEVICENET is developed based on STM32. Because of limited copyright, there are several points that need to be modified to meet the standards.)
    2021-01-08 19:48:52下载
    积分:1
  • guqgta
    我本人搜集的一些opnet通信仿真的相关程序(Some opnet Communication Simulation programs I have collected)
    2019-01-05 00:58:21下载
    积分:1
  • CPP-Primer--Fifth-Edition
    C++ Primer the fifth edition
    2012-12-06 09:43:08下载
    积分:1
  • CSharp.E-Kitap.Memik_Yanik
    Turkish programming book. C # Beginners book. Author Memik Yanı k.
    2012-08-23 14:59:48下载
    积分:1
  • cports
    cports.exe is a CurrPorts belonging to CurrPorts from NirSoft .
    2009-05-02 21:39:56下载
    积分:1
  • GDI+鼠标绘制常规图形平衡缩放DEMO
    说明:  GDI+鼠标绘制常规图形平衡缩放DEMO,使用C#语言,附有全部源码。可以进行点、线、多边形、圆、椭圆、弧线还有文本等等的绘制,以及撤销、刷新、删除等功能,是个比较好的示例。(GDI + mouse drawing general graphics balance zoom demo, using C# language, with all the source code. It is a good example to draw points, lines, polygons, circles, ellipses, arcs and text, as well as to undo, refresh, delete and other functions.)
    2020-03-26 00:47:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载