资源列表
排序选择:
[其他小程序] CaculateDemo
说明:计数器的各项功能,用C++实现,并用MFC做出了界面-Counter function with C++ the MFC to make interface<leitao> 在 2025-07-18 上传 | 大小:138kb | 下载:0
[JSP源码/Java] javaSEsourcecode
说明:《javaSE应用程序设计》 张立国 书中源码,上次不小心传错了,希望站长移除,错误地址http://www.pudn.com/downloads484/sourcecode/java/detail2022588.html-Design the " javaSE application" Zhang Liguo book source, last careless pass wrong hope that the owners removed the wrong address<梁斌> 在 2025-07-18 上传 | 大小:5mb | 下载:0
[Dephi控件源码] QStrings-v6.06
说明:Quick string manipulation library: by Andrew N. Driazgov and Sergey G. Shcherbakov<setankabir> 在 2025-07-18 上传 | 大小:97kb | 下载:0
[其他小程序] matlabTriangle
说明:任何一个三角形的2D,3D ND点的面积和角度计算。这个简单的功能使用三点作为输入可以是二维,三维和…。并将计算区域和角度的三角形-Any of a triangle area and angle of the 2D and 3D ND point calculations. Simple functions use three points as input can be two-dimensional, three-dimensional and ... And calculate the<Kansess> 在 2025-07-18 上传 | 大小:2kb | 下载:0
[图形图像处理(光照,映射..)] MyWork1
说明:基于MFC单文档打开,保存图像,并可以对图像进行一定的预处理,以及实现模板匹配功能-MFC single document open, save the image, and some pre-processing of the image, and template matching<李兵> 在 2025-07-18 上传 | 大小:3.81mb | 下载:0
[SQL Server数据库] Program
说明:上传文件是一个完整的物联网系统开发程序,开发环境是vc6.0-Upload file is a complete system of the Internet of Things development process, development environment is vc6.0<xiaoxiao> 在 2025-07-18 上传 | 大小:15.49mb | 下载:0
[其他小程序] matlab-Histogram
说明:2文件包括:calcnbins,计算出的“理想”的若干箱使用直方图,用三种可能的方法。(freedman-diaconis ,史葛和斯特奇斯 的方法。)histx是一个包装中的直方图函数历史,使用calcnbins选择若干箱如果不提供。-2 file include: calcnbins, calculate the " ideal" box using the histogram, with three possible ways. The method (freedman-<Kansess> 在 2025-07-18 上传 | 大小:5kb | 下载:2
[书籍源码] linear-list
说明:在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior<刘> 在 2025-07-18 上传 | 大小:7kb | 下载:0