-
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设...
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设时间的安排必须满足先修关系。每门课程有那些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序-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
-
用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换....
用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换.-larger values for decimal, binary, Numerical mutual hexadecimal conversions and 16 string into the value of the conversion.
- 2022-05-12 22:32:41下载
- 积分:1
-
一个类似烟火的小程序,开发语言:VC++ 6.0 功能比较简单,运行后就可以看到...
一个类似烟火的小程序,开发语言:VC++ 6.0 功能比较简单,运行后就可以看到-a similar pyrotechnics small program development languages : VC 6.0 functionality is relatively simple, can be seen running after
- 2022-06-21 05:22:40下载
- 积分:1
-
数据库资源管理器中的 Java 项目
数据库资源管理器中的 java 项目是一个 CSE 最后年的项目将是有用的因为发展感兴趣的学生数据库相关的项目。为开发这一项目的主要思想是实现用于处理数据库功能,使用控制台的用户友好的图形用户界面。此应用程序将对使用 oracle 数据基础,定期而开发这样的应用程序的软件程序员有用银行系统数据库项目和
- 2022-02-25 20:11:58下载
- 积分:1
-
Fractal graphic,implementation of the CKochView cla
分形图形,又递归算法实现:implementation of the CKochView cla-Fractal graphic,implementation of the CKochView cla
- 2022-02-22 00:34:57下载
- 积分:1
-
Everything SDK开发源码
Everything是目前最快的本地文件名搜索软件,利用其SDK可以很好地将本地搜索加入到自己的项目中。
- 2023-01-01 13:25:03下载
- 积分:1
-
MicroWindows 源码 ,这里做了一个模拟器,在VC++ 下可以运行,这样大家可以在Windows平台上看MicroWindows代码了...
MicroWindows 源码 ,这里做了一个模拟器,在VC++ 下可以运行,这样大家可以在Windows平台上看MicroWindows代码了-MicroWindows source code, here made a simulator in VC++ may be run, so we can watch the Windows platform, the code MicroWindows
- 2022-01-21 23:57:45下载
- 积分:1
-
创建动态链接扩展库
创建动态链接扩展库-create dynamic link library expansion
- 2022-07-21 06:44:07下载
- 积分:1
-
自己做的源代码统计工具。。用的是Vc6.0
自己做的源代码统计工具。。用的是Vc6.0-Make their own source code statistical tools. . Using a Vc6.0
- 2022-03-05 02:46:49下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1