-
Windows WDM设备驱动程序开发指南(PDF).
Windows WDM设备驱动程序开发指南(PDF).-Windows WDM Device Driver Development Guide (PDF).
- 2022-07-20 21:35:54下载
- 积分:1
-
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。...
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。-This is a program of achiving the least distance of two clustering middle as the function of conbining two clustering less than some number.
- 2023-07-15 09:30:04下载
- 积分:1
-
purely API used to create window controls and Control
用纯粹的API来创建窗口控件及其控制-purely API used to create window controls and Control
- 2022-03-01 15:54:33下载
- 积分:1
-
at91sam7x256 多套源码
atm91sam7x256资源,多套源码.含有分支adc,dataflash,usart,和emac,等多部分代码。我也是之前在其他同学共享的代码,支持开源,支持免积分。其中还包含twi,sd和usb等多部分教程。希望给大家帮助。希望大家多多下载哈。
- 2022-03-01 14:26:19下载
- 积分:1
-
相当不错的C++ 基本数据和输入输出课件
相当不错的C++ 基本数据和输入输出课件-Fairly good C++ Basic input and output data and courseware
- 2022-01-26 00:21:43下载
- 积分:1
-
This is my learning process of their VB series as a small program is about the n...
这是我在学习VB过程中自己所编的一个小程序,是关于统计字母个数的。-This is my learning process of their VB series as a small program is about the number of letters.
- 2022-03-28 10:29:49下载
- 积分:1
-
动态性能的ADC测试,包括FFT法、正弦拟合的方法、历史的方法…
ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
- 2023-06-26 23:10:03下载
- 积分:1
-
书店管理系统!vb开发,实现图书自动编号,图书的添加、修改、删除,会员的添加、修改删除、以及借书还书,登录分类,会员管理、图书查询等功能!...
书店管理系统!vb开发,实现图书自动编号,图书的添加、修改、删除,会员的添加、修改删除、以及借书还书,登录分类,会员管理、图书查询等功能!-Bookstore Management System! vb develop, implement automated library number of books to add, modify, delete, member add, modify delete, as well as the borrowing and returning books, log classification, members of management, library inquiries and other functions!
- 2022-03-12 03:37:00下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
串口发送数据源码(vc6)
串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)
- 2022-03-23 05:33:16下载
- 积分:1