-
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设...
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设时间的安排必须满足先修关系。每门课程有那些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序-Each university should develop a professional teaching programs. The assumption that any profession has a fixed school years, each school year with two semesters, each semester and credits on the length of time limits are the same. Each professional courses are fixed, and the courses offered in the opening hours must meet the pre-relationship. Each course there are those who pre-course is determined, can have any number of doors, there will be no. Each accounted for just one semester courses. Test this premise in the design of a teaching plan programming
- 2022-01-28 09:53:59下载
- 积分:1
-
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码...
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
- 2022-06-21 22:07:03下载
- 积分:1
-
获取 Windows 外壳窗口的句柄
获取 Windows 外壳窗口的句柄-access to the Windows shell window handle
- 2022-12-13 10:40:03下载
- 积分:1
-
北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。...
北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。-North version of the data structure corresponding to the source code tutorials, including linked lists, trees, and other classic graph data structure and some algorithms.
- 2022-07-07 04:18:26下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
常用的C++算法程序集
C常用算法程序集-徐士良-C algorithms commonly used procedures set-XU Shi-liang
- 2023-04-29 20:20:02下载
- 积分:1
-
a small chat program, vb production, but it is less useful for study and researc...
一个聊天小程序,用vb制作,不怎么好用 但是可以用来学习和研究-a small chat program, vb production, but it is less useful for study and research
- 2023-08-21 01:30:04下载
- 积分:1
-
编写的一个闪存代码,具有很好的参考意义
一个flash编写的代码,很有参考意义-prepared in a flash code of great reference significance
- 2022-05-16 03:01:17下载
- 积分:1
-
线性回归用于弹性模量的计算,是一个实习程序
线性回归用于弹性模量的计算,是一个实习程序-linear regression for the modulus of elasticity, is a practical procedure
- 2023-06-10 02:40:03下载
- 积分:1
-
WinCE5.0 based operating system, EVC4.0 development environment for the LCD rota...
基于WinCE5.0操作系统,EVC4.0开发环境,用于LCD旋转的经典程序-WinCE5.0 based operating system, EVC4.0 development environment for the LCD rotate the classic procedure
- 2022-05-26 15:18:57下载
- 积分:1