资源列表

« 1 2 ... .20 .21 .22 .23 .24 21225.26 .27 .28 .29 .30 ... 21480 »

[其他小程序Cpp11

说明:说某公司有一个顾客接待站,在单位时间内随机地有顾客到接待站询问,设每位顾客 的接待时间是某个范围内的随机值,设接待站只有一名接待人员,要求程序模拟统计 //在设定时间内,接待员的总空闲时间和顾客的平均等待时间。假定模拟数据已按顾客 //到达接待站的先后顺序依次存于某个正文数据文件中。对应每位顾客有两个数据,到达 ///时间和需要接待的时间。 //在计算机模拟程序中,程序按模拟环境中的事件出现顺序逐一处理事件。当一个事件 //结束时,下一
<司成> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[其他小程序Cpp17

说明:将A,B,C,D,E,F这6个变量排成如下图所示的三角形,这6个变量分别取[1,6]上的整数,且均不相等。求使三角形三条边上的变量之和相等的全部解-A, B, C, D, E, F 6 variables that are formed as shown in the triangle, six variables, respectively [1,6] integer, none of the same. Seeking to mak
<司成> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[其他小程序Cpp10

说明:计算A(n,x,y),当n<>0,y<>0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行
<司成> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[其他小程序Cpp22

说明:使用循环链表来实现报数的相关问题,同时可以对链表有更进一步的了解-use of recycled Chain to realize the number of related issues, while the List with further understanding
<司成> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[其他小程序Cpp29

说明:八皇后问题可以有多种解法,再次通过找寻棋盘上各个棋子之间的斜率来解决-eight Queen's problems can have multiple solutions, which again find chessboard through various pieces of the slope to solve
<司成> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[其他小程序10-1.资源打包

说明:这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-This is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The
<han> 在 2024-09-30 上传 | 大小:13312 | 下载:0

[其他小程序我的链表

说明:我看数据结构后写的一个关于单链表的实现代码,功能还没完善,就构建了一个数据框架,如需要实现,请联系我-I see the data structure was made of a single linked list on the realization of code, functions No perfection and constructed a data fr a mework, such as the need to ach
<蔡天军> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[其他小程序串基本操作的演示

说明:串基本操作的演示实现串的赋值,连接,求子串,计算长度等操作-Series basic operation of the demonstration achieve Series assignment, connectivity, in her series, calculating the length of such an operation
<赵小美> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[其他小程序字符串加CRC校验

说明:给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
<赵小美> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[其他小程序表达式求值

说明:允许用户输入函数表达式,并可加载在需要用到此程序的工程中-allows users to input function expression may require the loading process is now projects
<赵小美> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[其他小程序科学型的计算器

说明:一个科学计算器,能实现进制间的转换,弧度和角度的转换,三角函数等等工程运算。-a scientific calculator, able to switch between the band, and radian angle of the conversion, trigonometry, etc. Operational works.
<吴健宇> 在 2024-09-30 上传 | 大小:10240 | 下载:0

[其他小程序longnode

说明:长整数的四则运算,用双向循环链表实现,堆分配存储-long integer operations of four, with two-cycle Chain achieve stacked memory allocation
<赵小美> 在 2024-09-30 上传 | 大小:1024 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 21225.26 .27 .28 .29 .30 ... 21480 »

源码中国 www.ymcn.org