说明:用c语言实现流星雨。流星自右上角落下,碰到地面则消去地面一块砖-used language meteor shower. Instructions from the meteor fall and touched the ground were eliminated from the ground a brick <小鸟> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:给出一个字符串对所有排列的可能性,就是abc,可能排除6种排列-given a string of all with a possibility that the abc may exclude six permutations <明全> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:是通过插件形式修改注册表的C#代码,可以直接在B/S程序中调用,缺点是课户端安全策略可能阻止代码运行.-through plug-in the form of amendments to the registry of C# code directly on the B/S process called shortcoming is that class households-security strategy may prevent <ztf> 在 2024-11-08 上传
| 大小:1kb | 下载:1
说明:题目:输入某年某月某日,判断这一天是这一年的第几天?
1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊
情
-topic : input on a certain date, the judgment that this is the one day of the year? 1. Program Analysis : March 5 as an example, <we> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:这是文曲星里的小游戏,本人用C语言将其编出并添加破纪录功能。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。小作一篇,请多请教!
-This is a small game, I used the C language out to <高天一> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:数据结构 上机 二叉排序树及其查找,包含更新二叉排序树存储二叉排序树上的查找,二叉排序树上的插入,二叉排序树上的删除等-data structure two forks on the plane and you sort tree, update contains two fork-tree storage binary search tree by sequencing, two tree fork insertion sort, t <大阳> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:计算机操作系统的生产者与消费者问题
一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a <紫水晶> 在 2024-11-08 上传
| 大小:1kb | 下载:0
说明:本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to <紫水晶> 在 2024-11-08 上传
| 大小:1kb | 下载:0