资源列表

« 1 2 ... .43 .44 .45 .46 .47 26948.49 .50 .51 .52 .53 ... 28523 »

[数据结构常用算法ZeroOnePack

说明:分支界限法求解0-1背包问题。有N件物品和一个容量为V的背包,第i件物品的费用是c[i],价值是w[i],求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。-Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], t
<郝既得> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法MultidimensionalPointer

说明:C中通过指针和数组名操作二维数组的区别与联系详细说明-Describe operating differences and relations of the two-dimensional array by pointer and array name in C
<郝既得> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数学计算/工程计算CharWordLineCount

说明:统计从键盘输入的数据的字符数、单词数、行数-Statistical data entered from the keyboard, the number of characters, number of words, the number of lines
<郝既得> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数学计算/工程计算print_format

说明:各种int型的输出说明符的详细展示,避免因为格式说明符造成输出结果的异常-Int type the output specifier show, avoid caused the exception of the output format specifiers
<郝既得> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[matlab例程HSJZ

说明:function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(
<honkleo> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FRF_find

说明:提取nastran“.f06”结果中的节点频响函数数据,可简单修改提取模态频率和 其它数据-Extract nastran, " f06" results in the the node frequency response function data, can be simple modification to extract the modal frequencies and other data
<Zg Chan> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[matlab例程BeanSearch

说明:BeanSearch for AI. Init a random vector and calculate your behavior.
<Jailson> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[matlab例程gaussfitarc_n

说明:matlab中使用不同参数的gauss基函数逼近圆弧 -the matlab using different parameters in gauss base function approximation arc
<yaoyuan> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[matlab例程gaussfitpoly

说明:matlab中使用gauss函数逼近多项式函数-matlab gauss function approximation polynomial function
<yaoyuan> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数学计算/工程计算martix

说明:本程序用C语言实现矩阵之间加、减、乘的运算-The program using C language the matrix add, subtract, multiply computing
<longteng> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[数学计算/工程计算numerical-methods

说明:本程序用C语言实现了微分方程求解,使用了梯形法、矩形法和辛普森法-This program with C language differential equation solving, using the trapezoidal method, rectangular and Simpson
<longteng> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[matlab例程go-too-far

说明:用matlab来演奏张信哲的《过火》,比较有意思的一个程序-Matlab to play Jeff Chang' s " gone too far" , one of the more interesting program
<longteng> 在 2025-04-29 上传 | 大小:1kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 26948.49 .50 .51 .52 .53 ... 28523 »

源码中国 www.ymcn.org