登录
首页 » Windows开发 » 这是一个关与实习程序文法的程序是在PASCAL的经典编程框架.

这是一个关与实习程序文法的程序是在PASCAL的经典编程框架.

于 2022-02-21 发布 文件大小:2.04 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

这是一个关与实习程序文法的程序是在PASCAL的经典编程框架.-This is a programme which is about the practicing programme grammer built by PASCAL.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Simple calculator, computing implementation of a prescription, x is not more tha...
    简易计算器,实现一个开方运算,x是不超过10位的正整数,y是小于10的正整数,显示结果保留小数点后4位-Simple calculator, computing implementation of a prescription, x is not more than 10 of the positive integer, y is a positive integer less than 10, the result will be displayed after the decimal point to retain 4
    2022-03-25 16:07:14下载
    积分:1
  • 在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,...
    在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,-join in the image watermark, the use of Matlab programming, the use of imported a fraction, then can detect this value,
    2022-09-28 04:25:02下载
    积分:1
  • 监视程序的变更
    监视文件变化的程序-surveillance documents changes in the procedure
    2023-08-08 01:30:03下载
    积分:1
  • 十六进制不再陌生了
    十六进制不再陌生了-hexadecimal no longer a stranger
    2022-07-21 15:15:58下载
    积分:1
  • Atheros USB WiFi Card 驱动程序
    Atheros USB WiFi Card 驱动程序-Atheros USB WiFi Card Driver
    2022-08-17 07:23:09下载
    积分:1
  • In the GB code and Big5 code conversion between the ......
    在GB码和Big5码间转换 -In the GB code and Big5 code conversion between the ......
    2023-07-24 06:55:03下载
    积分:1
  • TEC
    在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
    2023-08-16 11:30:04下载
    积分:1
  • Some form code, C++ Prepared, very practical! I hope there is help for beginners...
    一些窗体代码,C++编写的,很实用!希望对初学者有帮助!来源INT。-Some form code, C++ Prepared, very practical! I hope there is help for beginners! Source INT.
    2022-02-04 15:15:58下载
    积分:1
  • 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
    自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
    2023-01-19 02:05:04下载
    积分:1
  • 约瑟夫斯写的问题解决功能。用整数序列的1,2,3…
    编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
    2022-12-02 00:35:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载