登录
首页 » 界面开发 » 本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。...

本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。...

于 2023-06-20 发布 文件大小:146.34 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。-This book is to urge the practice is a good choice, PowerBuilder introduced the scope of application, and some cases, programming details, hoping to have a helping hand.

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

发表评论

0 个回复

  • Avionics Instruements Demo
    The code is re-coded by myself for modifying the mathematics rotatioin and translation portion of the orginal source from code.google.com with GDI+ matrix operations. The demo program shows how to use these avionics instruments, but lacking of remark/descriptions in the source code due to rush work. Another points for the modifications are: the unit of rotation has been changed to degree, not radian; properties of each customized control are added for using in design phase.
    2022-04-27 23:58:20下载
    积分:1
  • 漂亮的放源码软件实现了透明图片背景…
    非常漂亮的软件界面开发源码,实现了透明图片背景特效,非常非常cool!源码属于delphi开发环境-pretty open source software interface to achieve a transparent picture background effects, very cool! Delphi source development environment belongs
    2022-01-26 01:44:10下载
    积分:1
  • Outlook style segmentation
    Outlook风格的切分-Outlook style segmentation
    2022-06-21 06:20:36下载
    积分:1
  • 日历测试
    一个简单的安卓风格的日历,小的Demo , 仅供初学者参考学习使用, 主要使用qml, 如有需要的可以下载看看。
    2022-12-27 23:15:03下载
    积分:1
  • usually Windows application window is rectangular pieces of. So line interface v...
    通常Windows应用程序的窗件都是矩形的。使行界面非常单调。本程序创建一个椭圆形窗件。可以用鼠标拖动窗件。-usually Windows application window is rectangular pieces of. So line interface very monotonous. The procedure to create an oval window pieces. Drag the mouse can be used pieces of the window.
    2022-11-20 09:05:04下载
    积分:1
  • 基于QT的文件管理器
    这是一个基于QT的文件管理器,实现了文件的复制删除,列表和方块界面的切换。目前属于半成品但可以正常运行,增加一些空函数用于扩展,希望各位能够加以完善。
    2022-01-25 19:58:09下载
    积分:1
  • MFC进程之间的单管道传输
    资源描述 进程之间的单管道数据传输 操作平台:win10+vs2013 pro 运行结果: 1、字符与宽字符之间的转换 //宽字符转字符 void TcharToChar(const TCHAR * tchar, char * _char) { int iLength; //获取字节长度 iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL); //将tchar值赋给_char WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL); } //字符转宽字符 void CharToTchar(const char * _char, TCHAR * tchar) { int iLength; iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0); MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength); } 2、创建进程及单管道传输 void CDemoDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 //管道相关 HANDLE hPWrite, hPRea
    2022-03-06 10:20:16下载
    积分:1
  • 数控机床误差自动补偿程序
    通过该程序可以实现螺距误差自动补偿功能,将激光干涉仪采集到的数据输入其中可以自动生成螺距误差补偿文件,同时具有误差累加功能,当累加之后可以实现二次或则多次补偿功能。
    2023-04-12 14:00:04下载
    积分:1
  • STM32F429 接口 TFT 7 英寸
    一个多才多艺的五通道 DMA 控制器是系统中可用,访问 XDATA 内存使用的内存 空间,并因此有权访问所有物理内存。每个通道 (触发器、 优先级、 传输模式,解决 模式、 源和目标的指针和转移计数) 与 DMA 描述符,可以配置 位于内存中的任意位置。许多硬件外设 (AES 核心,闪存控制器,USARTs,计时器, ADC 接口等)可用于与 DMA 控制器高效运行的执行数据传输 单一的 SFR 或 XREG 地址与闪光/SRAM。
    2022-04-16 04:37:44下载
    积分:1
  • 国际流行的风格
    国际流行的界面风格--圆角窗体-international pop style of interface-- Fillet Form
    2022-03-23 15:27:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载