C++ Reflection & Service Library -C Reflection 下载
|
This is a reflection model (BRDF) viewer written by students in the course 15-860. See http://www.cs.cmu.edu/afs/cs/project/classes-ph/860.96/pub/www/860.html for info on the course. 下载
|
.NET EXE压缩 在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET程序压缩的工具,它也可以将一个EXE和多个DLL合并在一起执行。 如果要压缩一个EXE程序,只需要执行: netz app.exe 如果要指定图标,可以执行: netz app.exe -i app.ico 如果程序是控制台程序,需要执行: netz -c app.exe 也可以把程序和DLL合并为一个应用程序: netz -s app.exe lib1.dll lib2.dll .NETZ的工作原理,实际上是先利用#ZipLib 对执行文件进行压缩。执行时在内存中先释放,再利用reflection来实现加载和调用。可以参考DDJ上的相关文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html- 下载
|
敏视达公司新一代天气雷达数据读取文件,通过它可以把反射率强度显示在屏幕上;Visual C++,绘图程序/Graph Drawing- Sensitively regards reaches the company new generation of weather radar data to read takes the document, through it may the index of reflection intensity demonstration on the screen; Visual C, cartography procedure /Graph Drawing 下载
|
演示了荷兰国旗问题(c语言)从简单到复杂的三种算法,用心体会,可得算法之奥妙-demonstration of the Dutch flag (c language), from the simple to the complex of three algorithms, a little reflection, available algorithms gives it 下载
|
包含有常见的网页特效代码,如带倒影的时间,渐显播放文字等-contains the common code netnew, with the reflection of time and the upcoming players, such as language 下载
|
Environment map conversion procedure using generic pixel-to-ray and ray-to-pixel primitives. You need this equirectangular environment map image: latlong.ppm. The output is a spherical mirror ball image spherical.ppm that you can also use in the former OpenGL(R) reflection mapping program- 下载
|
决超声波探伤是什么原理? 悬赏分:10 - 解决时间:2005-9-16 12:25最佳利用它的反射、折射现象来探测物体内部的不均匀性,即超声波探伤的原理提问者对于答案的评价:谢谢,如果你能够说的更详细... -UT is any principle reward points : 10-solving caption-9 - 16 12 : 25 best use its reflection, refraction phenomenon to detect objects within the uneven, UT is the principle answer questions regarding the evaluation : Thank you, if you can say that in more detail ... 下载
|
开源游戏代码,这个游戏旨于将你放置到飞机交通控制器的位置上。指导飞机飞到它们正确的目的地。这是一个后勤学的游戏且要提前思考,有时你自己将需要做出正确的反映。-game open source code, the game aims to put your aircraft traffic controller to the position. They guide planes to the correct destination. This is a logistics of the game it would be thinking ahead, sometimes you will need to make a correct reflection. 下载
|
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database. -The goal of this library is to make ODBC reco rdsets look just like an STL container. As a user , you can move through our containers using sta ndard STL iterators and if you insert () , erase () or replace () records in our container s changes can be automatically committed to the database for you. The librarys compliance with STL iterator and the container standards means you can plug our abstractions into a wide variety of the STL algorithms for data storage, searching and manipulation. In addition, the C reflection mechanism used by our library t o bind to database tables allows us to add generi c indexing and lookup properties to contain our ers with no special code required from the end-u ser. Because our code takes full advantage of th e template mechanism, it adds minimal 下载
|