CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - programmer

搜索资源列表

  1. 公历(阳历)和农历(阴历)相互转换

    2下载:
  2. 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:谢红伟
  1. 程序员考试

    0下载:
  2. 没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。现在需要知道,在每个部门内,成绩最好的程序员和成绩最差的程序员分别是谁。输入有N+1行,每一个有若干正整数。第一行只有一个正整数,代表公司的部门数目。剩余的N行,每一行代表了该部门所有程序员的得分。其中每行第一个数字k代表了该部门的程序员个数,该行剩下的有k对数据,每对数据包括一个程序员的姓名(一个字符串)和其得分(一个正整数)。【输出形
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:王资
  1. msc.rar

    0下载:
  2. 多元散射校正算法,用于近红外散射数据处理,增强信噪比,function [Xcorrect]=msc(X,Xref) msc pretreate the samples X with the Multiplicative Scatter Correct Input X:the matrix of the sample spectra to be Correct Xref:the matrix of the sample spectra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:688byte
    • 提供者:张志敏
  1. run

    1下载:
  2. 用Fortran编写的模拟光纤激光器运作的程序。输出的结果用文件保存,需要对数据处理时需要用到MATLAB编写的程序。时候中级和高级Fortran程序员参考。-Written in Fortran simulation with the operation of fiber laser procedures. The output with the file, you need to use when the data processing program written in MATLAB.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7.42kb
    • 提供者:vidfa
  1. Slides

    0下载:
  2. C++常见应用算法大全,PPT格式,深度讲解。 日常应用很广泛,扎实的程序员必备的算法技能。-C++ common application method Daquan, PPT format, depth of explanation. Very wide range of everyday applications, the programmer must have solid skills in the algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.73mb
    • 提供者:ssoor
  1. gkp

    0下载:
  2. c#实现SIFT算法,与网络上主流的一样,为了激活程序员的帐号,功能要自己摸索-c# to achieve SIFT algorithm, and the network as the mainstream, in order to activate the programmer' s account, function to find their own way
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:335.51kb
    • 提供者:刘凯
  1. cvf_rter

    0下载:
  2. Compaq Visual Fortran Error Messages,对于利用CVF编程的programmer是本很好的对照手册。-Compaq Visual Fortran Error Messages, programming, programmer for the use of CVF is a very good control of the manual.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:385.57kb
    • 提供者:goldenheart
  1. Fortran-PowerStation4

    0下载:
  2. 一本很好的Fortran程序员指南,主要包括Fortran Powerstation 4.0使用指南和Fortran90程序员手册。-A good Fortran programmer' s guide, including Fortran Powerstation 4.0 user guide and Fortran90 Programmer' s Manual.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:10.98mb
    • 提供者:黄永杰
  1. FORTRAN90

    0下载:
  2. Fortran 90 Programmer’s Reference
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:885.57kb
    • 提供者:mansoor
  1. Monta

    0下载:
  2. 蒙特卡洛算法C++程序,经典算法,程序员必须知道的20个算法之一-One of the Monte Carlo the algorithm C++ program, the classic algorithm, the programmer must know the 20 algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.44mb
    • 提供者:Jimmy
  1. sleep_algorithm

    0下载:
  2. 这是睡眠排序算法的Go语言版,该算法是一个天才程序员发明的,想法很简单,就是针对数组里的不同的数开多个线程,每个线程根据数的大小睡眠,自然睡的时间越长的,数越大-This is the sleep the Go language version of the sorting algorithm, the algorithm is a genius programmer invention, the idea is simple, it is a different number for the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:356.02kb
    • 提供者:许晨峰
  1. Interpolation

    0下载:
  2. 本程序包内用matlab编写数值计算方法中的插值的源代码,包括Newton插值法,拉格朗日插值法,在mainInt.m文件中测试,并与拟合函数进行比较。供学习数值计算的程序员参考。-This program package using matlab numerical method of interpolation of the source code, including the Newton interpolation, Lagrange interpolation method, test
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.77kb
    • 提供者:蔡声泽
  1. tiaoshi

    0下载:
  2. 数字的任意排序,为程序员的编程提供了一些基本编程的想法,可以一次为依据更加深入的开发。-Any sort of digital, provides some basic programming ideas for the programmer, can develop a more in-depth basis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.04kb
    • 提供者:liufei
  1. 8.5.Ising

    0下载:
  2. Ising model,computational physics,in c++ programmer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.07kb
    • 提供者:任彧
  1. Untitled

    2下载:
  2. 利用地震初至波确定近地表介质结构,在矿产资源的勘探开发及工程建设中有重要作 用。地震射线追踪方法是研究地震波传播的有效工具,目前常用的方法主要有有限差分解方 程法和最小路径法。最短路径方法起源于网络理论,首次由 Nakanishi 和 Yamaguchi 应用于 地震射线追踪中。 Moser 以及 Klimes 和 Kvasnicha 对最短路径方法进行了详细研究。通过科 技人员的不断研究,最短路径方法目前已发展较为成熟,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.32kb
    • 提供者:卢鹏
  1. 笨办法学 Python(第四版)

    0下载:
  2. 这本小书的目的是让你起步编程Python。虽然书名说是“笨办法”,但其实并非如此. 所谓的“笨办法”是指本书教授的方式。在这本书的帮助下,你将通过非常简单的练习学会一门编程语言。做练习 是每个程序员的必经之路: 1. 做每一道习题 2. 一字不差地写出每一个程序 3. 让程序运行起来(The purpose of this small book is to make you start programming Python. Although the title of the book is &
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1.63mb
    • 提供者:明浩
搜珍网 www.dssz.com