上一页 1 ··· 1353 1354 1355 1356 1357
我感觉,掌握Windows编程需要掌握三样东西:WinAPI —— 这是基础,也是利用Windows特殊功能的强大武器。相当于了VCL的属性+方法(OS的内部数据不能直接操作,全部要通过WinAPI操作)。Message —— 这是Windows的运行机制。相当于VCL的事件,碰到什么消息,就进行相 Read More
posted @ 2012-01-28 17:45 findumars Views(975) Comments(0) Diggs(0)
不好意思,这张表拷贝自万一兄的帖子:http://www.cnblogs.com/del/archive/2008/02/25/1079970.html但是我希望自己能把这些消息的注释都写上。特别简单的消息就不写了(否则反而无法一目了然),只写对我自己觉得值得注意的消息。我也没有整块的时间,有时间就... Read More
posted @ 2011-11-05 10:49 findumars Views(708) Comments(0) Diggs(0)
在看完了《让你不再害怕指针.pdf》这本29页的书以后,感觉自己对指针的各种使用方法都会了(指针表达式那一块没仔细看,因为平时用不到这么复杂的情况)。但是忽然想起来,以前看MSDN的时候碰到双重指针就不理解,然而这本书却没有细讲,于是又搜了一些网上关于指针的文章看,竟然发现有些内容还是不太懂。于是忽... Read More
posted @ 2011-10-21 05:38 findumars Views(3968) Comments(0) Diggs(1)
在测试模块testbench里设置好与主模块 port ( terminal p1,p2 : electrical; quantity v_out : out real); 一一对应的端口和quantity以后,一开始没注意,只显示输出了主模块里的v_out的值,但是这个值却死活是1.05457e- Read More
posted @ 2011-10-21 05:17 findumars Views(374) Comments(0) Diggs(0)
1.1 当主模块的architecture内有多余的 terminal shaft, rotational : rotational_v; 就始终报错: 20128: Singular matrix. 20127: The equation system could not be solved at Read More
posted @ 2011-10-21 05:04 findumars Views(529) Comments(0) Diggs(0)
上一页 1 ··· 1353 1354 1355 1356 1357