资源列表
image_process
- 图像处理的学习资料,非常适合初学者学习。-Image processing, learning materials, ideal for beginners to learn.
zifufenge
- 经典的字符分割算法,能有效分割带有一定噪声的彩色图像-The classic character segmentation algorithm can effectively separate color images with a certain noise
image_process
- 图像处理中的一些常见算法的源码,非常适合于学习。-In some of the common image processing algorithms source code is very suitable for learning.
changetoheWindows
- 将输出改到Windows窗口上.功能将在调试过程中的debugger当前位置挂起程序的执行,然后就可以在调 试状态一修改程序的代码,接着可以用Apply Code Changes(Alt+F10)来应用修改的代码到正在调试的程序当中.如果,当前(需要,待)可以(从DOS -The output to change to the Windows window. Feature will be in the debugging process in the debugger current l
Winmain
- 采用Winmain代替Main.此debugger功能将从程序的开始(第一有效行)处全速执行,而不是从当前所跟踪的位置开始调 试,这时所有变量的当前值都将被丢弃,debugger会自动停在程序的main()开始处.这时如果选择Step Over(F10)就可以逐步执行main()函数了. -Using Winmain instead Main. This debugger functionality from the beginning of the procedure (the firs
CreateProcessandFindWindows
- 采用CreateProcess和FindWindows结合.此功能可以可以单步通过程序中的指令,并进入指定的函数调用,此功能对于函数的嵌套层不限. -Combined with CreateProcess and FindWindows. This feature allows you to single step through the program instructions, and enter the specified function call, this feature is no
calledClanguagefunction
- M文件中调用C语言函数.此功能最能有效的调试循环,常将断点设置在循环体内,重复的按F5全速执行循环体可以测试循环过程中的产生的变化. -M file called C language function. This feature is most effective debugging cycle would often set a breakpoint in the loop body, repetitive body of press F5 to test loop at full spee
insertion
- 全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择. C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用. -Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine.
Debugger
- 此功能将使Debugger切换回全速执行到被调用函数结束,并停在该函数调用语句的下一条语句上. 当确定所调用的函数没有问题时可以用这个功能全速执行被调用函数. -This feature will allow Debugger to switch back to full speed to the end of the called function and stops at the function call statement is a statement on the next
debugging
- 此功能可以单步对所在函数单步调试,如果调试的语句是一个调用函数的语句时, Debugger将全速执行所调用的函数,单步(一步)通过所调用的函数,Debugger停该调用语句的下一条语句上. -This feature can be a single-step where the function of the single-step debugging, if the debugging statement is a statement function is called when
tracingthestatement
- 此功能可以单步进入到在调试过程中所跟踪的调用函数的语句的函数内部.如,当前语句是"d.Display()", -This feature can step into the debugger in the process of tracing the statement calls a function inside a function. For example, the current statement is " d.Display ()" ,
independentlyofMatlabprograms
- 如何生成可独立运行的Matlab程序.介绍了Matlab C数学库、Matlab C++数学库、Matcom、Matlab COM Builder、Matlab Engine及编译Matlab独立可执行程序等Matlab混合程序设计的内容。 -How to build can be run independently of Matlab programs
