登录
首页 » c » 职工工资查询

职工工资查询

于 2023-07-27 发布 文件大小:513.58 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

#include #include using namespace std; #define NUM 1000; void read(); void menu(); void find(); void write(); void add(); void modify(); void del_num(); void grsds(); void load();  void list(); struct emploee  //职工数据结构 int n      //员工总人数 {  char no[10];  char name[30];  float wage1;      //员工的基本工资  float wage2;      //员工的职务工资  float wage3;      //员工的职务津贴  float wage4;   //员工的绩效工资  float wage5;    //员工的应发工资  float TAXfee;     //员工的个人所得税  float wage6;      //员工的实发工资 }emp[NUM],newemp; void main() {  menu(); }; void menu()//主界面 {  int n,w1;    

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

发表评论

0 个回复

  • ThreeView
    三视图,用二维图像显示三位图像,分主视图,俯视图,侧视图(view)
    2020-11-30 09:29:34下载
    积分:1
  • PT2262soft
    说明:  基于单片机实现遥控编码器PT2262的软件解码(MCU-based remote control software PT2262 Encoder Decoder)
    2008-10-06 11:55:33下载
    积分:1
  • test1
    基于STC89C51的红外解码程序,并且在数码管显示(STC89C51 based infrared decoding procedures, and in the digital display)
    2013-09-02 23:54:43下载
    积分:1
  • 最优路径查找
    整体最优查找算法: 1) 用dijkstra函数计算每个必经节点与起点的距离,对于必经边,分别计算两端节点与原点的距离,取较小的那个,将这些节点放入vector points,将距离存储在dist2[maxnum][maxnum]中 2) 以dist2[][]中的距离为标准,从小到大排序points[]中的点,即点points[0]距离原点最近,依次往后 3) 不可经过的边,在输入时,权值已置为极大,无需再处理 4) 用dijkstra函数,计算初始点0与points[0]的最优距离,初始化总距离finaldis = dist[points[0]];用findpath函数输出该段路径,num统计节点数,num=t; 5) points[i]到points[i+1]的最优距离
    2023-05-01 08:10:06下载
    积分:1
  • eMule0.47b-Sources
    鼎鼎大名eMule(电骡) V0.47b 源码下载 (famous eMule (electricity mule) V0.47b download FOSS)
    2006-10-08 07:07:49下载
    积分:1
  • ARM Cortex-M3与Cortex-M4权威指南(第3版)
    说明:  共3部分,1/3 本书介绍了ARM架构的背景知识以及指令集、中断处理等处理器特性,并描述了如何设置并利用存储器保护单元(MPU)等可用的高级特性。书中论述Keil MDK、IAR EWARM、gcc以及CooCoxCoIDET工具入门的章节可以给初学者在编写程序代码方面提供一些帮助,其中也包括一些重要的软件开发问题,比如低功耗特性的使用、信息输入/输出的处理、汇编和c语言的混合编程及其他高级技术话题。(This book introduces the background knowledge of arm architecture, instruction set, interrupt processing and other processor features, and describes how to set up and utilize the available advanced features such as memory protection unit (MPU). The chapters on keil MDK, IAR EWARM, GCC and coocox coidet tools in the book can provide some help for beginners in writing program code, including some important software development problems, such as the use of low-power features, information input / output processing, mixed programming of assembly and C language, and other advanced technical topics.)
    2021-01-16 23:01:27下载
    积分:1
  • 1_1
    最小生成树算法 克鲁斯法尔算法 球最佳路径(kulru method class maiun void cx )
    2009-09-13 22:45:01下载
    积分:1
  • xindaorongliangbianma
    信道容量编码,C语言实现,照着程序一步一步做会找到你需要的(Channel capacity coding, C language, according to the program will find step by step what you need to do)
    2014-01-09 11:04:49下载
    积分:1
  • 局域网抓包
    在局域网内抓取所需要的IP数据包,使用VC++6.0工程编写。(Grab the required IP packets in the LAN.)
    2017-12-19 11:20:10下载
    积分:1
  • win32windowwrapperclass_src
    非常帅气的window32 窗口类源码,可以此为基础做进一步的开发。(A Simple Win32 Window Wrapper Class。http://www.codeproject.com/win32/win32windowwrapperclass.asp)
    2014-02-04 09:54:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载