$(document).ready(function() { // 禁止右键 $(document).bind("contextmenu", function(){return false;}); // 禁止选择 $(document).bind("selectstart", function(){return false;}); // 禁止Ctrl+C 和Ctrl+A });

2021年10月27日

verilog 常用系统函数及例子

摘要: 1.打开文件 integer file_id; file_id = fopen("file_path/file_name"); 2.写入文件:$fmonitor,$fwrite,$fdisplay,$fstrobe //$fmonitor只要有变化就一直记录 $fmonitor(file_id, " 阅读全文

posted @ 2021-10-27 21:34 是晓雨呀 阅读(1143) 评论(0) 推荐(0)

导航