• AES for RAD Studio Delphi10 ~ 11.1 Alexandria 加密解密

    AES for Delphi 加密解密,代码在Delphi10 ~ 11.1下已调试通过。 算法模式包含: CBC(Cipher Block Chaining,加密块链) 模式、 ECB(Electronic Code Book,电子密码本) 模式 加密结果包含:十六进制、base64 补码方式:PKCS5Padding 密钥长度:128、192、256

    0
    249
    773KB
    2022-05-15
    50
  • Embarcadero RAD Studio Alexandria11.1下载和安装说明

    RAD Studio Alexandria11.1 ,详细安装说明请下载附件查看! 1、装载光盘映像文件RADStudio_11_1_esd_10_8973a.iso,将光盘上全部文件拷贝到硬盘目录; 2、以管理员身份启动安装程序[ radstudio_11_esd_108973a.exe] 3、同意许可协议,单击“Next”进入许可证输入“Use Existing License”页面,不要单击“Install” 4、现在在Patch上,单击生成序列号“Generate Serial Number”,然后再单击“Patch RAD Studio Setup”按钮 5、返回到“Setup - RAD Studio 10.x”页面,点击上一步“Back”,然后在使用现有许可证“Use Existing License”点击安装“Install” 6、在RAD Studio平台选择上,选择您所需要的功能features to complete the installation以完成安装 7、首次以管理员身份运行RAD STUDIO 可选:如果要安装了InterBase,请选择IB

    0
    1524
    1.54MB
    2022-05-15
    5
  • AlphaControls16.16Full Source.7z

    著名的皮肤控件最新版本,完全源代码,支持D5-D11,BCB6-BCB11 全部开发工具!

    0
    137
    2.98MB
    2021-11-16
    5
  • AlphaControls16.18_for_10.1_Berlin_11.0_Alexandria.rar

    AlphaControls 2021 -------------------- The Library contains skinning tool for Delphi 5/6/7/2005-2010/XE-XE8, C++ Builder 6/2006-2010/XE-XE8, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney TABLE OF CONTENTS --------------- Overview Demonstration Programs Registering and Prices Feedback Overview -------- AlphaControls is a collection of standard controls with new properties added in order to enhanced program interface and add behaviors to common controls. Each control have their own properties for painting extended gradient, extended borders, alpha-blending and true blurred shadow. Graphics functions are rendered in real time, so, effects are always sharp with color scheme used. Added caption properties for position and rendering. Mouse event added provide great possiblities. Style Hints control make hints to be displayed alpha-blended and you can choose from many ways to display. Analogues of standard components provides all functionality and adds many new possibilities for application interface design and work. With AlphaControls, use a new modern way to design enhanced interfaces and make your application more attractive... while adding pleasure and fun to end users. Demonstration Programs ---------------------- Demonstration programs shows some features of AlphaControls and can help you in understanding of main conceptions of AlphaControls. Page with demo programs: http://www.alphaskins.com/ademos.php Link to compiled main demo: http://www.alphaskins.com/sfiles/askindemo.zip Registering and Prices ---------------------- The AlphaControls is a Shareware product. If you find it useful and want to receive the latest versions please register your evaluation copy. You can read detail information about registration in ORDERS page at the AlphaControls home-site. After registration you will receive fully-fu

    0
    151
    43.33MB
    2021-11-16
    5
  • C# 笔记本电池状态信息获取代码(VS.net)

    C# 获取笔记本电池信息 调用 Win32 Api C#源代码。

    0
    467
    55KB
    2021-08-18
    50
  • FastReport .NET v2021.1.16 For C# VB VC++

    完美版本,带demo,一键安装,报表制作利器,无水印,无导出限制 最新版本。

    2
    358
    78.71MB
    2021-08-14
    5
  • C#连接数据库(SQL Server,MySQL,Microsoft Access,DB2,Oracle)连接字符串.txt

    C#/.NET项目开发过程中,特别是中大型的项目,跟数据库打交道那是再正常不过的事情了。数据库可以帮助我们保存和管理数据。C#/.NET的项目中,我们也可以使用不同的数据库。 那么,我们今天就来总结整理一下C#/.NET的连接各类主流数据库(SQL Server,MySQL,Microsoft Access,DB2,Oracle)的连接字符串。 一、C#/.NET连接Microsoft SQL Server 1. 使用ODBC数据库连接 // ODBC标准连接 using System.Data.Odbc; OdbcConnection conn = new OdbcConnection(); conn.ConnectionString = "Driver={SQL Server}; Server=ServerName; DataBase=DataBaseName; Uid=UserName; Pwd=password"; conn.Open(); ......

    0
    487
    6KB
    2021-07-27
    5
  • Delphi XE8 iOS与Android移动应用开发(APP开发)[完整中文版]

    Delphi XE8 iOS与Android移动应用开发(APP开发)[完整中文版],这是一本不可多得的介绍使用delphi xe8开发iOS与Android移动应用的电子书,实用的技术开发教程与技术开发手册。 Delphi XE8跨平台开发让你使用一套代码完成iOS和Android移动应用开发。强大的控件支持,让你可以不用编写一句代码并在短短几分钟内完成数据库的读写 应用开发,开发效率得到充分提升,让编程不再是枯燥无味的工作。全书400多页,从开发环境的安装配置到使用基本界面控件、使用移动设备功能(移动定位、 照像机等)、使用后端服务、访问数据库等都作了全面介绍,是第一本国内最全的中文版Delphi XE8技术开发教程。本书需要有一定delphi基础知识的人阅读。 目 录 第一章 移动应用程序开发(iOS和Android) 17 1. 安装与配置 17 2. 使用基本用户界面控件 18 3. 使用设备功能 20 4. 使用后端服务 21 5. 访问数据库 21 第二章 配置Mac上的开发环境(IOS) 23 2.1 Mac 和 iOS 的要求 23 2.2 配置 Mac 上的iOS模拟器 24 2.2.1 安装平台助手 24 2.2.2 运行平台助手 25 2.2.3 在Mac上安装Xcode 26 2.3 配置 Mac上iOS 硬件设备运行环境 28 2.3.1 在Mac上安装Xcode命令行工具 28 2.3.2 注册一个开发者账户 30 2.3.3 申请、下载并安装你的开发证书 30 2.3.4 注册您的设备 32 2.3.5 创建与安装配置文件 33 第三章 配置WINDOWS PC上的开发环境(iOS) 36 3.1 配置 RAD Studio 环境 37 3.1.1创建与Mac连接的配置 37 3.1.2为iOS设备添加一个SDK 40 第四章 配置WINDOWS PC上的开发环境 (Android) 43 4.1设置 RAD Studio 环境 43 4.1.1 安装RAD Studio时 android 开发工具安装选项 44 4.1.2 在开发环境中配置 Android SDK 46 4.2安装Android USB 驱动程序(必须) 50 第五章 创建移动平台应用程序 (iOS and Android) 54 5.1在你开始之前 54 5.2创建一个新的Android或iOS FireMonkey应用 55 5.3选择Style 56 5.4在多设备窗体上放置组件 56 5.5添加视图到项目 60 5.6编写用户单击按钮的事件处理程序 60 5.7测试移动应用程序 62 5.7.1在Android 设备上测试应用程序 63 5.7.2在 iOS测试应用程序 64 第六章 使用不同风格的按钮控件 (iOS and Android) 67 6.1移动平台中的按钮 67 6.2定义按钮控件的友好界面 68 6.2.1使用按钮控件的 TintColor 和 IconTintColor属性 69 6.2.2自定义按钮控件的图片 71 6.3使用按钮控件创建Segmented Control 72 6.4在工具栏创建 Scope Bar 74 第七章 使用日历控件选取日期 (iOS and Android) 76 7.1移动平台中的日历 76 7.2为用户更改的日期编写事件处理程序 78 第八章 组合框控件的使用 (iOS and Android) 81 8.1多设备应用程序中的选择器 81 8.2使用代码建立列表数据项 84 8.3显示一个指定的项目 84 8.4编写用户选择后的事件处理程序 86 第九章 使用地图控件 (iOS and Android) 88 9.1TMapView 控件的基本功能 89 9.2创建示例应用程序 89 9.2.1配置 Android 应用程序以使用 TMapView 控件

    5
    1703
    33.78MB
    2021-07-26
    5
  • DevExpress Universal 20.2.3 v2020.11.18.7z For C#,VB,C++

    Devexpress是非常著名的控件,拥有180多种VCL界面控件,几乎无人不知,验证可用, 仅学习使用。 1) Uninstall any old patches before you start 2) Disconnect internet 3) Install from DevExpressUniversalTrialCompleteSetup-20201118.exe and don't start at end 4) Close Visual Studio if open 5) Open DevExpress_Universal_Patch_v2.4.2_By_DFoX.exe 6) Change D.E Version to 20.2 and set a name. Select correct Visual Studio version 7) Press Patch button and wait for success. Close 8) Open DevExpressNagFix.exe and apply to each of the following files: C:\Program Files (x86)\DevExpress 20.2\Components\Bin\Framework\DevExpress.Utils.v20.2.dll C:\Program Files (x86)\DevExpress 20.2\Components\Bin\NetCore\DevExpress.Utils.v20.2.dll C:\Program Files (x86)\DevExpress 20.2\Components\Tools\eXpressAppFrameworkNetCore\Model Editor\DevExpress.Utils.v20.2.dll C:\Windows\Microsoft.NET\assembly\GAC_MSIL\DevExpress.Utils.v20.2\v4.0_20.2.3.0__b88d1754d700e49a\DevExpress.Utils.v20.2.dll 9) Search and delete any DevExpress.Utils.v20.2.ni.dll files in c:\windows\assembly and subfolders 10) Reconnect internet Before building a project : a) Remove all licenses.licx from project b) If you use xpf then append <my:String x:Key=\"DevExpress.Xpf.License\">8F-68-09-B5-38-68-34-79-1B-B5-B9-DE-41-8B-EA-71-41-09-E5-F6</my:String>

    0
    544
    486.64MB
    2021-07-26
    50
  • DevExpress v20.2.4.21018.7z for C#,VB,C++

    Devexpress是非常著名的控件,拥有180多种界面控件,几乎无人不知,验证可用, 仅学习使用。 1. Install Devexpress Package 2. Copy DevExpress.Data.v20.2.dll to these folders and replace them. C:\Windows\Microsoft.NET\assembly\GAC_MSIL\DevExpress.Data.v20.2\ C:\Program Files (x86)\DevExpress 20.2\Components\Bin\Framework C:\Program Files (x86)\DevExpress 20.2\Components\Bin\Standard

    0
    318
    410.56MB
    2021-07-26
    5
  • 分享王者

    成功上传51个资源即可获取
关注 私信
上传资源赚积分or赚钱