CorprationMoney

CorprationMoney preview image

1 collaborator

Default-person larry wang (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.2.1 • Viewed 53 times • Downloaded 6 times • Run 0 times
Download the 'CorprationMoney' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

to setup
  ca
  system-dynamics-setup

    ifelse 商务人员平均月工资 * 商务人员数量 * 0.2 < 商务人员平均月工资
    [ set 商务管理层平均工资 商务人员平均月工资 * 2]
    [ set 商务管理层平均工资 商务人员平均月工资 * 商务人员数量 * 0.2 ]
end 

to go
  system-dynamics-go

  system-dynamics-do-plot
  if plot-pen-exists? "当月毛利" [
    set-current-plot-pen "当月毛利"
    plotxy ticks 当月毛利
  ]
  ;;print-all
end 
;;to print-all
;;  output-print (word "人员数量: " 商务人员数量)

;;end

There is only one version of this model, created over 2 years ago by larry wang.

Attached files

File Type Description Last updated
CorprationMoney.png preview Preview for 'CorprationMoney' over 2 years ago, by larry wang Download

This model does not have any ancestors.

This model does not have any descendants.