资源列表
排序选择:
[单片机(51,AVR,MSP430等)] fet140_uart01_09600
说明:MSP430串口0通信,回显收到的字符。波特率96-USART0, UART 9600 Echo ISR, HF XTAL ACLK<boomzip> 在 2025-11-20 上传 | 大小:1kb | 下载:0
[JSP源码/Java] BBS
说明:简单的bbs留言,javabean+servlet+jsp开发模式,数据库存储,-Simple bbs message, javabean+ servlet+ jsp development model, database storage,<鸿宇> 在 2025-11-20 上传 | 大小:540kb | 下载:0
[单片机(51,AVR,MSP430等)] fet140_uart01_19200_2
说明:MSP430串口0通信,回显收到的字符。波特率19200.-USART0, UART 19200 Echo ISR, XT2 HF XTAL ACLK. Echo a received character, RX ISR used. Normal mode is LPM0,USART0 RX interrupt triggers TX Echo. Though not required, MCLK = XT2.ACLK = n/a, MCLK = SMCLK = UCLK0 = XT2 = 8M<boomzip> 在 2025-11-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] fenzhixianjiefa
说明:文章详细讲解分支限界的基本思想,单元最短路径问题,含有源代码和截图-Article explain in detail the basic idea of branch and bound, the shortest path problem unit, containing the source code and screenshots<SongLY> 在 2025-11-20 上传 | 大小:24kb | 下载:1
[单片机(51,AVR,MSP430等)] fet140_uart07_09600
说明:MSP430串口0通信。波特率9600,回显收到的8个字符。具有参考价值-his program demonstrates a full-duplex 9600-baud UART using USART0 and a 32kHz crystal. The program will wait in LPM3, and receive a string[8] and echo back the complete string.<boomzip> 在 2025-11-20 上传 | 大小:1kb | 下载:0
[软件工程] tushuguang
说明:图书信息应存放在文件中,所以提供文件的输入输出等操作;并且程序需具有实现图书信息浏览,查找、修改等功能,并进行借出借入服务;另外还应提供键盘是选择菜单来实现功能选择。 -Book information should be stored in a file, provide file input and output operations and procedures required to achieve the books with information browsing,<詹巧> 在 2025-11-20 上传 | 大小:361kb | 下载:0
[数据结构常用算法] hafumanbianma
说明:c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针<SongLY> 在 2025-11-20 上传 | 大小:50kb | 下载:0
[其他行业] system-to-complete-the-system
说明:房产中介管理系统 vb.net完成房产中介的系统 一sql2005为数据库连接-Real estate agent real estate agent management system to complete the system vb.net<梦丹兰> 在 2025-11-20 上传 | 大小:2.07mb | 下载:0
[Linux/Unix编程] Linux_C_function
说明:Linux_C_一些函数_所属的头文件和一些函数的调用说明-Linux_C_function and lib file<叶风> 在 2025-11-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] touziwenti
说明:1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 investment using dynamic programm<SongLY> 在 2025-11-20 上传 | 大小:20kb | 下载:0