-
数组排序.rar
对数组进行排序.rar 对一组随机数据进行从大到小,或者从小到大的排序。并显示到窗体中。
- 2022-03-06 16:09:57下载
- 积分:1
-
Maslen_Method
该代码已应用于航空航天领域。重新进入大气层的物体会产生冲击波。
- 2022-06-16 03:52:02下载
- 积分:1
-
BPSK调制的仿真
bpsk modulation simulation
- 2023-07-19 22:50:03下载
- 积分:1
-
运用TC编程求算相关系数及其置信水平,及一元线性回归模型相关...
运用TC编程求算相关系数及其置信水平,及一元线性回归模型相关-Calculating the correlation coefficient and its confidence level by using the TC programming
- 2023-04-20 18:20:04下载
- 积分:1
-
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习-This is the School ACM Programming Contest topic out when everyone is practicing
- 2022-07-14 06:11:47下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
selection排序法
selection排序法-Selection sorting method
- 2022-03-20 17:03:35下载
- 积分:1
-
用matlab编写的bpsk的程序.
用matlab编写的bpsk的程序.-using Matlab BPSK prepared by the procedure.
- 2022-09-18 18:50:02下载
- 积分:1
-
adc intrfacing
这篇文章提供了使用PIC16F877微控制器的ADC代码。这段代码是用C语言编写的,使用MPLAB和高科技的C编译器。您可以从“下载”网站下载此代码
- 2022-03-19 08:57:27下载
- 积分:1
-
序列二次规划程序
求解序列二次规划程序,只要编写不同的目标函数,目标函数导数,约束函数,约束函数的雅克比矩阵,即可求出不同问题的最大值或最小值。Solving sequence quadratic programming, as long as write a different objective function, the target function and constraint function, constraint function of Jacobi matrix, then find out the maximum or minimum of a different question.
- 2023-07-14 13:15:03下载
- 积分:1