资源列表

« 1 2 ... .39 .40 .41 .42 .43 28244.45 .46 .47 .48 .49 ... 28521 »

[数学计算/工程计算shaifa

说明:数学系学生福音,数论课程中筛法生成2^25以内所有素数代码。-To generate the prime number range 0 to 2^25.
<> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[matlab例程radar4

说明:合成孔径雷达脉冲压缩方式三(频域直接生成匹配滤波器)在不同TBP下压缩结果的展示-Synthetic aperture radar pulse compression tris (frequency domain directly generate a matched filter) compression result in different TBP show
<孙小凡> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[matlab例程radar5

说明:合成孔径雷达在不同TBP情况下的频谱相位误差分析 程序是自己亲自写的-Synthetic aperture radar spectrum phase error analysis program under different circumstances TBP is personally written
<孙小凡> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数值算法/人工智能FLUENT_UDF_INITIALIZE_TEMPERATURE

说明:fluent udf文件,用于初始化一个圆形的子温度场-udf file for initializing a circular temperature field
<孙旭> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数学计算/工程计算FLUENT_UDF_SIMULATE_BUBBLE

说明:FLUENT UDF 基于tolubinski-kostanchuk原理,计算变化的温度场中,气泡直径的变化规律-compute the bubble diameter based on tolubinski-kostanchuk,with change of temperature
<孙旭> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数学计算/工程计算FLUENT_UDF_LINEARIZE_MASS_TRANS

说明:FLUENT UDF 用于流体汽化过程中,质量输送源项的线性化-specifies mass transfer source terms as a function of liquid vaporization pressure and flow pressure.
<孙旭> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[matlab例程moxing1

说明:matlab遗传算法,用遗传工具箱编写的,结合网上资料自己整理而成-matlab genetic algorithm, prepared by genetic toolbox, combined with the information they gathered the Internet
<黄震> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法stack_with_min_func

说明:定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push、pop的时间复杂度都是O(1)-Defined stack data structure, requires the addition of a min function, it is possible to obtain the smallest element of the stack. Function requires min, push,
<大胡子> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法SortedList_to_BalancedBinaryTree

说明:给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
<大胡子> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法print_all_ancestors

说明:对于一颗普通的二叉树和一个节点key,找出该节点的所有祖先节点。-For an ordinary binary tree and a node key, to find all ancestors of this node.
<大胡子> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法preorder_tree_stack

说明:二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。
<大胡子> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[matlab例程GN

说明:GN分裂算法的MATLAB实现,可以很好的学习用GN算法进行社团划分-GN algorithm
<朱超> 在 2024-09-30 上传 | 大小:1024 | 下载:2
« 1 2 ... .39 .40 .41 .42 .43 28244.45 .46 .47 .48 .49 ... 28521 »

源码中国 www.ymcn.org