摘要:
遇到问题:for循环中Random()产生相同随机数;(详见:for循环里面和外面的Random函数的有意思现象) 1 Random vr = new Random(); 2 int vri = vr.Next(2); 解决方法: 使用Random vr = new Random(Guid.NewG 阅读全文
摘要:
HIS(Hospital Information System )医院信息管理系统;CIS(Clinical Information System )临床信息系统;EMR(Electronic Medical Record)电子病历zhi,也叫计算机化的病案系统或称基于计算机的dao病人记录;PAC 阅读全文
摘要:
一,遇到的问题: 问题详情: CMake Error at CMakeLists.txt:2 (project): Generator Visual Studio 15 2017 could not find any instance of Visual Studio. Configuring in 阅读全文