-
包括C,C++经典问题,及面试笔试题,网络。操作…
包括C,C++经典问题,及面试笔试题,网络.操作系统.数据库,CC++笔试题系列。以及一些关于面试的问题-Including C, C++ Classic problem, and interview questions pens, network. Operating system. Databases, CC++ Pen test series. As well as some of the issues on the interview
- 2022-01-22 12:28:34下载
- 积分:1
-
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能...
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能-The EVC4.0 development environment, based on a simple data acquisition card ART2153 to achieve real-time data collection capabilities
- 2022-02-14 20:13:30下载
- 积分:1
-
人工智能课上的要我们编写的一字棋,理由极大极小法编写的...
人工智能课上的要我们编写的一字棋,理由极大极小法编写的-Artificial Intelligence class to the word game we prepared the ground prepared by minimax method
- 2023-03-26 00:25:03下载
- 积分:1
-
VCADLINK PCI
这是本人在校期间用VC编写的对数控焊接机床的控制程序,工控机采用ADLINK PCI-8136六轴控制卡,可根据输入的焊缝特征参数采用多线程控制机床自动焊接。-VCADLINK PCI-8136
- 2022-03-19 10:09:37下载
- 积分:1
-
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)...
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)常量合并后表达式;5)赋值后的表达式;6)表达式的复合。
-Binary tree based on the arithmetic expression Expression express operation. (3) procedures for the implementation of the command as follows: 1) input expression 2) expression of the output prefix 3) the output is made up of expressions 4) constant expression after the merger 5) after the assignment expression 6) expression type of composite.
- 2022-12-31 20:00:03下载
- 积分:1
-
包含复选框的组合框
下拉组合框中的内容包含复选框,可实现下拉多选功能。CheckComboBox.h和CheckComboBox.cpp中的CCheckComboBox通过继承CComboBox来实现
- 2023-04-21 17:15:04下载
- 积分:1
-
快速搜索磁盘文件
资源描述
可以快速搜索磁盘文件。
使用DeviceIoControl对磁盘文件管理表进行快速的搜索。可以快速的检索到磁盘上的文件。
- 2022-02-12 17:27:10下载
- 积分:1
-
使用C#编写的传真软件,不错,看看
欢迎大家来测试啊!
使用C#编写的传真软件,不错,看看
欢迎大家来测试啊!-The use of C# Prepared fax software, yes, look at the welcome everyone to test ah!
- 2022-09-30 06:20:02下载
- 积分:1
-
IO口模拟串口的源程序
IO口模拟串口的源程序-Serial IO mouth simulation of the source
- 2023-05-11 14:05:04下载
- 积分:1
-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
- 2022-03-13 05:45:31下载
- 积分:1