资源列表

« 1 2 ... .73 .74 .75 .76 .77 2478.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法guess_number

说明:猜数位 首先自动产生一个n位0-9数字,每位上的数字互不相同。 然后,程序接受玩家输入所猜测的n位不重复的数字; 接着,由程序比对符合的位数以及不符合但有出现的数字的数量。完全符合的数字会以A来表示,而不符合正确位置但有出现的数字则以B来表示。举例,如果正确答案是2345且玩家猜的是4395,则会得到2A1B。 最后,玩家在m次内猜测出完全相符的数字组合即为胜利。若没有在指定m回合完成,则给出准确答案。 注:m,n可以由玩家自行设定。若不设定,其缺省为n=4;m=
<Issaccu> 在 2025-06-09 上传 | 大小:455kb | 下载:0

[数据结构常用算法numbers_out

说明:试编写一个函数,用整数序列1、 2、 3、 ……、n人的顺序队列,第1趟出列奇数位置的人员,第2趟出列偶数位置, ……,如此类推,求第m趟出列的人员编号。采用单链表表示及求解过程中使用的数据结构。-Try to write a function, with the sequence of integers 1, 2, 3, ......, n people the order queue, the first trip out of the line of personnel odd posit
<Issaccu> 在 2025-06-09 上传 | 大小:50kb | 下载:0

[数据结构常用算法trains_out

说明:火车出站问题,一列有n节车厢的火车,每节车厢进站出站为先进后出的机制,求所有可能的车厢出站顺序-The train station problem, there is an n carriages of the train, each car is inbound outbound, last-out mechanism, to do everything possible car outbound order
<Issaccu> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法Turing

说明:基于Java实现的图灵机程序,该程序可以可视化地展现一套图灵机程序的内部运算过程与工作机制,可供研究可计算性理论的相关人员参考。-This is a Turing machine based on Java . The program can visually demostrate a the internal computing process and working mechanism of a turing machine, fitting for those who study the
<zaqaqaz> 在 2025-06-09 上传 | 大小:709kb | 下载:0

[数据结构常用算法LINKLIST

说明:数据结构,链表表示线性表的内容,包括有序线性表的创建,插入元素,和删除元素等-Use the LinkList
<陈旭> 在 2025-06-09 上传 | 大小:16kb | 下载:0

[数据结构常用算法queue

说明:c语言,实现队列查询,插入,shanchu等功能-c language, queue query, insert, and other functions
<zhang> 在 2025-06-09 上传 | 大小:4kb | 下载:0

[数据结构常用算法e8.01

说明:一具中心圆孔的钢板,采用理想弹塑性模型对其进行弹塑性分析。-A center hole of the plate, using its ideal elastoplastic model elastoplastic analysis.
<欧拉力> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法e8.04

说明:带槽口平板的棘轮效应分析,属于非线性随动强化模型chab-Ratcheting slotted plate analysis, non-linear kinematic hardening model chab
<欧拉力> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法e8.28

说明:实体力筋法的三种模型示例,力筋线形为直线加圆曲线加直线形式-Three models Examples of entities tendon law, tendons linear linear acceleration circular curve plus a straight line
<欧拉力> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法e2.05

说明:腹板式渐开线直齿圆柱齿轮建模,即从齿根到齿顶为一段渐开线。-Abdominal plate involute spur gear modeling, the root up to the tip of a period of involute.
<欧拉力> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法e2.04

说明:v带轮建模命令流,创建带轮断面,再绕轴旋转创建带轮体。-v pulley flow modeling commands to create a pulley section, and then pivoted to create a pulley body.
<欧拉力> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法最短路径算法实现

说明:用dikstra算法实现,在商场地图上两个门店之间的最短距离(With the dikstra algorithm, the shortest distance between two stores on a mall map)
<小瓶盖1111> 在 2025-06-09 上传 | 大小:29kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2478.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org