-
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分...
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分-VPR placement and routing source
- 2022-03-19 21:04:07下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图 的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。-writer in the development of county-level SCADA process, encountered a power system to draw a diagram of the problem. The electric system diagram of a more complex map some special symbols, symbols like transformers, switch symbol, and so on, using common programming methods to map more difficult, therefore, I used the C language development of a hand-drawn power system diagram of a keyboard mapping procedures, the use of the program was produced by a diagram meet the demands of users, to good effect.
- 2022-01-22 13:54:46下载
- 积分:1
-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This program is brushless motor control program, in-kind in order by the debug through. The performance indicators are satisfactory.
- 2023-01-16 17:40:04下载
- 积分:1
-
电子地图,青岛的呀,如果需要别的告诉我呀
电子地图,青岛的呀,如果需要别的告诉我呀-Electronic map, Qingdao of you, if you need me to tell other
- 2022-02-14 23:47:24下载
- 积分:1
-
gridview右键菜单,可实现查看修改,删除
gridview右键菜单,可实现查看修改,删除-gridview popmenue
- 2022-11-19 16:10:03下载
- 积分:1
-
Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthill在每一次建造之前从项目最新版本的源文件库中借出文件,并在每一次建造之后用一个唯
Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthill在每一次建造之前从项目最新版本的源文件库中借出文件,并在每一次建造之后用一个唯一的版本号标记源文件库。它支持的库适配器有:CVS (Concurrent Versions System), Visual Source Safe, Perforce, PVCS, StarTeam, MKSIntegrity, 和 FileSystem. 来源:http://freshmeat.net/projects/ant8/?topic_id=45%2C822%2C52%2C46%2C861 -Anthill is guarantees is controlled the construction process and
the promotion in the organization interior sharing knowledge tool.
Anthill before each construction loans the document from in the
project newest edition source document storehouse, and after each
construction marks the source document storehouse with an only edition
number. It supports the storehouse adapter includes: CVS (Concurrent
Versions System), Visual Source Safe, Perforce, PVCS, StarTeam,
MKSIntegrity, with FileSystem. origin:
Http://freshmeat.net/projects/ant8/? Topic_id=45,822,52,46,861
- 2022-01-27 11:39:50下载
- 积分:1
-
vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料...
vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料-vc the tanks games, code structure and is the game developers beginners very good material
- 2022-01-24 15:44:17下载
- 积分:1
-
VHDL电子时钟
用VHDL实现的电子时钟,24小时格式,可以通过按键调整时间得益于数电知识中的计数器级联构成高进制计数器的启发,我的思路是这样的:1)各不同位的时钟问题。时钟共有6位,分别为秒的高低位、分的高低位、时的高低位。把秒低位的进位当作秒高位的时钟,秒高位的进位当作分低位的时钟,依次类推,可以解决不同位的不同时钟问题。2)各不同位的进制问题。与此同时要解决进制问题,秒分的低位为十进制,秒分的高位为六进制,以及时的高位为三进制(电子时钟为24小时制),这五种情况都易解决,但时的低位就有点复杂了,既有十进制的情形又有四进制的情形。仔细琢磨之后,根据两条IF语句解决了这个问题。那就是若小时高位为”0000”或”0001”时,时的低位为十进制,若小时高位为”0010”,时的低位为四进制。3)校时问题。刚开始时,对了校时没有个思路。但有一次我想看看整体进制等对不对,于是把整体时钟调快了很多,这样,很快就走了“24”小时,然后灵感就来了,就想可以设置这么两个不同频率的整体时钟,一个可能控制分,一个可以控制小时,然后为了可以精确到秒,又设置了一个可以让整个时钟系统暂停的按键,这样整个时钟的实现就完成了,最后又在时分和分秒中间加入了一个小横杠”-”。
- 2023-08-22 19:40:04下载
- 积分:1
-
校园二手交易系统,具有完备的后台操作以及应用功能!
校园二手交易系统,具有完备的后台操作以及应用功能!-campus secondary trading systems, has a sound background and the application of functional operation!
- 2023-05-27 02:25:02下载
- 积分:1
-
Qt开发的基于NI Visa的仪器控制程序源码
Qt开发的基于NI Visa的仪器控制程序源码,通过本程序,你可以学习到如何使用Qt调用第三方dll。
- 2022-07-27 14:18:23下载
- 积分:1