登录
首页 » Windows开发 » 利用C#编程语言实现三层架构的成绩管理系统

利用C#编程语言实现三层架构的成绩管理系统

于 2023-06-20 发布 文件大小:380.93 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

利用C#编程语言实现三层架构的成绩管理系统,本程序是在VS平台上实现的,C/S模式的小型应用软件,是学习C#编程的比较好的入门程序资料,而且编程风格习惯很好,对于培养初级程序员良好的代码习惯比较有帮助

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

发表评论

0 个回复

  • vsniffer 可以获取http 等网络数据包。等信息,网络软件需要!...
    vsniffer 可以获取http 等网络数据包。等信息,开发网络软件需要!-http access to vsniffer such as network packets. Information such as the development of network software required!
    2022-05-16 22:39:39下载
    积分:1
  • 程序设计MFC——狼吃羊
    该资源为程序设计专题课程中,运用MFC编写的小游戏,狼羊棋。通过简单的MFC设计,初步理解面向对象的程序设计思想。可以作为入门的图形界面设计与后台程序相结合的入门程序。代码可读性强,逻辑清晰。存在一部分逻辑小问题,读者也可以自行解决。
    2022-03-03 20:29:09下载
    积分:1
  • VHDL 分隔符
    VHDL 编程及其联合国 aplicative 临屋区,它执行的内存 ram 32 x 32 在 rom 64 x 48
    2022-01-21 22:15:34下载
    积分:1
  • 实现基于点特征的多源遥感图像 配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像 配准技术》...
    实现基于点特征的多源遥感图像 配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像 配准技术》-A point-based approach to multi-source remote sensing image registration
    2022-02-25 23:02:09下载
    积分:1
  • Germany tftpd32 327 version of open source software, windows source code, VS Pla...
    德国开源软件tftpd32 327版,windows源码,VS平台-Germany tftpd32 327 version of open source software, windows source code, VS Platform
    2023-01-27 14:35:04下载
    积分:1
  • C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c contains two functions: You may read a double-variable as a string from the file and convert it to a double (function string2double) and you may convert a double to a string (function double2string) and write it to a file (see main() in convert.c). The file conditio.dat is an example of numbers read by convert.c. The conv.exe was compiled on a Windows95-system. The files were tested for MATLAB 5.2 and WATCOM 11.0a result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
    2022-06-01 01:50:17下载
    积分:1
  • NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在, 你可以在流中存储2进制数据,文字或者其他一些东西.就象文...
    NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在, 你可以在流中存储2进制数据,文字或者其他一些东西.就象文件一样。文件存 什么,流就能存什么。每个文件可以含有多个流。当流所依附的文件被删除, 流也随之消失。-NTFS flow operation. Flow (STREAM) NTFS is the concept. At present, only NTFS support flow. Depend on the flow of documents exist, you can flow in two-band data storage, writing or other things. Like papers. What the file, what depositors will be able to flow. Each file can contain a number of flow. When the flow are dependent files are deleted, the flow will disappear.
    2023-01-27 22:35:03下载
    积分:1
  • 执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
    执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。 -implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
    2022-05-25 18:24:45下载
    积分:1
  • TCp端口监测程序源码
    TCp端口监测程序源码-TCp port monitoring procedures FOSS
    2022-02-20 14:16:07下载
    积分:1
  • 假设你想给用户修改大小和位置的能力…
    Suppose you wanted to give the user the ability to modify the size and position on a certain control? This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the image above). The first thing, you ll need to do is to invoke a CRectTracker and specify given coordinates: -Suppose you wanted to give the user the ability to modify the size and position on a certain control This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the
    2022-10-29 16:00:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载