-
挂号专家的数据访问层
实现医疗移动挂号数据访问,实现了增加数据、删除数据、更新数据、查询数据,运用了list接口实现了根据参数来获取增删改查等数据的操作。
- 2022-05-21 03:43:56下载
- 积分:1
-
电梯自动控制程序,是自己用的一个小程序
电梯自动控制程序,是自己用的一个小程序 -Elevator automatic procedure is itself a small program used
- 2023-06-12 13:10:03下载
- 积分:1
-
一个学习windows编程的助手,一定适全初学者
一个学习windows编程的助手,一定适全初学者-An assistant of studying windows programming. It is suitable for beginners.
- 2022-07-19 13:35:09下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
vc+flash(使MFC变漂亮一:MFC与Flash交互示例)
现在用户越来越注重软件的美观,而应用程序给开发者提供的只是很强的控制力,在美观方面相对较弱。多媒体的发展正是满足了人们的感观视觉,所以自然想到应用程序与多媒体的结合。
Flash给应用程序提供了一个外部连接点事件FSCommondShockwave,应用程序可以通过它来实现事件,实现应用与多媒体交互。
在需要处理FSCommondShockwave窗口头文件声明事件连接点映射:
- 2023-03-10 09:35:03下载
- 积分:1
-
This is an SMS
这是一个有关MOBILE 关SMS的操作-This is an SMS-related MOBILE clearance operation
- 2022-07-12 06:24:23下载
- 积分:1
-
汉字点阵获取源码,可用于LED条屏控制,内有串口通信
汉字点阵获取源码,可用于LED条屏控制,内有串口通信-jet printer code font to point
- 2022-02-02 14:11:29下载
- 积分:1
-
1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的...
1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。
3编写input()和output()函数输入,输出5个学生的数据记录。
4反向输出一个链表。
5找到年龄最大的人,并输出。-1 to write a function, and the length of a string, in the main function in the input string and output its length. 2 There are n individuals form a circle, in that order排号. From the first person to start off (from the reported number of 1-3), who reported 3 people out of the circle and asked the last remaining original issue of who the first few. 3 preparation of input () and output () function input and output data of the five student records. 4 reverse a linked list output. 5 to find the oldest, and output.
- 2022-03-25 19:21:33下载
- 积分:1
-
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存...
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Scheduling allows parallel operating system based on the work of the Road and a few algorithms from the system selected a number of operations they packed the main memory, so that they procedures."
- 2023-03-30 19:35:04下载
- 积分:1
-
code-generator用visual c++做的一款一维条码生成器
用visual c++做的一款一维条码生成器-Using visual c++ to make a code generator
- 2023-01-18 07:55:04下载
- 积分:1