资源列表
quyugrowth
- 用区域生长法分割图像,可以调节阀值和生长点-By segmenting the image with the region growing method, the threshold value and the growing point can be adjusted
EXTI_Configuration(void)
- STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解-void EXTI_Configuration(void) { EXTI_InitTypeDef EXTI_InitStructure EXTI_ClearITPendingBit(EXTI_Line8) GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8) EXTI_InitStructure
OLED_I2C
- SSD1306 128*64 0.96 OLED I2C dirver- void I2C_Int(void) { GPIO_InitTypeDef GPIO_InitStructure //éùÃ ÷ò» ¸ ö GPIO_InitStructure½ á11ìå GPIO_InitStructure.GPIO_Pin I2C_SCL|I2C_SDA //Ñ ¡ Ô ñ ò
Digital-signal-processing-code
- 胡广书数字信号处理第三版源代码,包含所有例程。分章节排序,清晰明了-Hu Guang third edition of the book digital signal processing source code, including all routines. Sub-chapters sort, clarity
find
- 问题描述 用转置法实现一个自组织线性表,保存一组汉字用于查询。 基本要求 (1) 从文件中读入一组汉字集合,用自组织线性表保存。 (2) 在查询时,采用转置法调整自组织线性表的内容。 (3) 从文件中依次读入需查询的汉字,把查询结果保存在文件中(如找到,返回比较的次数,如果没有找到,返回比较的次数)-Problem descr iptionTranspose method is used to implement a self-organizing linear ta
Allpath
- 问题描述 若用无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径。 基本要求 (1) 输入参数:结点总数,结点的城市编号(4位长的数字,例如电话区号,长沙是0731),连接城市的高速公路(用高速公路连接的两个城市编号标记)。 (2) 输入 要求取所有简单路径的两个城市编号。 (3) 将所有路径(有城市编号组成)输出到用户指定的文件中。 -Problem descr iptionIf use undir
1(2)
- 问题描述 设Pn(x)和Qm(x)分别两个一元多项式。试编写程序实现一元多项式的加法运算。 基本要求 需要基于线性表的基本操作来实现一元多项式的加法运算 需要利用有序链表来实现线性表。 -Problem descr iptionPn (x) and Qm (x), respectively, two unary polynomial.Try to write programs achieve one yuan polynomial addition operation.
BST
- 问题描述 利用二叉查找树(BST)实现一个动态查找表。 基本要求 (1) 使用二叉树(BST)来实现。 (2) 二叉树使用链式结构(二叉链表)实现。 (3) 实现BST的构建,查找两个功能。 -The basic requirements(1) using a binary tree (BST).(2) binary tree using the chain structure (binary list).(3) implementation of BST buil
jiaoxuedb_Data
- 数据库设计,学校教学管理系统的数据库设计(部分内容)-Database design, the school teaching management system design (part of the content)
deep-learning-pdf
- 这是深度学习的文档,是斯坦福大学深度学习公开课的ppt讲义,深入浅出,值得学习-This document is the depth of learning, deep learning Stanford University public courses ppt lecture, in layman' s language, it is worth learning
machine-learning
- 这本书为机器学习书籍,里面有许多机器学习理论介绍和相关源码练习-This book machine learning books, there are a lot of machine learning theory to practice presentations and Related Items
python-natrual-language
- 这本书专门为学习自然语言处理定制,可以方便python爱好者学习自然语言处理或者不懂python但爱好自然语言处理。这本书可以作为你学习Python或者自然语言处理的开始,非常值得一看-This book is dedicated to study natural language processing customization, you can easily learn python lover python or do not understand natural language pro
