-
dataLINKES
说明: 此程序实现了数据结构中链对的建立,插入,删除,排序等操作。(data reverse establish)
- 2011-03-23 21:40:56下载
- 积分:1
-
基于对话框的图片打开与显示
基于对话框的图片打开与显示本文件概要介绍组成 Test 应用程序的每个文件的内容。Test.vcproj这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。Test.h这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CTestApp 应用程序类。Test.cpp这是包含应用程序类 CTestApp 的主要应用程序源文件。Test.rc这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。resTest.ico这是用作应用程序图标的图标文件。此图标包括在主要资源文件 Test.rc 中。resTest.rc2此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。
- 2022-01-26 03:49:39下载
- 积分:1
-
ean13字体扫描器必备
pb c#等开发物流扫描需要字体,以及换算工具,已经测试过可以使用,条码可以转ean-8码和ean-13码,转换方便,快捷,国内标准的摩托罗拉扫描器使用没问题。
- 2022-07-12 02:58:36下载
- 积分:1
-
wavelet_transf
小波变换进行图像压缩 采用matlab编程
(Wavelet transform for image compression
Using matlab programming)
- 2012-03-27 20:09:59下载
- 积分:1
-
完整汽车OBD源码
一个完整的汽车OBD(On-Board Diagnostic)车载诊断系统源码
系统随时监控发动机的运行状况和尾气后处理系统的工作状态,一旦发现有可能引起排放超标的情况,会马上发出警示。当系统出现故障时,故障灯(MIL)或检查发动机(Check Engine)警告灯亮,同时OBD系统会将故障信息存入存储器,通过标准的诊断仪器和诊断接口可以以故障码的形式读取相关信息。根据故障码的提示,维修人员能迅速准确地确定故障的性质和部位。
- 2022-01-24 14:45:57下载
- 积分:1
-
Computer-graphics
关于计算机图形学的中文课件,使用的教程是英文的,电子出版社出版(Computer graphics on the Chinese class, using the tutorial is in English, the electronic publishing house)
- 2011-07-05 14:14:27下载
- 积分:1
-
rtsp + onvif服务器代码
海思平台的onvif源码和库文件
- 2023-02-18 05:55:03下载
- 积分:1
-
Array
C语言数组的精致习题及源码,供初学者及在职软件开发人员巩固C语言基础知识。(Elaborate exercises & source code of C language array, for beginners and in-service software developers to consolidate the basic knowledge of C language.)
- 2017-01-08 11:01:08下载
- 积分:1
-
CAN
very good source code for implementing can bus using stm32f103
- 2017-07-27 14:56:02下载
- 积分:1
-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1