-
use VC++ make *.arx files for autoCAD
use VC++ make *.arx files for autoCAD-use VC++ make*.arx files for autoCAD
- 2022-04-28 12:28:30下载
- 积分:1
-
C + + 如何编程课后习题答案
凭借超过25万出售量,哈维和保罗Deitel公司的“C ++如何编程”是世界上最畅销的介绍C ++编程的书。现在,这个经典已被彻底更新! “突破性如何编程系列”Deitels提供了无与伦比的广度和编程概念和中级话题作进一步深入研究。在这一系列的书配备了百.......
- 2022-03-11 03:22:15下载
- 积分:1
-
C8051F06X MCU programming, interrupt source code
C8051F06X单片机编程,中断源代码-C8051F06X MCU programming, interrupt source code
- 2022-02-01 18:54:49下载
- 积分:1
-
modbus C++源码
modbus C++源码
modbus C++源码
modbus C++源码
-Modbus C++ source Modbus C++ source code
- 2022-12-01 02:30:04下载
- 积分:1
-
概括了C++编程中常用的WINDOWS的系统函数,有详细解释。
概括了C++编程中常用的WINDOWS的系统函数,有详细解释。-Summarizes the C++ WINDOWS commonly used programming system function, explained in detail.
- 2022-04-01 09:11:24下载
- 积分:1
-
Windows核心编程配套代码 Windows核心编程配套代码.
Windows核心编程配套代码 Windows核心编程配套代码.-core Windows programming code supporting core Windows programming code matching.
- 2022-07-04 15:16:20下载
- 积分:1
-
模拟示波器曲线
应用背景可应用在上位机软件,与下位机相连,实时分析下位机的数据情况,示例用随机数模拟示波器效果,可将此效果应用在串口通信类软件上,用下位机反馈的数据代替随机数,根据需求修改程序代码,达到个性定制示波器的原理。关键技术程序使用了scope类,是对scope类的一个应用,在源码包中单独放置了一个文件夹来放scope类,方便大家查找学习。(程序可用visual studio 2013 打开运行)
- 2022-01-26 07:11:04下载
- 积分:1
-
directx9实现初始化例程
directx9实现初始化例程-directx9 achieve initialization routines
- 2022-07-06 16:09:02下载
- 积分:1
-
关于如何杀死执行线程的代码,对开发人员有参考价值
关于如何杀死执行线程的代码,对开发人员有参考价值-On how to kill the thread of execution code, the developers have reference value
- 2022-01-22 12:43:49下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1