-
The application shows how to use functions of the JN5121 Integrated Peripherals...
The application shows how to use functions of the JN5121 Integrated Peripherals API to READ
from and WRITE to an industry standard 24LC04 serial EEPROM
- 2023-03-03 17:30:04下载
- 积分:1
-
剪贴板查看器代码,可直接运行。VC++语言开发,可用来学习剪贴板的操作和使用。...
剪贴板查看器代码,可直接运行。VC++语言开发,可用来学习剪贴板的操作和使用。-Clipboard Viewer code, can be directly run. VC++ Language development, can be used to study the operation and use of the clipboard.
- 2022-05-17 21:00:44下载
- 积分:1
-
本程序利用直接硬件操作读取硬盘参数,可以得到硬盘参数,程序采用yariv kaplan的winio2.0进行端口操作...
本程序利用直接硬件操作读取硬盘参数,可以得到硬盘参数,程序采用yariv kaplan的winio2.0进行端口操作-This procedure using the direct hardware operation to read the hard disk parameters hard disk parameters can be obtained, procedures used to carry out winio2.0 the yariv kaplan Port Operation
- 2022-08-08 02:00:06下载
- 积分:1
-
c专家编程
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。
- 2023-05-04 14:25:05下载
- 积分:1
-
此应用程序不仅展示了使用微软基础知识…
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ConvNums application.
- 2022-01-26 01:05:59下载
- 积分:1
-
third class category buttons! Powerful! Easy! Not in the trouble and effort to p...
第三方类按钮类!功能强大!使用方便!不必在劳神费力去编写!-third class category buttons! Powerful! Easy! Not in the trouble and effort to prepare.
- 2022-02-24 19:45:33下载
- 积分:1
-
COM Design and Application
COM 组件设计与应用--用ATL写第一个组件.除了所有 COM 组件必须的 IUnknown 接口外,再实现一个自己定义的接口 IFun,它有两个函数: Add()完成两个数值的加法,Cat()完成两个字符串的连接。-COM Design and Application-- ATL wrote an article components. In addition to all the necessary COM interface pointers, then realize their own definition of a IFun interface, which has two functions : Add () completed the two numerical addition, the Cat () completed the string connecting two .
- 2022-02-03 03:01:16下载
- 积分:1
-
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。...
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended to simulate the keyboard.
- 2022-08-17 08:50:26下载
- 积分:1
-
从txt文件中读取日志数据分析并将分析结果输出到XML文件中,其中含有CMarkup(VC下操作XML文件)类,本人原创编写:)...
从txt文件中读取日志数据分析并将分析结果输出到XML文件中,其中含有CMarkup(VC下操作XML文件)类,本人原创编写:)-Txt file to read from the log data analysis and the results of the analysis output to XML file, which contains CMarkup (VC operation XML file) category, I prepared original:)
- 2023-02-19 12:40:03下载
- 积分:1
-
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1...
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n
- 2022-04-24 10:20:52下载
- 积分:1