资源列表
排序选择:
[3D图形编程] 3D-Computer-Graphics
说明:3D电脑图形学,用数学的方式讲述3D图形学的原理-3D computer graphics, mathematical way to describe the principles of 3D graphics<XK> 在 2025-09-30 上传 | 大小:4.45mb | 下载:0
[编译器/词法分析] recursive-descent-parsing
说明:编译原理的实验,递归下降语法分析,能够实现自上而下的分析。-Compiler theory of the experiment, recursive descent parsing, to achieve top-down analysis.<windssd> 在 2025-09-30 上传 | 大小:37kb | 下载:0
[DSP编程] dsp-matlab
说明:用matlab写的DSP处理代码,可以给入门的新手参考使用-DSP processing with matlab write code that can be used to refer to a novice user<liujia> 在 2025-09-30 上传 | 大小:48kb | 下载:0
[JSP源码/Java] shopping
说明:一个简单的购物车程序,用eclipse编写,servlet实现,数据库用的是SQL2000,可实现用户管理、商品数量的增加、修改、删除等功能。-A simple shopping cart application, written with the eclipse, servlet implementation, the database is used SQL2000, enable users to manage, increase in the number of goods, modif<wangyifan> 在 2025-09-30 上传 | 大小:366kb | 下载:0
[C#编程] 0103CSharp
说明:一个很好的后台框架结构,美观大方,可以为编程人员节约更多的时间.-vary good!<闫建平> 在 2025-09-30 上传 | 大小:371kb | 下载:0
[android开发] Android-develop
说明:android 开发指南教科书 很好的资料书和例子都有看里面-android development guide textbook example of good information on both books and look inside<meng> 在 2025-09-30 上传 | 大小:399kb | 下载:0
[ActiveX/DCOM] o4wTest7
说明:VS.net2005/VC++/MFC/ActiveX,将单文档应用程序转为ActiveX控件-VS.net2005/VC++/MFC/ActiveX,convert one doc application to ActiveX control<李波> 在 2025-09-30 上传 | 大小:14.86mb | 下载:0
[JSP源码/Java] Pointers
说明:在JAVA 和 C# 中都有垃圾回收功能,程序员在分配一段内存后可以不再理会,而由垃圾回收自动回收,从而使程序员从复杂的内存管理中解脱出来。这是JAVA 和 C#的一大优点。而C++程序员在用 new 分配了一段内存后,还必须用 delete 释放,否则将造成资源泄漏。因此,一些C++ 书上经常告诫程序员:要养成好的习惯,new 与 delete 要成对出现,时刻记住将内存释放回系统。但是,事情只是这么简单吗?-In both JAVA and C#, garbage collection, i<欧阳丹> 在 2025-09-30 上传 | 大小:15kb | 下载:0