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

搜索资源列表

  1. STLProgrammerGuide

    0下载:
  2. STL Programmer s Guide.chm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:537.39kb
    • 提供者:hyl
  1. kalman programmer

    0下载:
  2. matlab状态方程的设计和一个自己编的小小的filter文件请指教!!1-Matlab equation of state of their own design and a series of small filter paper please enlighten! ! 1
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:956byte
    • 提供者:小月
  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. C-Alg

    0下载:
  2. c算法在众多的编程思想中应用频率很高的 能够掌握并加以强化练习,对程序员来说是极为有利的_-c algorithm in a number of application programming thinking of the high frequency to be able to master and strengthening exercises, the programmer is highly favorable _
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.14kb
    • 提供者:小刚
  1. Introduction.to.Algorithms(chinese)

    0下载:
  2. 《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功*必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Internal KungFu.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.42mb
    • 提供者:xl
  1. asdfsdg

    0下载:
  2. 一个小屏保程序 欢迎大家来看看并提出一些宝贵的意见-a small Programmer welcome everyone to look at and offered some valuable advice
  3. 所属分类:压缩解压

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

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

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:王资
  1. 图像处理程序设计Matlab

    0下载:
  2. 该文件是关于图像处理的ppt文件,不需要任何语言基础,适合所有的编程爱好者。-ppt file about image processing.useful for programmer regard of programing language
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.39mb
    • 提供者:周伟
  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. neuralnetworkutility

    0下载:
  2. neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object oriented and focuses on reducing tedious and confusing problems of programming neural networks. By this I mean that network layers are easily defi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:14.05kb
    • 提供者:正熹
  1. Introduction.to.Algorithms.Second.Edition

    0下载:
  2. 算法经典著作,学习算法设计与分析的必备书,作为程序员,应该好好看看。-Classic algorithm, learning algorithm design and analysis of the essential books, as a programmer, it should be a good look at.
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:17.85mb
    • 提供者:李磊
  1. suanfadaolun-v2.0

    0下载:
  2. 算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:12.43mb
    • 提供者:fightfish
  1. STL-programmer-Reference

    0下载:
  2. 利用C++标准程序库STL进行程序开发的指南,以及在STL基础上的二次开发的准则,同时介绍了使用STL进行高效程序开发的方法和相关的优化方案。-The use of C++ Standard Library STL guidelines for program development, as well as in the STL on the basis of the criteria for the second development, at the same time introduced
  3. 所属分类:STL

    • 发布日期:2017-06-11
    • 文件大小:17.12mb
    • 提供者:梅涛
  1. Doppler_Effect

    0下载:
  2. This the simulation of Pulse Wave Doppler(PWD) effect used in ultrasonic wave. I m a student of HY University and I m not good at programming, but I want to be a nice programmer :D-This is the simulation of Pulse Wave Doppler(PWD) effect used in ul
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.24kb
    • 提供者:BMer_Ryu
  1. matlab

    0下载:
  2. matlab常用函数参考,比较有用,尤其是对于使用matlab还不太熟练的编程人员。-matlab common function reference, more useful, especially for the use of matlab not very skilled programmer.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:226.63kb
    • 提供者:flyingto
  1. MatlabEng_src

    0下载:
  2. In two past articles (Solving Engineering Problems Using MATLAB C API and Solving Engineering Problems Using MATLAB C++ Math Library), I show you how can a programmer develop an application that using MATLAB features like computing complex engineerin
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3.01kb
    • 提供者:belalsoboh
  1. bjzm-HowToAsk

    0下载:
  2. 《提问的智慧》,作为一个程序员,你曾经遇到过在论坛上发帖无人问津,看看提问的智慧把-" Question the wisdom" as a programmer, you have encountered no one is interested to post in the forum to see the wisdom of the questions
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:476.46kb
    • 提供者:junjie
  1. C_Zip

    0下载:
  2. 在某些软件应用当中需要把某些文件压缩成一个RAR或ZIP或JAR文件,例如手机程序是一个JAR包,因此在手机开发中,某些工具可以提供此功能:把某些文件压缩进某包,本代码即实现此种功能。 在实际应用中,例:游戏开发中,可把某些工具生成的文件(地图文件、脚本文件等)例用本代码将这些文件压缩到游戏jar包中,避免需要程序员进行打包的麻烦,以方便游戏策划人员进行编辑或调试。 主要是复用WAR软件的命令进行压缩-In some software applications which need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:23.17kb
    • 提供者:jorn ham
  1. LearningProgrammingusingMATLAB

    0下载:
  2. This book is intended for anyone trying to learn the fundamentals of computer programming. The chapters lead the reader through the various steps required for writing a program, introducing the MATLABr constructs in the process. MATLABr is used
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:438.31kb
    • 提供者:Arvind
  1. predictived-programmer

    0下载:
  2. 用matlab编写的神经网络预测代码,可以达到很好的预测效果!-predictived programmer using ANN
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1.03kb
    • 提供者:chenmin
« 12 3 4 5 6 »
搜珍网 www.dssz.com