-
浸出
浸出(低
- 2022-04-17 05:16:30下载
- 积分:1
-
commassist
visual C++ MFC 环境下 串口的连接,收发数据的实现,串口探测工具部分功能的实现(Serial port connection)
- 2013-07-20 17:03:57下载
- 积分:1
-
164
标准串口和模拟串口4位164动态数码管显示程序
1.CPU :89C51 晶振2MHz
2.在proteus上仿真通过
3. 测试时将部分语句屏蔽 (Standard serial and analog serial 4 164 dynamic digital tube display program 1.CPU: 89C51 crystal 2MHz 2. The proteus simulation through 3 will be part of the statement shield test)
- 2013-05-25 15:29:25下载
- 积分:1
-
ipmitool-1.8.12.tar
是对ipmitool 1.8.11的更新。2013年最新版本。
ipmitool 是基于Intel主导的IPMI规范编写的再命令行模式使用的工具,通过发送IPMI命令来监控服务器硬件设备的健康信息。(IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version 1.5 and version 2.0 specifications. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features.)
- 2013-06-22 00:33:53下载
- 积分:1
-
112demoual
说明: 是调制解调的VC远程序,对于要学习这方面知识的初学者很有帮助,快来下载吧(Is the modulation and demodulation of the VC process is far, for to learn this knowledge useful for beginners, Come download it)
- 2008-11-12 22:03:26下载
- 积分:1
-
VirtualList
说明: DAO数据库编程,DAO数据库编程 ,DAO数据库编程(DAO Database Programming, DAO Database Programming, DAO Database Programming)
- 2008-12-03 19:39:30下载
- 积分:1
-
mangemaent
存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。
本实验的目的是通过请求页式管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。(One of the main functions of storage management is a reasonable allocation of space. The requested page style management is a common virtual storage management technology. The purpose of this study is to page through the request-type management page replacement algorithm for analog design, understanding the characteristics of virtual storage technology, master requested page storage management page replacement algorithm.)
- 2010-05-29 16:05:23下载
- 积分:1
-
C#实现 模拟QQ 添加好友、发消息、群发消息、查看好友资料、登陆、退出,删除好友等操作【附源码,已测试通过】
群发消息,给好友发消息,登陆、添加好友等功能已实现,查看好友资料
- 2013-02-19下载
- 积分:1
-
usesjabyrinth
The turtle walks the labyrinth experiment, uses the MFC in VC to draw the labyrinth, and lets the turtle find a way out of the maze
- 2018-12-24 04:39:14下载
- 积分:1
-
二分搜索算法
实现二分查找的递归与非递归实现二分查找思想:1、数组从小到大排序;2、查找的key每次和中间数比较,如果key小于mid查找mid左侧的数组部分;如果key大于mid,则查找mid右侧的数组部分;如果相等,则直接返回mid。输入:排序数组-array,数组大小-aSize,查找值-key返回:返回数组中的相应位置,否则返回-1
- 2021-05-06下载
- 积分:1