CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 常用代码

搜索资源列表

  1. graph

    0下载:
  2. 图论的一些常用代码,包括最小生成树,拓扑排序,最短路径(非负权和负权)-Graph theory, a number of commonly used code, including the minimum spanning tree, topological sorting, shortest path (non-negative and negative rights)
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5578
    • 提供者:陈杰
  1. PHPMySQL

    0下载:
  2. php与MYSQL编程的常用代码,一些常见问题的解决-php and MYSQL code thank you for use
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6313194
    • 提供者:宋仁宇
  1. SignalProcess

    1下载:
  2. 基于Visual C++的地震信号处理程序源代码,包括常用的FFT和Hilbert变换代码。-Visual C++ based on the seismic signal processing program source code, including the commonly used FFT and Hilbert transform code.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:12056
    • 提供者:陈传绪
  1. formValidator2.0

    0下载:
  2. 150个常用代码,c入门常用,初学者最佳-150
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:87299
    • 提供者:123456
  1. acm_template_code

    0下载:
  2. 通用代码库,包括计算几何常用代码,ACM比赛模板-ACM template code
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:68637
    • 提供者:pdw
  1. matlabforarrayprocessing

    0下载:
  2. 用于阵列信号处理的常用代码 包括经典处理和自适应处理 代码准确无误都能运行 可读性强-matlab code for array processing
  3. 所属分类:Other systems

    • 发布日期:2017-06-14
    • 文件大小:22846847
    • 提供者:兔子快跑
  1. Image-processing-code(1)

    0下载:
  2. 图像处理中的一些常用代码,包括:图像反转、灰度线性变换、非线性变换、直方图均衡化、线性平滑滤波器代码-Some of the commonly used image processing code, including: image nonlinear transform inversion of gray linear transformation, histogram equalization linear smoothing filter code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:814
    • 提供者:海韦希
  1. VBA-code

    0下载:
  2. VBA在EXCEL中常用代码及常用语句 -VBA CODE
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:13806
    • 提供者:cxj
  1. 网页编写代码大全总结

    0下载:
  2. 在网页编写的过程中有许多常用代码,为了更方便的编写所以进行了总结。(In the process of writing the web there are many commonly used code, in order to facilitate the preparation of the summary.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:26624
    • 提供者:飞火流天
  1. 71_11-2017&exp(2)

    0下载:
  2. G20峰会基础知识&常用英语口语
  3. 所属分类:其他小程序

    • 发布日期:2017-12-21
    • 文件大小:2548736
    • 提供者:贾廷帅
  1. 正则

    0下载:
  2. 正则语法中的常用代码,,,,,,,,。。。。。。。。。。。。(Regular usage Regular usage Regular usage)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:95232
    • 提供者:qqqqeewweew
  1. 常用(1)

    0下载:
  2. 常用代码,窗体缩放,我自己常用的,希望大家喜欢(Commonly used code, form zoom)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:zmylovezq
  1. WEB编程开发常用的代码 .txt

    0下载:
  2. asp连接数据库 2. ASP与SQL数据库连接: dim conn set conn=server.createobject("ADODB.connection") con.open "PROVIDER=SQLOLEDB;DATA SOURCE=SQL服务器名称或IP地址;UID=sa;PWD=数据库密码;DATABASE=数据库名称;" 建立记录集对象: set rs=server.createobject("ado
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:老夫子008
  1. 代码

    0下载:
  2. HSV颜色空间是当前图像处理领域中常用的特征分析指标,用次代码课获取彩色图像的颜色空间(HSV color space is the commonly used feature analysis index in the current image processing field, and the color space of color images is obtained by sub code class)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:22528
    • 提供者:图像增强
  1. 10第10章

    0下载:
  2. 假设检验 在MATLAB平台上完美的运行,在统计分析中常用(Hypothesis testing runs perfectly on the MATLAB platform and is commonly used in statistical analysis)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:离得
  1. fortran各章代码

    3下载:
  2. 第1章 矩阵分解与线性方程组直接方法 第2章 线性方程迭代方法 第3章 最小二乘法与曲线拟合 第4章 特征值与特征向量 第5章 非线性方程 第6章 非线性方程组 第7章 插值法 第8章 数值微分 第9章 数值积分 第10章 特殊函数 第11章 常微分方程(The first chapter is matrix decomposition and direct method of linear equations The second chapter is the itera
  3. 所属分类:其他

  1. 常用BIP语句

    0下载:
  2. BIP的常用的一些字段 方便工作 都是些重复使用的(The common fields of BIP)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:lineutron
  1. SQL代码生成器-MyGeneration

    0下载:
  2. MyGeneration 是一款不错的 代码生成器, MyGeneration中常用开发的SQL存储过程生成, 根据表生成相应的Class, 并生成相应的查询等代码. 使用VS 2007以上版本, windows 7(MyGeneration is a good code generator, generated by SQL stored procedure commonly used in MyGeneration, generates corresponding Class based
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:5748736
    • 提供者:wanglei0803
  1. MATLAB常用算法

    0下载:
  2. MATLAB常用算法,解微分方程,求求线性方程组等计算专业课程所需程序代码(MATLAB commonly used algorithm to solve differential equations, seek linear equations and so on to calculate the code required for professional courses.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:138240
    • 提供者:ccccc-ccccc
  1. MATLAB源程序代码(免费分享篇)

    0下载:
  2. MATLAB常用基础代码集合,用于数据分析和信息处理,是很实用的代码集合(Matlab common basic code set, used for data analysis and information processing, is a very practical code set)
  3. 所属分类:其他

    • 发布日期:2020-05-26
    • 文件大小:5218304
    • 提供者:demons12138
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com