-
数据结构中关于四则运算的实验,主要涉及到栈的操作,在运行窗口中选择1,进入运算操作.输入你所想要的式子,注意负数不要参与运算,但式子能产生负数.式子例如:...
数据结构中关于四则运算的实验,主要涉及到栈的操作,在运行窗口中选择1,进入运算操作.输入你所想要的式子,注意负数不要参与运算,但式子能产生负数.式子例如:
输入9*(8-6/2)+9/2然后按Enter键,可以得到式子的值是49.5.
或者输入9-10*2然后按Enter键,可以得到式子的值是-11.
-Data structure on the four computing experiments, mainly related to the operation of the stack, in the run window, select one, enter the computing operation. Enter the formula you want to pay attention to the negative not to take part in computing, but the formula can produce negative. Style son such as: Enter the 9* (8-6/2)+ 9/2 and then press Enter key, you can get the formula value is 49.5. or enter a 9-10* 2 and then press Enter key, you can get the value of formula is-11.
- 2022-03-17 18:39:04下载
- 积分:1
-
文件传输软件
资源描述此软件是一款灵活,精巧的文件传输软件,采用VC++软件开发,非常好用,这款软件运行的时候需要系统里有Visual C++2008运行库(Visual C++ 2008),,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-07-02 11:44:58下载
- 积分:1
-
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播-Used to realize a network of on-demand player vvplayer, realize the network of on-demand media streaming
- 2022-01-26 07:36:26下载
- 积分:1
-
有关Huffman新解,些编码功能比一般更俱压缩性
有关Huffman新解,些编码功能比一般更俱压缩性-the new solution, coding these functions more than both compression
- 2022-03-14 01:57:06下载
- 积分:1
-
模拟windows中Ping命令
模拟windows中Ping命令,实现对指定域名/IP的ping包探测功能。可以学习详细的windows下包探测工作原理。
- 2022-11-19 18:20:03下载
- 积分:1
-
这是一个完整的教务管理系统案例,能够满足日常的教务管理工作,也可以下载学习...
这是一个完整的教务管理系统案例,能够满足日常的教务管理工作,也可以下载学习-This is a complete management system for the teaching cases, to meet the academic management of the daily work, you can download to learn
- 2022-03-24 17:16:31下载
- 积分:1
-
the realization of a simple calculator, with amendments, float calculation funct...
简单计算器的实现,具有修改、浮点数计算功能等,用语C语言学习。-the realization of a simple calculator, with amendments, float calculation functions, terminology C language learning.
- 2022-07-14 10:13:18下载
- 积分:1
-
sock configuration learning
sock配置学习-sock configuration learning
- 2023-08-10 10:10:03下载
- 积分:1
-
独立的图像检索系统,运行时占用内存小,功能独立,很好。...
独立的图像检索系统,运行时占用内存小,功能独立,很好。-Independent image retrieval system, run-time small memory, functional independence, very good.
- 2022-05-13 23:14:16下载
- 积分:1
-
VS2010遍历pc上usb设备。 包含控制器 hub port 设配id 等信息
usb其实和串口是一样的,其端口也是固定的(如果你不接扩展hub)。有时一台电脑接多个相同的usb设备,如果接连个摄像头(前后各一个),我们如果区分打开的是哪一个呢?1、先把usb设备先遍历出来,得到usb信息(设备串等)。2、通过打开usb设备时返回信息(这个很重要 //usb#vid_1d27&pid_0600#5&10ef021e&0&5#{c3b5f022-5a42-1980-1909-ea72095601b1})。3、遍历注册表得到usb设备信息(#define USB_REGPATH "SYSTEMCurrentControlSetEnumUSB" )。4、通过第1条的设备串、第2条打开设备返回信息、注册表。就可以确定usb设备(控制器->hub->端口)
- 2022-10-31 17:35:03下载
- 积分:1