|
发表于 2013-8-14 01:39:47
|
显示全部楼层
本帖最后由 helder7 于 2013-8-13 18:33 编辑
Other really nice add-in by Diameter! Thanks.
Now we can also balance chemical equations with charges (positive and negative) with this add-in.
He forget to put a way for we introduce the characher (-), but is really easy to fix it. Is just edit the file dConsole.c and add:
else if (key==KEY_CHAR_MINUS)
return '-';
after the line
else if (key==KEY_CHAR_PLUS)
return '+';
and recompile again. Here is a recompiled version:
BCE-fx-master.zip
(313.58 KB, 下载次数: 131)
Screenshot balancing a chemical ionic equation:
Edited: Looks like that is possible also use only e for eletrons (-) but i personaly prefer use (e+) for positive and (e-) for negative.
Some persons here: http://tieba.baidu.com/p/1145494396 use the same way for windows version (check screenshots).
|
|