-
Goof
简单的碰撞检测程序源代码及演示,包含vc 2005 工程项目.不错的(Simple collision detection program source code and demo, including vc 2005 project. Good)
- 2017-07-25 22:25:36下载
- 积分:1
-
WPF编程宝典--使用C#2012和.NET4.5源代码
说明: WPF编程宝典:使用C# 2012和.NET 4.5 第4版,非常经典的教材,源代码(WPF programming treasure book: using C# 2012 and. NET 4.5 4th edition, very classic textbooks)
- 2020-06-16 07:00:01下载
- 积分:1
-
CurtainBox
说明: 百叶窗式面板组 界面比较酷,大家可以借鉴(louver panel-group comparison Cool interface, we can draw!)
- 2006-05-15 17:21:21下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
ffmpeg push stream
ffmpeg push stream,使用ffmpeg接口调用 实现发送和接收流
- 2022-02-05 04:49:20下载
- 积分:1
-
TDC-GP21使用例程
这是一个关于TDC-GP21的时间数字转换芯片的使用例程,本例程代码是用来测量距离的。内部集成的模拟元器件如比较器,模拟开关将会使外围电路的设计大大简化.同时,测量的质量也会被提高,另外测量的功耗将会被降低.脉冲发生器功能也被强化,一个32khz晶振驱动被集成进芯片,另外温度测量功能也被进一步的提升.总而言之,TDC-GP21将会非常适合设计紧密低价格的超声波热量表和流量表应用。
- 2022-11-13 14:55:03下载
- 积分:1
-
家庭财务理财系统
资源描述winform版 家庭财务理财系统,功能强大,编译器为vs2010,无数据库,信息保存在xml中。
- 2022-01-22 12:15:40下载
- 积分:1
-
SX01
说明: c常用函数,适合初学者使用,里面有详细的注释(c common function, for beginners, there are detailed notes)
- 2010-04-14 12:52:41下载
- 积分:1
-
GameCoding4
这是2012年推出的第四版,提供开发顶级游戏软件的实用指南。两位资深电子游戏程序员在书中详细介绍了游戏软件开发的整个过程,尤其是游戏创作带来的独特挑战。(Welcome to Game Coding Complete, Fourth Edition, the newest edition of the essential, hands-on guide to developing commercial-quality games. Written by two veteran game programmers, the book examines the entire game development process and all the unique challenges associated with creating a game. In this excellent introduction to game architecture, you ll explore all the major subsystems of modern game engines and learn professional techniques used in actual games, as well as Teapot Wars, a game created specifically for this book. This updated fourth edition uses the latest versions of DirectX and Visual Studio, and it includes expanded chapter coverage of game actors, AI, shader programming, LUA scripting, the C# editor, and other important updates to every chapter. All the code and examples presented have been tested and used in commercial video games, and the book is full of invaluable best practices, professional tips and tricks, and cautionary advice.)
- 2013-04-05 11:45:17下载
- 积分:1
-
videodenoise-meanfilter
OpenCV实现中值滤波视频去噪,效果还行,仅供大家学习交流,欢迎评论!(The OpenCV achieve the median filtering video denoising effect, we only learn exchanges are welcome to comment!)
- 2012-09-17 11:54:39下载
- 积分:1