-
cron creator
This is a tool to create the cron expression.
这是一个能够产生cron表达式的。
主要是针对的linux平台下的cron的移植,能够用于界面直接输入,然后输出cron表达式!!!
- 2022-06-20 03:16:39下载
- 积分:1
-
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。...
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
- 2023-08-13 16:30:03下载
- 积分:1
-
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构...
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构-Horse riding board, in an 8* 8 chessboard, set the starting point in any position, horses can be " day word" footwork has completed the entire board. This program used the data structure of the stack, queue, the chain structure
- 2022-05-31 14:57:21下载
- 积分:1
-
3D-FDTD垂直双阵子程序,可以调整阵子半径。以达到设计一定方向图的目的。-3D-FDTD vertical-stream procedures can be adjusted stream radius. Designed to achieve certain objectives in the direction of the map.
- 2022-01-20 22:54:18下载
- 积分:1
-
一个给输入语音进行能量规整的程序,便于控制播放语音的音量,工具虽小,但却常用...
一个给输入语音进行能量规整的程序,便于控制播放语音的音量,工具虽小,但却常用-Voice for a given input energy warping procedures, easy to control playback of voice volume, tools may be small, but common
- 2022-02-22 12:34:27下载
- 积分:1
-
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。...
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。-Computational geometry on some trip with multilateral algorithms, including the relationship between points, lines and polygons and so on.
- 2022-01-28 13:47:38下载
- 积分:1
-
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数-Random number categories: can generate a given region of the random number or pseudo-random number
- 2022-02-13 01:38:03下载
- 积分:1
-
C++登录注册系统
C++开发 实现登录 注册功能
USER user[Max];
char Admin[20]="administrator";
int count;
int chance;
void menu();
void User_admin(char name[],char pw[]);
void User_common(char name[],char pw[]);
void Saved();
int flag;
void Inithtable()
{
for(int i
- 2022-02-26 15:34:43下载
- 积分:1
-
数据挖掘的基础程序
数据挖掘所用的十二个基础程序,分别为规范化三个,距离公式3个,以及统计数,众数,中位数,平均数,Q1,Q3的求法,以及程序。
- 2023-07-20 18:10:05下载
- 积分:1
-
GAC模型,迎风方案
im=imread("e:301clip301.tif");
im=rgb2gray(im);
im=double(im);
im = imresize( im, 0.5 ); % 为了减少程序运行时间,将图像变小为原来大小的1/2
figure(1);imshow(uint8(im));
[nrow,ncol]=size(im);
J= gauss( im,3,2 ); % 为了计算函数g,先对图像作guassian预平滑
%%- 计算图像梯度模值
J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2;
J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 21:25:24下载
- 积分:1