登录
首页 » Windows开发 » 学生管理系统,有添加删除学生信息,显示全部信息等功能

学生管理系统,有添加删除学生信息,显示全部信息等功能

于 2023-07-23 发布 文件大小:1.70 kB
0 98
下载积分: 2 下载次数: 1

代码说明:

学生管理系统,有添加删除学生信息,显示全部信息等功能 -Student management system, students have to add the deletion of information, show features all of the information

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

发表评论

0 个回复

  • 重要下随着计算机信息技术的飞速展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于人员来说,网络编程...
    重要下随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必备的技能。本实例详细介绍了如何利用Winsock API编写网络应用程序。-Important under the Computer Information Technology with the rapid development of Internet and of human society, working and living more and more closely related, it has become a human acquisition, an important channel for exchange of information and means. Therefore, the current for developers, network programming is an essential skill. The examples described in detail how to use Winsock API preparation of network applications.
    2022-04-23 18:13:40下载
    积分:1
  • WPF实现的挖雷游戏,使用最新的winfx sdk 是wpf 很好的例子...
    WPF实现的挖雷游戏,使用最新的winfx sdk 是wpf 开发很好的例子-WPF to achieve the mine digging game, the use of the latest WinFX sdk WPF development is a good example
    2022-08-13 20:03:56下载
    积分:1
  • 快速排序算法是排序中相对来说比较好的算方法,大家可以看看啊...
    快速排序算法是排序中相对来说比较好的算方法,大家可以看看啊 -Quicksort sorting algorithm is in relatively good balance method, we can look at ah Hehe
    2023-02-24 14:45:04下载
    积分:1
  • PCSC 调用程序
    应用背景PCSC调用源程序,该代码给出调用示例,编译后可通过PCSC读卡器连接卡片并对卡片进行操作。关键技术该程序使用VC++6.0开发工具进行开发,包括卡片连接、读取读卡器列表、发送APDU指令等函数的详细调用方法,运行程序后,可通过界面
    2022-03-26 02:46:07下载
    积分:1
  • wince下文件对话框的使用 用evc 不要用vc
    wince下文件对话框的使用 用evc 不要用vc-Nicholson File dialog with the use of AES will not use vc
    2022-02-13 04:29:21下载
    积分:1
  • 手写数字识别实现(MNIST):朴素Bayes、KNN、SVM(带界面)
    编写Windows窗体程序实现了朴素Bayes、KNN、SVM分类器的手写数字识别,识别率分别为84%、92.5%、94.2%
    2023-01-14 19:40:13下载
    积分:1
  • 3ds file format
    一个简单的控制台应用程序,实现3ds文件的读取。
    2022-03-25 06:03:48下载
    积分:1
  • 分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。...
    分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。-Analysis of the machine left the cookies for all sites of information. Website users can access some information.
    2022-04-20 17:49:25下载
    积分:1
  • glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut3...
    glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%System, //这里或者是System32 glut32.lib to $(MSDevDir)....VC98lib, glut.h to $(MSDevDir)....VC98includeGL 对于vc2005,则应拷贝到: VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
    2022-06-28 06:41:31下载
    积分:1
  • 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
    实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
    2022-07-13 07:36:52下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载