登录
首页 » 数据结构 » 考勤管理系统VC源码 登录的用户和密码均为KQ

考勤管理系统VC源码 登录的用户和密码均为KQ

于 2022-05-31 发布 文件大小:133.76 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

考勤管理系统VC源码 登录的用户和密码均为KQ -Attendance Management System VC FOSS users and login passwords are stretch

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

发表评论

0 个回复

  • Kmeans算法分类 针对多维
    针对多维数据进行的Kmeans改进算法,实用可靠,在处理多维数据时,自己根据维数需求,进去设定n值,此程序较适合底层应用用,另sizevector的数据都需要注意,在用时根据自己的需求进行操作,内有程序详细说明
    2023-05-30 20:35:02下载
    积分:1
  • 公交车查询系统
    公交车查询系统-Bus Inquiry System
    2022-06-12 16:09:13下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • ACCESS的源程序
    ACCESS的源程序-code of access
    2022-01-23 10:10:37下载
    积分:1
  • 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始起...
    约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决―――直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就拉出来处决,再根据这个人所持有的密码F,然后再数F个,数到的人再处决,以此类推―――直到剩下的最后一个可赦免。-Joseph problems have original development of the Joseph and Joseph two. The original Joseph Description : Ancient a judge to sentence N inmates of the death penalty, he is a ridiculous law, prisoners station into a circle, from S began a few individuals, every few months to D prisoners, pull out executions, then D, the number of people to be re-executed--- until the last one left to be pardoned. The development of the Joseph Description : Ancient a judge to sentence N inmates of the death penalty, but each individual N holders a password, he is a ridiculous law, prisoners station into a circle, the judges first gave a password M, S individuals from the beginning of several, each of the first few inmates M , pull hi
    2022-03-11 16:54:39下载
    积分:1
  • 操纵DBASEIII文件的程序
    操纵DBASEIII文件的程序-manipulation DBASEIII documentation procedures
    2023-06-12 06:25:02下载
    积分:1
  • VC++访问DAO
    VC++访问DAO数据库-VC visit DAO Database
    2022-01-26 06:25:58下载
    积分:1
  • A very short version of expression of evaluation, be builted using the principle...
    很短的表达式求值,利用了编译原理里面的只是构建的-A very short version of expression of evaluation, be builted using the principle of the compiler.
    2022-02-02 07:49:58下载
    积分:1
  • 学生信息管理系统(C)
    作者说明:这是作者在自己编写的一个C语言程序——一学生信息管理系统,这是我在数据结构实验课上编写的,相对来说比较简单,但这对于初学者来说是大有裨益的。该系统实现了插入、显示、查询、删除、排序、统计等一些基本功能,希望能给读者带来帮助!谢谢你的支持!
    2023-06-23 01:05:04下载
    积分:1
  • 用java语言实现策略模式 BubbleSort.java――冒泡排序算法 ChooseSort.java――选择排序算法 InsertSort.j...
    用java语言实现策略模式 BubbleSort.java――冒泡排序算法 ChooseSort.java――选择排序算法 InsertSort.java――插入排序算法 MergeSort.java――合并排序算法 SortStrategy.java――排序算法的接口 Sort.java――排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java――显示界面排序-Using java language model to achieve the strategy BubbleSort.java-- Bubble Sort algorithm ChooseSort.java-- choice of sorting algorithm InsertSort.java-- Insertion Sort algorithm MergeSort.java-- merge sorting algorithm SortStrategy.java-- sort of the interface algorithm Sort. java- Sort category by such sort () can be achieved for an array of Comparable interface ascending SortMain.java-- Display order
    2023-07-31 08:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载