-
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王...
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王-Circulation list set up, implementation procedures for the election of the King: Enter the N monkeys, monkeys from the first start off (M), only a few of the m Monkey on the introduction of such a cycle has been the last remaining Monkey is a monkey Wang! !
- 2022-04-02 04:42:32下载
- 积分:1
-
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声...
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声-Simple compilation of flower procedures, the common PC running under no appearance at all, through the keyboard keys letters realize voice
- 2023-05-30 22:00:03下载
- 积分:1
-
stdcall C++ 调用汇编理解。让我们知道函数参数入栈及返回的处理。对比fastcall会更清楚。...
stdcall C++ 调用汇编理解。让我们知道函数参数入栈及返回的处理。对比fastcall会更清楚。-stdcall C++ compilation of understanding calls. Let us know the function parameters and return stack processing. Contrast fastcall will be clearer.
- 2023-06-22 09:25:02下载
- 积分:1
-
Cutting graphics computer graphics processing is very important aspect, the proc...
图形的裁剪是计算机图形处理中很重要的环节,本程序介绍了这一功能。-Cutting graphics computer graphics processing is very important aspect, the procedures introduced this feature.
- 2022-01-28 05:01:09下载
- 积分:1
-
老实说了,那些我还不知道是什么来的,希望有能力的人,可以告诉我吧
老实说了,那些我还不知道是什么来的,希望有能力的人,可以告诉我吧-Frankly speaking, and those I do not know what to hope that those who have the ability, you can tell me
- 2022-03-22 08:07:18下载
- 积分:1
-
err
源码公开-线弹性动力分析直接积分
声明:
贴出源程序只是为了给有这方面需要的弟兄提供参考,并
非用于和做这方面工作的弟兄讨论用。
本人不对程序的正确性提供任何保证,不对程序的可读性
承担任何义务,也不承担对使用者在使用过程中的任何问
题提供解答的义务。
同意本声明的弟兄可以以任何的方式修改、使用
和传播本程序。否则,请勿以任何方式使用本程序。
NEWMARK BETA源程序(FORTRAN)。程序是一个独立的文件(
F77格式),使用者可将其拷入一个文件并改名为.FOR即可。
如:NEWMARK.FOR。程序中的矩阵和向量均为满存储。
-err
- 2022-06-27 11:08:02下载
- 积分:1
-
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化-using win32 compilation prepared by the charm of the color swirl, forms a dozen changes
- 2022-02-04 18:52:07下载
- 积分:1
-
学习如何使用MPLAB集成开发环境(IDE)的编码基因…
To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging.
This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Port C and increments a counter and resets to a predetermined value when the counter rolls over to zero. All labels start in the first column, and the last line has an end directive. For detailed information, refer to the PIC18F452 datasheet on the course web page.
- 2022-07-13 16:21:22下载
- 积分:1
-
汇编语言,关于机器人的.第一画面:男孩右手拿花向女孩跑去,这时天上忽然出现了一群小鸟,男孩向女孩求婚,女孩感动地接受了,迸出一颗心。 第二画面:两人过着幸福的生...
汇编语言,关于机器人的.第一画面:男孩右手拿花向女孩跑去,这时天上忽然出现了一群小鸟,男孩向女孩求婚,女孩感动地接受了,迸出一颗心。 第二画面:两人过着幸福的生活。两人站在房子外,气球飘向了天。
-Assembly language, on the robot. First screen: the right hand holding flower boys ran to the girls, when the sky suddenly appeared a group of birds, boys to girls to marry him, the girl moved to accept,迸出heart. Second screen: two live a happy life. The two stood outside the house, balloons approaching the day.
- 2023-07-18 12:55:02下载
- 积分:1
-
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, then continue to determine the second letter. 1. Program analysis: statement by the situation better, if the first letter of the same, then the judge with the case statement or statements to determine if the second letter.
- 2022-12-08 13:50:03下载
- 积分:1