资源列表
[系统编程] purchase_test20161128
说明:这是我在给采购做的一个创建采购工程的项目,可以借鉴。-This is a project I created for purchasing, which can be used for reference.<klh> 在 2025-11-30 上传 | 大小:23.64mb | 下载:0
[其他行业] wave-pattern-
说明:光纤传光中波的四种模式。内容属于光纤通信中的实验。-Four modes of optical wave transmission in optical fiber. It belongs to the experiment in optical fiber communication.<张三里> 在 2025-11-30 上传 | 大小:3kb | 下载:0
[嵌入式Linux] PIC18F4520_RGB_LED
说明:I/O口检测按键按下后,输出一组占空比不同的PWM,去驱动RGB LED发出不同颜色的光。-I/O port inspection after the button press, the output of a set of different PWM duty cycle, to drive the RGB LED different colors of light.<谭> 在 2025-11-30 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] DIANZHAN
说明:使用与89C52的点阵驱动程序 在51单片机开发板上验证有效-Using 89 c52 and lattice driver Verify the effective on 51 MCU development board<水先生> 在 2025-11-30 上传 | 大小:17kb | 下载:0
[其他行业] Communication-principle
说明:通信原理课程实验中所需的各个模块代码,可完整搭建多个通信原理实验-Communication principle course experiment required each module code, can be set up a complete set of communication principle experiment<张三里> 在 2025-11-30 上传 | 大小:30kb | 下载:0
[数学计算/工程计算] Principles-of-mobile-communication
说明:移动通信原理课程实验中所需的各个模块代码,可完整搭建多个移动通信原理实验-Mobile communication principle course experiment in each module code, can be set up a complete set of mobile communication principle experiment<张三里> 在 2025-11-30 上传 | 大小:35kb | 下载:0
[其他小程序] digital-signal-processing
说明:数字信号处理课程实验中所需的各个模块代码,可完整搭建多个数字信号处理课程实验-Digital signal processing courses in the experiment required each module code, you can build a complete number of digital signal processing course experiment<张三里> 在 2025-11-30 上传 | 大小:16kb | 下载:0
[单片机(51,AVR,MSP430等)] tszlc-gprs-swjc-v1.4
说明:STM32 开发的 水文监测 主要检测 雨量 土壤湿度 液位 485口控制拍照 并通过 中兴模块 以彩信的方式发送到 另一部手机 -STM32 development of the hydrological monitoring of the main detection of rainfall soil moisture level 485 port control camera and through the ZTE module to MMS sent to another phone<liuqilin> 在 2025-11-30 上传 | 大小:4.84mb | 下载:0
[控制台(字符窗口)编程] Max-Multiply
说明:i.最大K乘积问题 问题描述 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积。试设计一个算法,对于给定的I和k,求出I的最大k乘积。 例如十进制整数 1234 划分为 3 段可有如下情形: 1 × 2 × 34 68 1 × 23 × 4 92 12 × 3 × 4 144 编程任务 对于给定的I 和k,编程计算I 的最大k 乘积。 数据输入 输入的第1 行中有2个正整数n和k。正整数n是序列的<武磊> 在 2025-11-30 上传 | 大小:1kb | 下载:0