资源列表

排序选择:

« 1 2 ... .94 .95 .96 .97 .98 241699.00 .01 .02 .03 .04 ... 267458 »

[软件工程BLE

说明:ble for ARM blueooth low energy-ble for ARM
<allen10000> 在 2025-09-21 上传 | 大小:6kb | 下载:0

[其他小程序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
<程悦> 在 2025-09-21 上传 | 大小:1kb | 下载:0

[其他小程序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.
<程悦> 在 2025-09-21 上传 | 大小:1kb | 下载:0

[其他小程序Allpath

说明:问题描述 若用无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径。 基本要求 (1) 输入参数:结点总数,结点的城市编号(4位长的数字,例如电话区号,长沙是0731),连接城市的高速公路(用高速公路连接的两个城市编号标记)。 (2) 输入 要求取所有简单路径的两个城市编号。 (3) 将所有路径(有城市编号组成)输出到用户指定的文件中。 -Problem descr iptionIf use undir
<程悦> 在 2025-09-21 上传 | 大小:3kb | 下载:0

[其他小程序find

说明:问题描述 用转置法实现一个自组织线性表,保存一组汉字用于查询。 基本要求 (1) 从文件中读入一组汉字集合,用自组织线性表保存。 (2) 在查询时,采用转置法调整自组织线性表的内容。 (3) 从文件中依次读入需查询的汉字,把查询结果保存在文件中(如找到,返回比较的次数,如果没有找到,返回比较的次数)-Problem descr iptionTranspose method is used to implement a self-organizing linear ta
<程悦> 在 2025-09-21 上传 | 大小:1kb | 下载:0

[DSP编程Digital-signal-processing-code

说明:胡广书数字信号处理第三版源代码,包含所有例程。分章节排序,清晰明了-Hu Guang third edition of the book digital signal processing source code, including all routines. Sub-chapters sort, clarity
<慎蔚然> 在 2025-09-21 上传 | 大小:2.53mb | 下载:0

[微处理器(ARM/PowerPC等)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 //Ñ ¡ Ô ñ ò
<owlcity> 在 2025-09-21 上传 | 大小:2.11mb | 下载:0

[文件格式employee

说明:打印员工工资表,使员工工资表可视化,基础方法-Print employee payroll based c++
<舍得> 在 2025-09-21 上传 | 大小:1kb | 下载:0

[微处理器(ARM/PowerPC等)EXTI_Configuration(void)

说明:STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解-void EXTI_Configuration(void) { EXTI_InitTypeDef EXTI_InitStructure EXTI_ClearITPendingBit(EXTI_Line8) GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8) EXTI_InitStructure
<owlcity> 在 2025-09-21 上传 | 大小:1.83mb | 下载:0

[图形图像处理(光照,映射..)quyugrowth

说明:用区域生长法分割图像,可以调节阀值和生长点-By segmenting the image with the region growing method, the threshold value and the growing point can be adjusted
<john> 在 2025-09-21 上传 | 大小:1kb | 下载:0

[IOSCollectionViewDemo-master

说明:iOS collection view基本用法,供大家参考。swift语言编写!希望有所帮助!-iOS collection view basic usage, for your reference. swift language!
<jia> 在 2025-09-21 上传 | 大小:869kb | 下载:0

[微处理器(ARM/PowerPC等)GPIO_Configuration(void)

说明:STM32F103C8T6自编简单GPIO程序,引用库函数-void RCC_Configuration(void) { SystemInit() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE) } void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStruc
<owlcity> 在 2025-09-21 上传 | 大小:1.42mb | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 241699.00 .01 .02 .03 .04 ... 267458 »

源码中国 www.ymcn.org