-
GNU Linux代码实例
应用背景正则表达式关键技术添加两个文件转换到DOS UNIX换行符
- 2022-02-28 19:40:46下载
- 积分:1
-
thomas算法
thomas算法用来计算方程AT=r,T和r为列向量,A为三对角阵,仅在三个对角线上有非零元素,算法需要向前
和向后扫描方程两次 。
- 2022-11-26 13:45:03下载
- 积分:1
-
雨天比赛
跳房子游戏-Rainy Game
- 2022-03-01 23:18:58下载
- 积分:1
-
crc32 算法的delphi实现。并且可以对指定文件进行校验。
crc32 算法的delphi实现。并且可以对指定文件进行校验。-CRC32 algorithm delphi realize. And can be carried out to check the specified file.
- 2022-04-26 22:52:18下载
- 积分:1
-
LS mmse算法信道估计
本人上传的这个代码,是包括了信号的产生,调制,加导频信号,反傅里叶变换,加循环前缀,经过多径信道,解调得到的信号,采用LS MMSE等算法进行信道估计,是不叫完善的算法!
- 2022-06-12 08:32:44下载
- 积分:1
-
cron creator
This is a tool to create the cron expression.
这是一个能够产生cron表达式的。
主要是针对的linux平台下的cron的移植,能够用于界面直接输入,然后输出cron表达式!!!
- 2022-06-20 03:16:39下载
- 积分:1
-
SURF的matlab代码
SURF用于图像的匹配,将64维的特征点降维至32维,比SIFT具有更强的实时性。
- 2022-02-09 19:14:13下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。...
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。-DFP variable metric method, including the one-dimensional search, golden section method, type of packaging used, including matrix-type, variable-scale category. Simple to achieve.
- 2022-06-03 06:57:24下载
- 积分:1
-
优化皇后问题的代码
优化皇后问题的代码-optimize the code Queen
- 2022-01-22 14:00:32下载
- 积分:1