-
Jacobi迭代求解线性方程组
利用Jacobi迭代算法,用MPI并行求解线性方程组,成功运行
- 2022-05-23 07:04:06下载
- 积分:1
-
ThreeOrderEqu
该程序为c++程序,用途是使用卡丹公式求解一般一元三次方程。(Solve Three Order Equation using Cardin formula)
- 2010-03-16 14:14:42下载
- 积分:1
-
公约数
说明: 用C语言实现计算两个数字的最大公约数,代码简单简洁,适合初学者学习。(C language is used to calculate the maximum common divisor of two digits. The code is simple and concise. It is suitable for beginners to learn.)
- 2020-06-21 16:20:01下载
- 积分:1
-
用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值...
用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值-With C# Write network sniffer with the traditional is not the same as adopting a new algorithm to reduce the CPU consumption, and data packets carried out a detailed analysis of the valuable
- 2022-03-01 22:02:31下载
- 积分:1
-
排课系统
/*头文件*/
#include
#include
#include
#include
/*宏定义*/
#define NULL 0
#define OK 1
#define ERROR -1
#define ESC 0x011b
#define TAB 0x0f09
#define ENTER 0x1c0d
#define UP 0x4800
#define DOWN 0x5000
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define BACKSPACE 0x0e08
#define SPACE 0x3920
/*结构体类型定义*/
struct weekday{
int wday;
char addr[5][10];
struct weekday *next;
};
struct course{
char cnumber[10];
char cname[10];
char period[10];
struct weekday *whead;
struct course
- 2022-06-03 02:01:58下载
- 积分:1
-
kalman-test
对收集到的rssi信号进行kalman滤波(The RSSI signal to the collection of Kalman filter)
- 2015-01-21 11:34:58下载
- 积分:1
-
大乐透
彩票程序。
- 2022-03-07 22:10:15下载
- 积分:1
-
用C#开发的文本加密软件
基于MD5加密技术
简单易用安全
用C#开发的文本加密软件
基于MD5加密技术
简单易用安全-C# development using the text of encryption software based on easy-to-use MD5 encryption technology, security
- 2022-10-27 14:25:03下载
- 积分:1
-
fft
fast fourier transformation
- 2020-06-20 02:40:01下载
- 积分:1
-
pwm
STM32CubeMX _pwm示例,可以用于参考,希望对大家有帮助(STM32CubeMX _pwm Examples, which can be used for reference, I hope to help you all.)
- 2020-06-18 06:20:01下载
- 积分:1