-
等离子体PIC模拟
等离子体PIC模拟-PIC simulation of plasma
- 2022-11-02 03:45:04下载
- 积分:1
-
这是用来验证卡号世界各地LUHN算法。
This the Luhn algorithm used to verify card numbers throughout the world.
-This is the Luhn algorithm used to verify card numbers throughout the world.
- 2022-12-16 15:10:03下载
- 积分:1
-
partition algorithm chessboard coverage
分治算法解决棋盘覆盖问题-partition algorithm chessboard coverage
- 2022-09-24 19:00:03下载
- 积分:1
-
这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有...
这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有-This is Zheda acm, North acm, there can still be a great solution acm on the title, all is about the search algorithm, the file name on the subject have
- 2023-07-14 18:05:03下载
- 积分:1
-
二维弹性边界元程序
两维弹性边界元程序-two dimensional elastic boundary element program
- 2023-05-20 08:00:03下载
- 积分:1
-
一个计算拉个朗日插值很好的程序,绝对正确无误。
一个计算拉个朗日插值很好的程序,绝对正确无误。-A calculation of long pull on a good interpolation procedure, is absolutely correct.
- 2022-04-30 12:50:43下载
- 积分:1
-
产生式系统的推理
基于产生式规则的推理,人工智能的实验,演示了简单的正向推理,正向推理树较小,可基于实际情况对规则库进行扩充。
- 2023-07-24 14:35:08下载
- 积分:1
-
matlab程序实现 最短路径问题 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径...
matlab程序实现 最短路径问题 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径-matlab program to achieve the shortest path problem shortest path problem is the study of graph theory, a classical algorithm for the problem, aimed at finding a plan (by the node and path composed of) two nodes of the shortest path between
- 2022-04-12 10:43:20下载
- 积分:1
-
数组排序.rar
对数组进行排序.rar 对一组随机数据进行从大到小,或者从小到大的排序。并显示到窗体中。
- 2022-03-06 16:09:57下载
- 积分:1
-
C显示图像
资源描述很简单的小程序。#include
#include
using namespace cv;
void main()
{
IplImage *src;
src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下
cvNamedWindow("lena", CV_WINDOW_AUTOSIZE);
cvShowImage("lena", src);
cvWaitKey(0);
cvDestroyWindow("lena");
cvReleaseImage(&src);
}
- 2022-03-04 00:48:04下载
- 积分:1