-
mathmatics_of_computer
C++实现的数值分析算法包括:
二分法.cpp
复化辛卜生公式.cpp
改进欧拉法.cpp
高斯-赛德尔迭代法.cpp
拉格郎日插值多项式.c(C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss- Seidel iterative method. cpp Lagrange polynomial interpolation. c)
- 2006-11-18 17:20:47下载
- 积分:1
-
selectScenesRole
DirectX程序设计幻灯片,讲述在场景中拾取物品的原理。(DirectX programming slide, pick up objects in the scene about the principle.)
- 2011-01-13 16:29:01下载
- 积分:1
-
QP
说明: 二次规划.c,看题目就知道了二次规划
QP(QP QP)
- 2009-09-22 19:59:29下载
- 积分:1
-
Matlab_VC
介绍了matlab与vc的接口编程,并引入了常见问题解决。(Introduces MATLAB and VC programming interface, and introduces common problems)
- 2012-05-07 13:43:12下载
- 积分:1
-
五子棋核心算法
说明: 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程(331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational. Here the design and realization of a human-machine right under the 331 procedures using the Game trees, pruning and application of the largest and most trees principle Search Now found the best location. Renju procedures introduced the data structure, score rules, methods and judgment of the outcome search algorithm process)
- 2005-10-07 10:35:14下载
- 积分:1
-
AMD-APP-Docs
AMD显卡编程的一些官方参考资料,与nVidia的cuda编程相似(reference materials on AMD APP programming)
- 2012-06-13 13:06:21下载
- 积分:1
-
Microsoft.VC90.CRT
MFC release版本程序运行时库。程序和库安装在同一目录,不用安装VS,程序就可以运行(MFC release version program runtime library)
- 2014-05-07 08:50:28下载
- 积分:1
-
OpenScrPlayer
一个开源的播放器界面,做的还可以,不过需要xmplayer的引擎才可以播放的
- 2009-09-15 15:12:02下载
- 积分:1
-
include
ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
- 2013-08-08 22:45:19下载
- 积分:1
-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1