-
实现企业财务部门对工资进行集中管理。可供财务人员对企业的员工进行添加、删除,对员工的基本工资、浮动工资、工资发放进行管理以及提供财务人员查询员工的基本工资、浮动...
实现企业财务部门对工资进行集中管理。可供财务人员对企业的员工进行添加、删除,对员工的基本工资、浮动工资、工资发放进行管理以及提供财务人员查询员工的基本工资、浮动工资和总体工资并且可以打印报表;-Corporate finance department for centralized management on wages. Financial officer for the staff of enterprises to add, delete, on the staff of their basic wages, floating wages, payroll and financial management staff personnel inquiries basic wages, floating wages and overall wage and can print statements
- 2022-02-20 17:54:57下载
- 积分:1
-
single
单键遥控码学习控制器-single-button remote control codes Learning Controller
- 2023-06-20 17:20:03下载
- 积分:1
-
Computer
- 2022-01-26 02:57:29下载
- 积分:1
-
电子秒表
电子秒表-99 seconds time counter
- 2022-03-17 23:52:16下载
- 积分:1
-
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。...
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。-This is a study on 89c51, max7219, 93c46 counter composed of procedures, the compiler can be the same, but the process itself may be some problems, needs to be revised.
- 2022-08-14 07:31:27下载
- 积分:1
-
vb编写的写字板
vb编写的写字板-vb prepared by the tablet
- 2022-06-01 22:23:26下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
Matlab通信系统的建模仿真
实验四 数字频带传输系统的建模与仿真...
Matlab通信系统的建模仿真
实验四 数字频带传输系统的建模与仿真-matlab
- 2022-09-29 23:25:04下载
- 积分:1
-
Matlab通信系统的建模仿真
实验五 直接序列扩频系统的建模与仿真...
Matlab通信系统的建模仿真
实验五 直接序列扩频系统的建模与仿真-matlab
- 2022-01-27 13:03:17下载
- 积分:1
-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1