登录
首页 » 其他项目 » 内容和要求 1. 论述课题的性质、内容以及本次课程设计的目的和要求。 2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0...

内容和要求 1. 论述课题的性质、内容以及本次课程设计的目的和要求。 2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0...

于 2022-02-01 发布 文件大小:136.00 kB
0 234
下载积分: 2 下载次数: 1

代码说明:

内容和要求 1. 论述课题的性质、内容以及本次课程设计的目的和要求。 2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0数据库管理系统简要的说明。 3. 总体设计方案的分析、比较和论证。 4. 数据库的建立,数据库中表的结构,各表中关键字的设置,表与表之间的关系。 5. 应用程序的菜单设计和界面设计,表单和报表的设计。 6. 编写代码、上机输入、调试、修改并运行通过。 7. 编写课程设计说明书。说明书是总结性的技术文件,应全面叙述整个设计的内容及过程(可参考上述6条),发现的问题及解决方法等。 8. 源代码和参考书目应作为说明书的附录。 9. 说明书应采用学校印刷的课程设计专用纸张,文字说明不少于6000字,数据库的总记录条数不少于100条。说明书中应包括系统结构示意图。 10.说明书一律横向装订,装订线在左侧。按目录、正文、 -a content and requirements. Discussed issues of the nature, content and design of the course the purpose and requirements. 2. Note to the computer system software and hardware environment, the basic requirements are that for Windows operating systems and database management systems VF6.0 briefly. 3. Design program analysis, comparison and verification. 4. The creation of the database, the database table structure, the keyword table settings, table and the relationship between the table. 5. Application procedures for the design and menu interface design, and the statements of the form d

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

发表评论

0 个回复

  • 安装方法:打开weather.cgi更改各个可以用以下方法调用:演示:http://flyao.com...
    安装方法:打开weather.cgi更改各个项目可以用以下方法调用:演示:http://flyao.com-installation method : Open weather.cgi change projects can use the following method invocation : demo : http://flyao.com
    2022-01-31 21:14:46下载
    积分:1
  • himself wrote in the 51 run on the huge memory small game, Oh, pretty fun
    自己写的在51上跑的贪吃蛇小游戏,呵呵,蛮好玩的-himself wrote in the 51 run on the huge memory small game, Oh, pretty fun
    2023-05-25 13:25:03下载
    积分:1
  • form seismic events with fortran
    fortran编写简单的形成地震同相轴,大家需要的可以用下载 用的是雷克子波-form seismic events with fortran
    2022-03-15 12:09:47下载
    积分:1
  • labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压...
    labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压-LabVIEW courseware materials with the book. The production of detailed, for reference. A total of 6 parts, download decompression unification
    2022-01-25 15:20:12下载
    积分:1
  • 非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文...
    非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文-One classical paper for content based image retrieval
    2022-09-07 18:00:03下载
    积分:1
  • motor control with pwm
    motor control with pwm
    2023-03-17 02:35:04下载
    积分:1
  • Classic Doger source code using Managed Directx realize very exciting, with the...
    经典的Doger源代码 用Managed Directx实现 征得很精彩 有完整的光照,材质,还有优秀的游戏程序算法-Classic Doger source code using Managed Directx realize very exciting, with the consent of a complete light, texture, there are excellent game program algorithm
    2023-02-27 20:00:03下载
    积分:1
  • c programming interface compiler error message the detailed descriptions will he...
    c编程接口编译器错误消息的详细说明,有助于初学者从编程中学习
    2022-03-16 20:22:52下载
    积分:1
  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • 使用LabVIEW编写的一个计算器程序。计算器完成计算…
    使用LabVIEW编写的一个计算器程序。 计算器能完成的运算: 加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反 能完成的操作:角度与弧度的切换,退格,清零 缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现-LabVIEW prepared to use a calculator program. Calculator to complete the calculations: addition and subtraction multiplication and division, and square, and cubic, and the natural logarithm, and to 10 for the end of the logarithm, and factorial values for sine cosine tangent, symbols take to complete the operation of the anti: the angle with radian switch, backspace, Clear shortcomings: As the show using a numerical type, it is not possible to realize a small number of input only for the calculation of the metric system, do not support the other band, did not achieve statistical functions
    2023-08-17 06:20:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载