-
德尔福 modbus
实现delphi modbus通讯的程序
- 2022-02-14 23:37:48下载
- 积分:1
-
code of whole books management system
good to study vc++
这是个一个完整的图书馆管理程序的源代码,是我学习VC++的入门-code of whole books management system
good to study vc++
- 2022-08-25 02:13:25下载
- 积分:1
-
imitation VC interface design produced labels
仿VC界面设计制作标签-imitation VC interface design produced labels
- 2022-01-25 14:54:44下载
- 积分:1
-
医院管理信息系统
潍坊市肿瘤医院管理信息系统。该毕业设计是用java语言编写的,涉及到的编程工具是Eclipse,数据库则采用的是MySql。下面我将详细介绍一下整体的毕设情况。
该毕业设计采用的是C/S模式,界面简单、直观、容易操作,该界面的搭建是由Java Swing来实现的。该医院管理信息系统一共设置了两个权限,分别是医生和病人两个角色,角色的分配是在登录界面实现的。在登录界面需要选择相应的权限,在进入主界面之后只能对自己相应的部分进行操作,否则,系统会给出相应的提示信息提醒用户。登录界面的主要实现功能是由三个按钮来实现的,分别是“注册”、“登录”、“取消”,若数据库中有此用户的信息则可以直接选择用户类型,输入用户名、密码进行登录,否则需要先注册才可以。点击“注册”按钮便会弹出注册的界面,注册成功之后,该界面会自动消失并回到登录的界面,来实现该用户的登录。登录成功之后,用户便会进入主界面MainJFrame,此界面是在一个jSplitPane的基础上实现的,它的左边是一个树型结构jLeftScrollPane,右边是一个jRightScrollPane。右边的树型结构是提供给用户用来点击相应的功能,同时在右边显示出相应的操作界面的。首先,给大家介绍一下病人进入主界面之后进行的一些相关操作。在导医模块下的“病人信息录入”分支是用来填写病人的基本信息的,点击“确定”按钮后便将信息保存到数据库中了;之后,病人便可以点击“病人挂号”分支,选择相应的挂号费并预约医生,点击“提交“按钮后医生便可以查询预约了自己的病人,从而安排好自己的时间。若需要住院,病人便可以点击“登记住院”的分支,填写相应的信息来完成住院,在此界面,病人可以根据自己的需要以及收入情况来选择合适的病房和病床。同时,病人还可以查看自己的消费情况,点击“病人账单”分支,病人便会看到
- 2022-08-09 01:10:06下载
- 积分:1
-
在MFC网格控件使用组合框
Using comboboxes in the MFC Grid Control
Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box.
Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
- 2022-05-29 23:54:42下载
- 积分:1
-
VC6.0 MSDN精简CHM版
当我提供了MSDN精简版的下载后,有人就说精简版的VC不支持搜索,这是由于微软相关CHM文件制作问题造成
的。后来想起我大学的时候不也一直迷茫吗?不懂的时候,到处碰壁。许多时间浪费在寻找正确的道理。
所以今天我花了很长的时间Dump MSDN中的CHM文件制作了这个版本,希望对学习VC和MASM的开发人员有些
帮助。
- 2022-12-22 10:25:05下载
- 积分:1
-
主要是关于视图切换的源码开发工具用的是VC++.
主要是关于视图切换的源码开发工具用的是VC++.-View on the main switch is the source development tools using the Visual C++.
- 2023-06-06 13:40:03下载
- 积分:1
-
VC++编程实现对波形数据的频谱分析, 很有参考价值.
VC++编程实现对波形数据的频谱分析, 很有参考价值.-VC Programming waveform data of the spectrum analysis of great reference value.
- 2022-09-30 23:55:03下载
- 积分:1
-
INFO-Z(讀取系統資訊)
讀取系統資訊,例如CPU,MEMORY and BIOS information
ShellExecutewait("ProgressBar.exe")
#include
#include
#include
#include
#include
#include
#include
#RequireAdmin
$WinVerChk = RegRead("HKEY_LOCAL_MACHINE64SOFTWAREMicrosoftWindows NTCurrentVersion", "ProductName")
$fonttype= GUICtrlSetFont(-1, 8, 400, 2, "@Microsoft YaHei")
$fontcolor= GUICtrlSetColor(-1, 0xC0C0C0)
$Form1 = GUICreate("Info-Z_v1.0", 338, 266, -1, -1)
$tab = GUICtrlCreateTab(8, 8, 321, 249)
Systeminfo()
Func Systeminfo()
;System Information
_RunDOS("wmic csproduct get /format:list >> c:System.log")
_RunDOS("wmic bios get /forma
- 2022-03-02 03:36:24下载
- 积分:1
-
shellcontrols VCL Delphi项目
ShellControls vcl delphi project
- 2022-03-17 04:10:17下载
- 积分:1