登录
首页 » Windows核心 » 一个简单的教学管理系统的源代码,计算机学院吉林大学…

一个简单的教学管理系统的源代码,计算机学院吉林大学…

于 2022-03-17 发布 文件大小:3.41 MB
0 141
下载积分: 2 下载次数: 1

代码说明:

一个简单的教学管理系统的源码,吉林大学计算机学院课程设计-A simple teaching management system source code, Jilin University School of Computer Science Curriculum Design

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

发表评论

0 个回复

  • 这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光...
    这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息――Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon Tips。-This the "system tray full programming guide (3)" article supporting code examples. Achieving a tray icon balloon style tips. This a lE5.0 only occurred after the new features. The procedure tray is usually prompts the mouse to move the cursor on the tray icon, Windows will send messages to the tray procedures, as evidenced by a message-- Tooltip. However, in Windows XP, we also see some system tray procedure is automatic ToolTips information, in other words no need to move the mouse cursor on the tray icon will show ToolTips, it is how to achieve? This code will demonstrate a strange ToolTips style, it is called balloon Tip : Balloon Tips.
    2022-09-01 14:40:03下载
    积分:1
  • xlist show
    xlist control 库,可以方便的建立windows工具栏等空间。 该空间经拥有windows编程,可以方便的描写windows空间栏目。 真的很好用。
    2022-11-24 10:40:08下载
    积分:1
  • visual C++写的表格处理程序,类似excel,可以处理表格,图像等功能...
    visual C++写的表格处理程序,类似excel,可以处理表格,图像等功能-visual C++ written form processing procedures, similar to excel, can deal with tables, images and other functions
    2022-01-26 02:28:26下载
    积分:1
  • 通过c++川口发短信,可作为gps 卫星定位系统发送短信
    通过c++川口发短信,可作为gps 卫星定位系统发送短信-Through c++ Kawaguchi-fat message, can be used as satellite positioning systems gps send message
    2022-05-27 03:03:18下载
    积分:1
  • The system allows teachers and administrators in two logged in at the same time...
    本系统允许教师和管理员两种身份登入,同时可以限制登陆的IP段或者IP地址,或者说只允许某一个IP段访问本系统。-The system allows teachers and administrators in two logged in at the same time can be restricted to landing IP paragraph or IP address, or permit only a single IP segment access the system.
    2023-06-14 01:25:04下载
    积分:1
  • 一个简单的抓图程序,可以全屏抓,也可以抓当前窗口,只使用了一个API
    一个简单的抓图程序,可以全屏抓,也可以抓当前窗口,只使用了一个API-screen in a simple procedure, with full screen efforts, can grasp the current window, using only one API
    2022-01-20 23:29:02下载
    积分:1
  • Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。本文档为中文翻译,希望对大家有用。...
    Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。本文档为中文翻译,希望对大家有用。-Microsoft Windows GDI+ Is C/C++ Developer to provide a class-based Application Programming Interface (API). This document translated into Chinese, in the hope that everyone useful.
    2023-05-06 14:00:03下载
    积分:1
  • detection cpu source code
    检测cpu的源代码-detection cpu source code
    2022-03-10 15:49:08下载
    积分:1
  • 捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动...
    捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动Tap,或启动拍子,则上次按动的记录将被清除,并在下次按动时重新记算拍频。 * 拍频将以连续按下的拍子间隔,以一定算法进行统计,得出近似值。 调节音量 * 拖动Volume框中的滑条即可调节音量,向左拖动使音量减小,向右拖动反之。 * 最小音量为静音,最大音量为拍音的原音量。 运行模式 * 选择Rum mode中的Performace为性能优先模式,选中Precision为精度优先模式。 * Perfomance模式下,启动拍子后程序占用系统资源极少,但精度不能完全保证。在系统性能良好时,误差不超过每拍0.015秒,但在系统性能低下时误差可能会相当大。 * Precision模式下,程序采用了高端的计时技术,保证误差在每拍十万分之一秒之内,且几乎不受系统性能影响,但此模式极占系统资源,以至于您可能在打拍子的同时无法运行其它程序。 * 一般情况下不推荐使用Precision模式,除非您有相当高的精度要求。-capture beat frequency* Beat capture function only when the racket can be stopped.* Even in a certain rhythm Tap button activated the New Zealand under two or more, Tempo will be automatically activated corresponding to the beat frequency.* Continuous two seconds not squeezed Tap, or commencement of the beat was last pressed the record will be cleared and the next re-activated in mind when counting beats.* Beat will be in charge of press row spacing, to a certain statistical algorith
    2022-01-26 06:39:54下载
    积分:1
  • 清晰的java项目
    clear java project c lear java project
    2022-01-28 09:18:59下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载