资源列表

排序选择:

« 1 2 ... .19 .20 .21 .22 .23 49324.25 .26 .27 .28 .29 ... 267462 »

[数据结构常用算法TriMat

说明:在目录“\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the dir
<李昭明> 在 2025-11-24 上传 | 大小:572kb | 下载:0

[数据结构常用算法ACKFunction

说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a
<李昭明> 在 2025-11-24 上传 | 大小:574kb | 下载:0

[图形/文字识别morph1[1].2

说明:SDC Morphology Toolbox V1.2 27Sep02 有名的图像处理和信号分析的工具箱。-SDC Morphology Toolbox V1.2 27Sep02 famous images signal processing and analysis toolkit.
<武国忠> 在 2025-11-24 上传 | 大小:7.24mb | 下载:2

[matlab例程progMatlab

说明:这个程序能清楚显示灰度图形的灰度直方图,并能进行平滑与滤波处理,方便程序员观察了解图像。-this procedure will clearly show that the gray-scale graphics histogram, and for smoothing and filtering. Observer allows programmers to understand images.
<空想位> 在 2025-11-24 上传 | 大小:6kb | 下载:0

[Linux/Unix编程acfax

说明:一个在linux下接收音频信号的软件,可以接收卫星云图图象-receive audio signals in the software, can receive satellite image image
<朱智> 在 2025-11-24 上传 | 大小:258kb | 下载:0

[其他小程序WAVdrive

说明:该程序由vc++开发平台开发,利用api函数实现wav文件的播放。-the procedures vc development platform development and use of api Function wav file playback.
<装敏> 在 2025-11-24 上传 | 大小:13kb | 下载:0

[Linux/Unix编程hamfax-0.6.4

说明:气象传真软件,可以通过音频显示图象。c++代码,有谁可以把他转换成windows下的请与我联系,谢谢。tony90905@sina.com-weather fax software, audio can display images. C code, anyone can transform it into the windows, please contact me, thank you. Tony90905@sina.com
<朱智> 在 2025-11-24 上传 | 大小:58kb | 下载:0

[数据库编程DelphiHelperV2.4

说明:为Delphi程序员设计的代码资料管理工具,提供代码和资料的分类收集与检索,帮助您摆脱查找代码堆的烦恼;V2.2版新增功能:支持Delphi语法着色,将代码库与资料库分开维护,大大增强了编辑器的功能,最小化时缩小到系统托盘,进行了内存优化,运行时仅占用几百K的内存,如果您是Delphi程序员或Delphi的爱好者、学习者,相信这个工具会给您带来编码的乐趣,成为您的好帮手。-Delphi programmers to design code information management tools
<测试这> 在 2025-11-24 上传 | 大小:2.91mb | 下载:0

[ActiveX/DCOMserial_debug

说明:VC实现的串口编程小程序,可以自动收发,采用了ACTIVEX控件-VC Serial Programming small program that automatically transceiver using the ACTIVEX control
<孙敦远> 在 2025-11-24 上传 | 大小:42kb | 下载:0

[Internet/网络编程localhostIP

说明:一个可以显示本地ip地址的程序,希望队大家有帮助。-a local show ip addresses in the hope that the team be helpful.
<朱智> 在 2025-11-24 上传 | 大小:1.12mb | 下载:0

[其他小程序1D-backstrip

说明:我自己编的计算地质埋藏史用的一维回拨程序。-my own series of the calculation buried geological history of the one-dimensional call-back procedures.
<武国忠> 在 2025-11-24 上传 | 大小:4kb | 下载:0

[VHDL编程fft_debug

说明:能进行32位浮点数fft运算的VHDL描述。-can float for 32 fft Operational VHDL descr iption.
<liuqifeng> 在 2025-11-24 上传 | 大小:132kb | 下载:1
« 1 2 ... .19 .20 .21 .22 .23 49324.25 .26 .27 .28 .29 ... 267462 »

源码中国 www.ymcn.org