-
IS31FL3236A驱动程序
说明: 点亮IS31fl3236芯片,控制rgb灯(Turn on is31fl3236 chip)
- 2020-12-02 16:09:25下载
- 积分:1
-
演化博弈论MATLAB编程
基于演化博弈的模拟仿真,特别是对于双方博弈过程中的演化趋势进行分析(Simulation based on evolutionary game)
- 2018-08-31 17:48:58下载
- 积分:1
-
matlab的经典程序
说明: matlab的经典程序、绘图、解方程、数据分析、规划问题、差值与拟合、代数方程组解法、微分方程实验(Matlab's classic procedures, drawing, solving equations, data analysis, planning problems, difference and fitting, algebraic equations solution, differential equation experiment)
- 2018-06-07 17:41:36下载
- 积分:1
-
蛋白质二级、三级结构分析软件CDPro及用法详解
蛋白质二级、三级结构分析软件CDPro及用法详解(Protein two and three structure analysis software CDPro and detailed solution)
- 2017-11-30 22:10:59下载
- 积分:1
-
GPSbuhuo
说明: 实现GPS信号的捕获(主要是实现ca码的对齐,即码跟踪)(Acquisition of GPS signal (mainly the alignment of Ca code, i.e. code tracking))
- 2019-04-07 15:26:19下载
- 积分:1
-
sle4428
说明: SLE 4418 / SLE 4428
Intelligent 8-Kbi t EEPROM
- 2019-11-16 06:03:15下载
- 积分:1
-
java 建造模式,JavaMail中最重要的一种模式,包括例子。
java 建造模式,JavaMail中最重要的一种模式,包括例子。-java construction mode, the most important JavaMail a model, including examples.
- 2023-03-10 10:00:04下载
- 积分:1
-
TP1
C语言课件,请放心下载使用,绝对的可靠,希望以后可以经常的共享东东(C language courseware, please be assured to download and use, absolutely reliable, hope that in the future can often share the East.)
- 2020-06-21 22:20:02下载
- 积分:1
-
Color-Correction-master
图像颜色校正,使用原图三通道的颜色比例,分别计算出每通道的相关系数,最后再把处理后的三通道图像卷积上这个颜色比例来恢复原图颜色。(In image color correction, the correlation coefficients of each channel are calculated by using the three-channel color ratio of the original image. Finally, the color ratio on the convolution of the processed three-channel image is used to restore the original color.)
- 2019-05-06 09:16:56下载
- 积分: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