Welcome![Sign In][Sign Up]
Location:
Search - catch

Search list

[Button control动画按钮 catch me

Description: 会动的按钮 catch me!
Platform: | Size: 1883921 | Author: 852307104@qq.com | Hits:

[ActiveX/DCOM/ATLAtlDebugHeap_demo

Description: 使用ATL跟踪内存错误的例子(如MFC里的try..catch) -The example of tracking the error in memory using ATL
Platform: | Size: 19456 | Author: 站长 | Hits:

[Internet-Networknetcap

Description: windows下网络包捕获源代码,可以捕获所有网络数据包,以便分析,谁对本机的攻击.-windows of network packet capture the source code, you can catch all network data packets to the analysis, Who of the plane attacks.
Platform: | Size: 64512 | Author: tb | Hits:

[Windows DevelopFileCopy-

Description: vc 做的文件文件拷贝以及try/catch示例程序,-vc do document copy and try/catch sample program,
Platform: | Size: 6144 | Author: 邓建华 | Hits:

[Windows DevelopTypeFile-

Description: vc 做的文件文件显示以及try/catch应用示例程序,-vc do document display and try/catch application procedures example,
Platform: | Size: 8192 | Author: 邓建华 | Hits:

[Special Effectsbmporph

Description: it is a prog refferred to the photo to catch the moving objects
Platform: | Size: 169984 | Author: aaa | Hits:

[Windows DevelopMyGame

Description: In the game, there are two moving objects on a game board, a thief and a police. The thief is controlled by the computer and moves around in the game board randomly. The user (i.e., the player) moves the police left, down, right and up by pressing ‘A’, ‘S’, ‘D’ and ‘W’ respectively, so as to catch the thief. When the police successfully arrested the thief, i.e., came to the same location as the thief, the player won the game. Your program should then display a “congratulation message” and the number of moves the player took to arrest the thief. -In the game, there are two moving objects on a game board, a thief and a police. The thief is controlled by the computer and moves around in the game board randomly. The user (i.e., the player) moves the police left, down, right and up by pressing ‘A’, ‘S’, ‘D’ and ‘W’ respectively, so as to catch the thief. When the police successfully arrested the thief, i.e., came to the same location as the thief, the player won the game. Your program should then display a “congratulation message” and the number of moves the player took to arrest the thief.
Platform: | Size: 1638400 | Author: 潘家能 | Hits:

[Algorithmcatch

Description: 用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
Platform: | Size: 1024 | Author: juice | Hits:

[Video Capturecatch-the-camera

Description: 能够轻松帮您实现摄像头视频捕捉的功能,相当于又多了一个便宜又好用的相机。-It can help you to catch the pc camera.
Platform: | Size: 4096 | Author: 石先生 | Hits:

[AlgorithmCatch

Description: 深入分析了数值分析书中的追赶法的理论,编写了该程序,数据来源于《数值分析》(北航)-Depth analysis of the numerical analysis of the book to catch up with the theory of law, has prepared the program, data from the " Numerical Analysis" (BUAA)
Platform: | Size: 1218560 | Author: GongChun | Hits:

[GDI-Bitmapcatch

Description: 可以进行单场次的图像编辑,可以准确的实现单张图片的抓取。-Can be a single screening of the image editing, you can achieve an accurate single picture of the crawl.
Platform: | Size: 3072 | Author: 魏国新 | Hits:

[JSP/Javacatch

Description: 捕获异常方法 运行结果: <调用doSth()方法开始 > <调用loadClass()方法开始 > <try的自述:在这里监控可能出现异常的代码 > <catch的自述:出现异常在这里处理> <finally 的自述:不管是否出现异常,最后都要执行到这里 > <调用loadClass()方法结束 > <调用doSth()方法结束>-Catch exceptions method of operating results: " Call doSth () method begins" " call the loadClass () method of the beginning" <try的自述:在这里监控可能出现异常的代码 ><catch的自述:出现异常在这里处理><finally 的自述:不管是否出现异常,最后都要执行到这里 > " Invoke loadClass () method of the end" " call doSth () method of the end"
Platform: | Size: 1024 | Author: 雅雅 | Hits:

[Internet-Networkcatch

Description: 捕捉数据包,可以捕捉到网络数据包,数据包的来源和内容-catch file
Platform: | Size: 36864 | Author: 韩美艳 | Hits:

[Windows DevelopVB_NET_Language_How_To_Try_Catch_Finally

Description: VB.NET - Language - How-To Try, Catch, Finally-VB.NET- Language- How-To Try, Catch, Finally
Platform: | Size: 22528 | Author: qs | Hits:

[Othertry-catch

Description: 这是一段使用try - catch 的代码,包含完整的exe程序-this is a code of discribing "try-catch".
Platform: | Size: 522240 | Author: Mathild | Hits:

[OtherCatch_That_Cow

Description: 上帝王牌 Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is at a point K (0 ≤ K ≤ 100,000) on the same number line. Farmer John has two modes of transportation: walking and teleporting. * Walking: FJ can move from any point X to the points X - 1 or X + 1 in a single minute * Teleporting: FJ can move from any point X to the point 2 × X in a single minute. If the cow, unaware of its pursuit, does not move at all, how long does it take for Farmer John to retrieve it? Input Line 1: Two space-separated integers: N and K Output Line 1: The least amount of time, in minutes, it takes for Farmer John to catch the fugitive cow. Sample Input 5 17 Sample Output 4 Hint The fastest way for Farmer John to reach the fugitive cow is to move along the following path: 5-10-9-18-17, which takes 4 minutes.-shangdiwangpai Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is at a point K (0 ≤ K ≤ 100,000) on the same number line. Farmer John has two modes of transportation: walking and teleporting. * Walking: FJ can move from any point X to the points X- 1 or X+ 1 in a single minute * Teleporting: FJ can move from any point X to the point 2 × X in a single minute. If the cow, unaware of its pursuit, does not move at all, how long does it take for Farmer John to retrieve it? Input Line 1: Two space-separated integers: N and K Output Line 1: The least amount of time, in minutes, it takes for Farmer John to catch the fugitive cow. Sample Input 5 17 Sample Output 4 Hint The fastest way for Farmer John to reach the fugitive cow is to move along the following path: 5-10-9-18-17, which takes 4 minutes.
Platform: | Size: 180224 | Author: 上帝王牌 | Hits:

[Windows Developtry-and-catch

Description: This is a description of try and catch exception
Platform: | Size: 1024 | Author: TANUJA | Hits:

[Delphi VCLcatch

Description: 利用Delphi实现远程视频监控,以及视频采集,需要用到INDY60组件-Using Delphi remote video surveillance, and video capture, need to use INDY60 components
Platform: | Size: 27648 | Author: 孔德鸣 | Hits:

[Windows Developcatch-data-for-fitting-for-GULP

Description: catch the fitting data for GULP
Platform: | Size: 1024 | Author: fong | Hits:

[matlabCatch-tridiagonal-matrix-method

Description: 追赶法求解三对角矩阵,用matlab调试过,可以直接使用 -Catch tridiagonal matrix method
Platform: | Size: 13312 | Author: weng xin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net