资源列表

« 1 2 ... .76 .77 .78 .79 .80 213781.82 .83 .84 .85 .86 ... 216393 »

[数据结构常用算法GreedySelector

说明:设有n个活动的集合E={1,2,…,n},其中每个活动都要求使用同一资源,如演讲会场等,而在同一时间内只有一个活动能使用这一资源。每个活动i都有一个要求使用该资源的起始时间si和一个结束时间fi,且si <fi 。如果选择了活动i,则它在半开时间区间[si, fi)内占用资源。若区间[si, fi)与区间[sj, fj)不相交,则称活动i与活动j是相容的。也就是说,当si≥fj或sj≥fi时,活动i与活动j相容。-With n-set of the activities of E = (1
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法KnapsackProblem

说明:问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a backpack, the weight of each item
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法NQueen

说明:n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[matlab例程test1

说明:1. 判断闰年 根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息 -1. To determine leap year according to input a specific year (in 1900-2100 between the call for input validation), to determine whether a leap year, and gives the corresponding tips
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[加密解密test2

说明: 数据加密程序 输入一个字符串,对其进行加密并输入(加密算法自选)。 -Data encryption program to enter a string, encrypt it and enter the (encryption algorithm is optional).
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[汇编语言test3

说明: 加减乘除四则运算 对用户输入的一个包含两个十进制的操作数的加减乘除表达式求出其结果并输出,对用户的输入需要进行有效性判断。 -Addition and subtraction multiplication and division four operations to the user input a number with two decimal addition and subtraction multiplication and division operations deriv
<lily> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[其他小程序trianglefill

说明:filling triangle with colors...in python
<nikunj patel> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[matlab例程lms

说明:适应于matlab环境下的LMS代码,用于可适应滤波器的回声消除功能-LMS code for matlab
<lulu> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[matlab例程nlms

说明:matlab NLMS 编程,代码用于可适应滤波器的回声消除功能-Adaptive filters for echo cancellation
<lulu> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[TCP/IP协议栈recv-vbas

说明:vbas协议接收函数,例程,经过实测可以直接应用-vbas
<完颜> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[Linux/Unix编程3

说明:实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
<lili> 在 2025-11-21 上传 | 大小:1kb | 下载:0

[Linux/Unix编程4

说明:实现显示环境变量的程序。对学习linux有很大的帮助-Achieve the display environment variables program. Student ID linux
<lili> 在 2025-11-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 213781.82 .83 .84 .85 .86 ... 216393 »

源码中国 www.ymcn.org