g**********e 发帖数: 43 | 1 没找到19786文中的
菜单上有个"command line argument", 把那个填上 |
|
k**f 发帖数: 372 | 2 Use Project|Properties to get the "Property Pages" dialog box. In the left
panel, expand the "Configuration properties" node, select the "Debugging"
branch, find the "command arguments" on the right panel. |
|
d****o 发帖数: 44 | 3 最近计算机(windows xp home edition, chinese)出现一个问题,如下
Mcirosoft visaul c++ runtime libary
runtime error Program: c:\windows\system32\svchost.exe
The applciation askes runtime to be terminated in an usual way.
按确定后系统自动重启,并给出信息 remote procedure call (rpc) 意外终止.
找遍网络也无所得,盼高人指点.多谢! |
|
b********e 发帖数: 109 | 4 我在Fortran PowerStation 4 下使用一个程序,发现不能debug,可以设置断点,但是程
序并不停。于是考虑移植到Visaul Fortran 6.6下,发现可以调试,也可以编译通过,但
是执行是却遇到stack overflow的问题,后来发现是一个子程序的数组定义有问题,但是
在Powerstation4 下却可以执行。那个子程序数组定义如下:
SUBROUTINE GHMAT7(NE,CONE,TUINV,TDLDA)
COMPLEX TUINV(NROWS,NROWS),TDLDA(NROWS)
INTEGER CONE(NE,4),VB_ID
COMMON N,NP,INP,IPR,ITX
COMMON /GEOMET/NROWS,NCOLM
结果发现程序运行到第一行和第二行是均发现溢出,为什么Powerstation中可以通过运
行呢?
BTW, NROWS值为600。 |
|
F******n 发帖数: 160 | 5 This picture is an excellent visaulization on the puzzle of a single
particle's two-slit interference process:
the order of the dynamic process is:
upper-left --> upper-right --> bottom-left --> bottm right.
Note how a single particle picture is torn apart by wave inteference. BUT!
when you measure it, it should be detected as a whole particle again (all
energy of this particle is supposed to be collapsed as a capsule into the
detector -- "quantum collapse") -- that is the difference from the cl |
|