资源列表

« 1 2 ... .35 .36 .37 .38 .39 18940.41 .42 .43 .44 .45 ... 28523 »

[数学计算/工程计算5464

说明:问题描述: 现在有一个简单游戏:给你一行n个整数,要求你在两两之间放入“+”、“-”、“*”、“/”等符号共n-1个,使得表达式计算结果最大且不包含数字k。 请注意: 1) 表达式自左向右运算,不考虑优先级,例如:6+7*11=143; 2) 减法计算结果都为非负,即a-b定义为|a-b|,例如:2-5=3; 3) 除法计算结果向下取整,且除数不得为0,例如:7/5=1。 ★实验任务: 现请你写一个程序,求出这个最大值。 ★数据输入: 输入数据第一行
<高云> 在 2025-09-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Joseph-algorithm

说明: 约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。   思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。   程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different
<利益> 在 2025-09-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman

说明:数据结构实验之哈夫曼算法,欢迎下载指正。带有可执行程序-Experimental data structure of the Huffman algorithm.Welcome to download correction. With an executable program
<李治> 在 2025-09-22 上传 | 大小:4.19mb | 下载:0

[数据结构常用算法erchashu

说明:二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)-Chain store binary tree, preorder traversal and hierarchy traversal.
<liukun> 在 2025-09-22 上传 | 大小:1kb | 下载:0

[matlab例程l1_classification

说明:machine learning 方面有关于Classification fundamentals的资料,语言是python-Classification fundamentals aspects of machine learning have information about language is python
<lance> 在 2025-09-22 上传 | 大小:1007kb | 下载:0

[matlab例程w5_bayesianRegression

说明:machine learning 方面有关于Bayesian Regression的资料,语言是python-There are aspects of machine learning Bayesian Regression information about language is python
<lance> 在 2025-09-22 上传 | 大小:235kb | 下载:0

[matlab例程w7_gaussianProcesses

说明:machine learning 方面有关于Bayesian Review and Gaussian Processes的资料,语言是python-machine learning aspects of information concerning the Bayesian Review and Gaussian Processes, language is python
<lance> 在 2025-09-22 上传 | 大小:1022kb | 下载:0

[matlab例程l2_bayes_classifier

说明:machine learning 方面有关于The Bayes Classifier的资料,语言是python-machine learning aspects have The Bayes Classifier information about language is python
<lance> 在 2025-09-22 上传 | 大小:924kb | 下载:0

[压缩解压ex91

说明:当单击第一个按钮时,按钮上的文字“这里是一个按钮,按我吧!”就变成“你已按下了按钮”,第二个按钮实现转换功能同上,还包含单选按钮,复选按钮及组框控件等。-When you click the first button, the text on the button, " Here is a button, press me!" Becomes " You have pressed the button," the second button to achiev
<吴雨林> 在 2025-09-22 上传 | 大小:3.35mb | 下载:0

[压缩解压ex2

说明:用画笔绘制圆角矩形,椭圆,饼形,并用不同颜色画刷进行填充。-Draw a rounded rectangle, ellipse, pie with a brush, and brush with a different color fill.
<吴雨林> 在 2025-09-22 上传 | 大小:1.08mb | 下载:0

[压缩解压ex61

说明:设置一个鼠标程序,将窗口分为5块,分别用画刷填充为白、绿、蓝、黄、红。鼠标点在不同区域时鼠标的形状发生变化,且显示鼠标坐标.-Set a mouse program will be divided into five windows were filled with brush white, green, blue, yellow, red. Point the mouse to change the shape of the mouse in the different regions, an
<吴雨林> 在 2025-09-22 上传 | 大小:1.11mb | 下载:0

[压缩解压Ex61

说明:显示文件、编辑、帮助菜单项,并设置了热键,能实现打开、另存为、退出、改变字体、颜色等功能,并修改了应用程序图标。-Display File, Edit, Help menu item, and set the hotkey to achieve open, save as, exit, change fonts, colors and other functions, and modify the application icon.
<吴雨林> 在 2025-09-22 上传 | 大小:1.12mb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 18940.41 .42 .43 .44 .45 ... 28523 »

源码中国 www.ymcn.org