资源列表
[控制台(字符窗口)编程] shijianbuchangfa
说明:用时间步长法实现:某仓库有一个保管员,领料工人的到达为Poisson流,平均每小时有12个工人来领料,每个工人的领料时间均匀分布在2-4分钟之间,求该保管员忙的概率。-Time step method: a custodian of a warehouse, picking the arrival of workers to a Poisson stream, hour average of 12 workers picking, ea<s沈云航> 在 2025-01-08 上传 | 大小:321kb | 下载:0
[控制台(字符窗口)编程] russa
说明:在控制台下实现俄罗斯方块,可以进行单人游戏和双人游戏-Tetris can be single player and double player in the console<s沈云航> 在 2025-01-08 上传 | 大小:997kb | 下载:0
[控制台(字符窗口)编程] 1
说明:dixing.txt为地形数据的文本文档,在程序界面中输出地形文本文档里面的数据,显示出文档里面的信息,然后找出地形所有最高点和最低点所在的行号和列号输出并另存入文本文档中-dixing.txt terrain data, text documents, and output data of the terrain text documents in the program interface, showing the inside o<Kobe Yin> 在 2025-01-08 上传 | 大小:83kb | 下载:0
[控制台(字符窗口)编程] Stack-using-Pointer
说明:stack using pointer using c in a simple and lucid manner<anu> 在 2025-01-08 上传 | 大小:10kb | 下载:0
[控制台(字符窗口)编程] a
说明:程序运行后,给出6个菜单项的内容和输入提示,具体如下:1. 数字排序 2. 字符查找3. 矩阵变换 4. 结构体数组5. 三次方程 6. 字符串删减7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to trans<李强> 在 2025-01-08 上传 | 大小:3kb | 下载:0
[控制台(字符窗口)编程] FEC_Convolutional
说明:Convolution coding and Viterbi decdoing in VC-Convolution coding and Viterbi decdoing in VC++<arun> 在 2025-01-08 上传 | 大小:1.13mb | 下载:0
[控制台(字符窗口)编程] label
说明:用c++编写的一个图元识别程序,手动输入图像,0和1表示,将相邻的1标记出来。-A primitive recognition program, written in c++ manual input image, 0 and 1, said adjacent marked.<吴广哲> 在 2025-01-08 上传 | 大小:4.07mb | 下载:0
[控制台(字符窗口)编程] brace_match
说明:用C++编写的括号匹配程序,输入一串字符,输出里面面匹配的括号的序号。该程序可用于编程时括号的自动匹配与提醒。-Written in C++ brackets to match the program, enter a string of characters, the serial number of the output inside surface matching brackets. The brackets can be us<吴广哲> 在 2025-01-08 上传 | 大小:3.54mb | 下载:0
[控制台(字符窗口)编程] linkedqueue
说明:用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.<吴广哲> 在 2025-01-08 上传 | 大小:3.52mb | 下载:0
[控制台(字符窗口)编程] GMS
说明:自己用C++编写的基于控制台的学生成绩管理系统,包括了很多C++的知识:类、向量、动态数组、菜单设计、相关度计算-Written in own use C++, console-based student performance management system, including the a C++ a lot of of the knowledge: class, vector, dynamic arrays, menu des<wurangzhong> 在 2025-01-08 上传 | 大小:18kb | 下载:0
[控制台(字符窗口)编程] SingleTon
说明:Qt singleton 模式代码, 有喜欢的同学可以参考一下。-Qt singleton mode code, like the students can refer to.<caicaiking> 在 2025-01-08 上传 | 大小:4kb | 下载:0
[控制台(字符窗口)编程] 1001Message-encryption
说明:本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on<luyanyi> 在 2025-01-08 上传 | 大小:833kb | 下载:0