-
这里提供了一个关于基于Active X 基础上的计算器程序
这里提供了一个关于基于Active X 基础上的计算器程序-Here is a project on Active X-based calculator program on the basis of
- 2023-02-25 16:00:03下载
- 积分:1
-
队列实现
这对于队列是一种数据结构的实现。它的主要功能包括入队列,队列的队列头郊游,获取队列头,获取队列尾,和一些其他的功能。
- 2022-03-19 05:57:07下载
- 积分:1
-
使用SetupDi...函式列舉設備
应用背景使用SetupDiGetClassDevs列舉設備,透過SP_DEVINFO_DATA結構及SetupDiEnumDeviceInfo來獲取設備資訊。SetupDiGetClassDevs則是取得類別interface,再透過SetupDiGetDeviceInterfaceDetail取得更多界面資訊。关键技术
使用SetupDi系列函數進行設備資訊的管理,獲取設備屬性:
#define SPDRP_DEVICEDESC (0x00000000) // DeviceDesc (R/W)
#define SPDRP_HARDWAREID (0x00000001) // *HardwareID (R/W)
#define SPDRP_COMPATIBLEIDS (0x00000002) // CompatibleIDs (R/W)
#define SPDRP_UNUSED0 (0x00000003) // unused
#define SPDRP_SERVICE (0x00000004) // Service (R/W)
#define SPDRP_UNUSED1 &nb
- 2022-10-02 04:35:03下载
- 积分:1
-
four lanes of traffic simulation program, VC simulated traffic situation and to...
4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
- 2022-01-22 00:07:51下载
- 积分:1
-
看板系统.用于监视生产线的生产情况.能实时间生成图表
看板系统.用于监视生产线的生产情况.能实时间生成图表-Kanban system. Used to monitor the production line. Can generate real-time charts
- 2022-08-06 10:50:40下载
- 积分:1
-
TC256图形函数库的使用方法,浙江大学TC图形处理教程
TC256图形函数库的使用方法,浙江大学TC图形处理教程-TC256
- 2022-07-19 03:40:42下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Arch
vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Archive 67 获得各种目录 68 获取并改变系统时间 69 GetDirInfo 70 PrintDemo 71 Context Help 72 MyBar 73 MyDate 74 Mouse 75 局域网中的文件拷贝 76 Comp Name 77 Name2Ip 78 Ip2Name 79 Screensaver 80 helpfile-vc inspiration source code programming examples of 61 applications to run other programs 62 63 hidden application access documents related information 65 64 delete the file dialog use 66 67 My Archive access 68 directory access and change the system time GetDirInfo 69 71 70 PrintDemo Co. ntext MyBar Help 72 73 74 Mouse 75 MyDate LAN documents 76 Comp Name copy Name2Ip 78 77 79 Screensa Ip2Name ver 80 helpfile
- 2022-07-10 04:40:52下载
- 积分:1
-
有gsm打电话功能.可以做图象处理.还有unicode的转化函数
有gsm打电话功能.可以做图象处理.还有unicode的转化函数-There are gsm phone function. Can do image processing. There are unicode conversion function
- 2022-11-15 07:55:03下载
- 积分:1
-
以深度为k的满二叉树(n=2k
以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为:
所以,折半查找的平均时间复杂度为O(log2n)。
-To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same, that is, pi = 1/n (1 ≤ i ≤ n), and the tree layer of the first i There are 2i-1 nodes, therefore, to find half the average length of search as follows: Therefore, to find half the average time complexity is O (log2n).
- 2023-08-09 03:30:03下载
- 积分:1