资源列表
[数据结构常用算法] chctdsy
说明:以下是归并算法的顺序表实现程序,请对照课本P38的分析,理解算法思路以及顺序表基本运算的运用方法。要求建立工程,编写合适的main(),建立三个顺序表对象,对第一、二两个顺序表,分别从键盘输入有序数据,使这两个顺序表成为有序的表,然后调用归并算法把两个有序表合并为一个有序表,存储于第三个顺序表中。-the following is the sequence table merging algorithm implementation procedures, control textbooks P<凌洛> 在 2026-01-21 上传 | 大小:2kb | 下载:0
[3D图形编程] TOOLBOX_calib
说明:很有用的基于Matlab的摄像机标定工具箱-Useful based on Matlab camera calibration toolbox<李先生> 在 2026-01-21 上传 | 大小:1.5mb | 下载:0
[游戏] DirectX-3D-code
说明:[DirectX.3D游戏编程实用教程].郑阿奇主编.扫描版 源码-[DirectX.3D game programming practical tutorial]. Editor Zheng Archie. Scanning version of the source code<sadad> 在 2026-01-21 上传 | 大小:24.31mb | 下载:0
[数据结构常用算法] tgxrryy
说明:设计一个main函数,建立能够存放100个整型数据的顺序表对象,从自然数1开始找出80个能够同时被3和7整除的整数,依次存储到这个顺序表中,然后把其中个位数是偶数的数据输出来,并统计这种数据有多少。请把能够正确运行的main函数写在下面。-Design a main function, the table can be stored in the order of 100 integer data objects, from the natural number 1 to identify 80<凌洛> 在 2026-01-21 上传 | 大小:2kb | 下载:0
[数据结构常用算法] joihguvt
说明:设计一个以顺序表的引用为参数的函数,以最少的辅助存储逆置顺序表中的数据。自行设计main函数进行测试。把能够正确运行的逆置功能函数粘贴在下面。-Design a as a parameter to a reference to the sequence table, data to least inverse auxiliary storage is set in the sequence table. Design their own main function testing. The th<凌洛> 在 2026-01-21 上传 | 大小:2kb | 下载:0
[Windows编程] verhulst_model
说明:verhulst 预测软土路堤沉降,采用matlab编写-verhulst model for predicting the soft embankment settlement<malc> 在 2026-01-21 上传 | 大小:1kb | 下载:0
[其他小程序] ch06
说明:1. 编写并测试如下函数:void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。 编写一<王石> 在 2026-01-21 上传 | 大小:34.93mb | 下载:0
[单片机(51,AVR,MSP430等)] 96ad
说明:基于si1000芯片的模数转换程序源代码,p0.6为模拟量输入口,可以通过uart输出数字量。编程软件为keil。-Based on-si1000 the analog-to-digital conversion program, p0.6 analog input port, through uart digital output. Programming software for keil.<96> 在 2026-01-21 上传 | 大小:4kb | 下载:0
[单片机(51,AVR,MSP430等)] Read_CO2_with_IIC-
说明:16位飞思卡尔单片机条件下,利用IIC对S-100H二氧化碳传感模块进行浓度读取。-Under 16-bit Freescale MCU conditions, read carbon dioxide sensor module S-100H through IIC protol.<lsheng> 在 2026-01-21 上传 | 大小:353kb | 下载:0