• 大小: 44.88MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-05
  • 语言: 其他
  • 标签: vue  bpmn  element-ui  

资源简介

vue+element-ui+bpmn,可进行下载,属性面板编辑,添加等操作

资源截图

代码片段和文件信息

/*
Test performance of native C UUID generation

To Compile: cc -luuid benchmark-native.c -o benchmark-native
*/

#include 
#include 
#include 
#include 

int main() {
  uuid_t myid;
  char buf[36+1];
  int i;
  struct timeval t;
  double start finish;

  gettimeofday(&t NULL);
  start = t.tv_sec + t.tv_usec/1e6;

  int n = 2e5;
  for (i = 0; i < n; i++) {
    uuid_generate(myid);
    uuid_unparse(myid buf);
  }

  gettimeofday(&t NULL);
  finish = t.tv_sec + t.tv_usec/1e6;
  double dur = finish - start;

  printf(“%d uuids/sec“ (int)(n/dur));
  return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-09-12 15:21  vue-bpmn\
     目录           0  2019-09-16 10:50  vue-bpmn\.git\
     文件         214  2019-08-14 15:36  vue-bpmn\.gitignore
     文件          16  2019-08-15 17:20  vue-bpmn\.git\COMMIT_EDITMSG
     文件         130  2019-08-14 15:34  vue-bpmn\.git\config
     文件          73  2019-08-14 15:34  vue-bpmn\.git\description
     文件          23  2019-08-14 15:34  vue-bpmn\.git\HEAD
     目录           0  2019-08-14 15:34  vue-bpmn\.git\hooks\
     文件         478  2019-08-14 15:34  vue-bpmn\.git\hooks\applypatch-msg.sample
     文件         896  2019-08-14 15:34  vue-bpmn\.git\hooks\commit-msg.sample
     文件        3327  2019-08-14 15:34  vue-bpmn\.git\hooks\fsmonitor-watchman.sample
     文件         189  2019-08-14 15:34  vue-bpmn\.git\hooks\post-update.sample
     文件         424  2019-08-14 15:34  vue-bpmn\.git\hooks\pre-applypatch.sample
     文件        1638  2019-08-14 15:34  vue-bpmn\.git\hooks\pre-commit.sample
     文件        1348  2019-08-14 15:34  vue-bpmn\.git\hooks\pre-push.sample
     文件        4898  2019-08-14 15:34  vue-bpmn\.git\hooks\pre-rebase.sample
     文件         544  2019-08-14 15:34  vue-bpmn\.git\hooks\pre-receive.sample
     文件        1492  2019-08-14 15:34  vue-bpmn\.git\hooks\prepare-commit-msg.sample
     文件        3610  2019-08-14 15:34  vue-bpmn\.git\hooks\update.sample
     文件        2977  2019-09-16 10:50  vue-bpmn\.git\index
     目录           0  2019-08-14 15:34  vue-bpmn\.git\info\
     文件         240  2019-08-14 15:34  vue-bpmn\.git\info\exclude
     目录           0  2019-08-14 15:36  vue-bpmn\.git\logs\
     文件         313  2019-08-15 17:20  vue-bpmn\.git\logs\HEAD
     目录           0  2019-08-14 15:36  vue-bpmn\.git\logs\refs\
     目录           0  2019-08-14 15:36  vue-bpmn\.git\logs\refs\heads\
     文件         313  2019-08-15 17:20  vue-bpmn\.git\logs\refs\heads\master
     目录           0  2019-09-16 10:50  vue-bpmn\.git\objects\
     目录           0  2019-08-15 17:20  vue-bpmn\.git\objects\02\
     文件         254  2019-08-14 15:36  vue-bpmn\.git\objects\02\6231d901467cebec69a0fe67bb0edd861cf10b
     文件         197  2019-08-15 17:20  vue-bpmn\.git\objects\02\d9ab59e8d628ba6f9c779c3afe2480f2c3d52c
............此处省略24601个文件信息

评论

共有 条评论