-
操作系统实验文件管理
运用C语言实现对操作系统文件管理的实现。二级文件目录。能实现对文件的读写,不同用户之间的共享,权限管理,打开关闭等操作。在DOS中用指令实现。
- 2022-06-28 03:18:28下载
- 积分:1
-
用c语言编写的贝齐尔曲线
用c语言编写的贝齐尔曲线-prepared by the Bezier curve
- 2022-01-28 07:43:29下载
- 积分:1
-
第三章 栈与队列习题答案
第三章 栈与队列习题答案-The answer of stack and queue
- 2022-01-26 08:17:59下载
- 积分:1
-
TSP solve by ACO
// TSP solve by ACO 2013/06/13
#include "stdafx.h"
#include
#include
#include
#include
#define NumCities 42 //共幾座城市
#define NumAnts 20 //螞蟻組數POP,最多就NumCities隻
#define parameter_evaporate 0.5 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-09 23:17:05下载
- 积分:1
-
卡尔曼滤波对自由目标的应用
利用卡尔曼滤波对自由落体的目标小球进行跟踪,其中有些视频演示跟踪过程.-The use of Kalman filter to the objective of free-falling ball track, some of which track the process of video presentations.
- 2022-07-12 03:05:29下载
- 积分:1
-
AES 的图像加密算法
在图像处理为安全目的就必须加密任何 data.here 我提出新的 aes 算法加密的目的。
- 2022-01-30 18:52:05下载
- 积分:1
-
for n! The lowest number is not 0. Use mathematical laws and mod
求n!的最低位不是0的数.用到数学规律和mod-for n! The lowest number is not 0. Use mathematical laws and mod
- 2022-03-06 15:43:39下载
- 积分:1
-
给出插值算子的算法,牛顿法求解非线性方程,欢迎大家给出意见。...
给出插值算子的算法,牛顿法求解非线性方程,欢迎大家给出意见。-Interpolation operator is given algorithm, Newton method for solving nonlinear equations, welcome to give their views.
- 2022-03-10 14:45:50下载
- 积分:1
-
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算...
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算-Fast Fourier Transform of C realized, the introduction of a new reverse algorithm, program code, only more than 100 lines, it is necessary to achieve the 1000 sampling points calculation
- 2022-03-23 21:12:52下载
- 积分:1
-
计算机图形学(二维图形的创建)
计算机图形学中二维几何的变换包括:
基本的二维几何变换、矩阵表示和齐次坐标、逆变换、二维复合变换、几何变换的光栅方法、OpenGL光栅变换、二维坐标系间的变换,其中最重要的是OpenGL二维几何变换函数。
- 2022-02-26 15:10:56下载
- 积分:1