最后一步是创建一个启动这个应用程序的主函数。
The last step is to create a main function that kicks off the application.
因为线程调度程序真的等同于“执行a,接着执行b,然后执行c,等等”的指令,所以要在主函数中创建一个完全并行的情况也不困难。
Since the thread scheduler really amounts to instructions to "do a, then do B, then do c, etc." it was not difficult to create an entirely parallel case in a main function.
我指明“这里是我的主函数,这里是我的程序内容。”
I'm saying "here comes my main function; here comes the guts of my program."
说明:这是QT的鼠标校准程序。给出了校准的重点程序,其他的主函数需要自己简单填补。
This is the QT mouse calibration procedure. Given the focus of the calibration procedure, the other main function is simple to fill their needs.
在与本书配套的光盘中,按章存放了书中所有的算法函数程序以及例子中的主函数程序。
In support of the CD-ROM book, the chapter by the book store all of the procedures and examples of algorithmic functions to the main function in the process.
在与本书配套的光盘中,按章存放了书中所有的算法函数程序以及例子中的主函数程序。
In support of the CD-ROM book, the chapter by the book store all of the procedures and examples of algorithmic functions to the main function in the process.
应用推荐