搜索资源列表
ACM
- 整理的一些acm竞赛资料 参加acm竞赛能帮助程序员熟悉各种数据结构及算法 文件中有相关介绍及一些acm题解和源代码-Acm race finishing participate acm race-related presentations and some acm problem solution and source code to help programmers are familiar with a variety of data structures and algorithms f
cvf_pg
- Fortran程序员入门必读,很适合初学者阅读,实用价值很高-The Fortran programmers Introduction to reading, it is suitable for beginners to read, very high practical value
delphiformat
- delphi 格式化代码,对于程序员来说 很实用个,而且很方便-delphi format code, very useful for programmers months, and very convenient
MaskingSub
- 该例程是基于人耳掩蔽效应的语音增强算法的MATLAB实现。压缩包中附带参考文献(基于人耳掩蔽效应的谱减算法的研究与实现)、测试所使用的音频信号、以及段信噪比计算函数。源代码中MaskingSub.m(源代码主要部分)及Main.m为本人所写,其余均来自程序员联合开发网。运行环境MATLAB R2009b-Key words:masking property, spectral subtraction algorithm
Interpolation
- 本程序包内用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
ff
- BP算法例子:用一个五层的神经网络去逼近函数 ,有需要的程序员可以用到。-BP algorithm examples: using a neural network to approximate five functions, there is a need for programmers to use.
array
- 数组的排序,在价值999元的《程序员专业开发资源库——Visual C++ 》中提取的-Sort array in the value of 999 yuan, "the programmer professional development resource library- Visual C++" extracted
jrebel-5.5.4-crack
- JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 JRebel是收费软件,用户可以在JRebel官 方站点下载30天的评估版本。 Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。网上可搜索到破解版。 JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。JRebel使你能即时分别看到代码、类和资源的变化,
tiaoshi
- 数字的任意排序,为程序员的编程提供了一些基本编程的想法,可以一次为依据更加深入的开发。-Any sort of digital, provides some basic programming ideas for the programmer, can develop a more in-depth basis.
Mixed-Integer-Nonlinear-Programming
- 本书是The IMA Volumes in Mathematics and its Applications系列的一本,由Springer-Verlag发表,用于交流每年数学规划算法方面的新成果,希望对于广泛的科学团体有帮助。 许多工程,运筹,和科学应用包括离散或连续的决策变量,以及这些决策变量的非线性关系。这种 Mixed-integer nonlinear programming (MINLP,混合整数非线性规划),兼具来自非线性问题的非凸函数优化,以及来自整数的离散优化,这两方面的挑战
CArray_YYF
- 利用类的操作符重载,和try语句。在数组越界是给予提示。提示包括数组名,越界的是上标还是下标。数组大小和数组名由构造函数生成。本人根据程序员考试题改写。经本人使用,无问题。-check whether matrix is out of memory or not
20157730208
- 这是一个游戏的程序,可以供程序员参考和玩家参考-a game
vbdll
- 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。-As an easy-to-use Windows development environment, Visual Basic a launch has been welcomed by the majority of programmers. It allo
ctci-5th-cPPcode
- ctci是一本程序员面试的好书,不过其中内容大部分有java实现,这里提供了全部的c++代码,供C++程序员学习-ctci is a programmer interview books, but most of its contents have java to achieve, there is provided a full c++ code for programmers to learn C++
并行架构技术源码
- 并行架构技术源码,整个框架是基于.NET Framework2.0开发,绿色不需要任何安装和复杂配置,相对与Hadoop简直可以用轻松来形容,可以让任何一个程序员或者IT短时间内快速搭建起属于自己的并行计算框架。
460384
- 模拟彩票的摇奖过程,能为编写彩票程序的程序员提供参考,不错的-Simulation of the lottery drawing process, can offer reference for programmers to write lottery programs, good
附件1-考试形式材料
- 私以为,如果是面向企业应用软件的码农如ERP、OA等产品的程序员,能更快的熟悉业务流程,积累业务背景,更好的熟悉与客户的交流沟通,将迅速拉开和其他程序员的差距。如果是面向互联网、电子商务等,能对技术有更深入的研究、对于并发性能、DAO效率、SQL优化、数据库性能优化方面有一些造诣的话,能很快拉开与其他程序(Private thought, if the code for enterprise application software such as ERP, OA and other produ
手写代码必备手册(C++版).pdf
- 程序员面试时用的算法,对于补基础非常好。(it is for code interview)
机器学习中的矩阵和求导
- 机器学习中涉及大量的矩阵论相关知识与问题,此资料有助于程序员理解解决相关问题(Machine learning involves a large number of matrix theory related knowledge and problems, this information helps programmers understand and solve related problems)
数据结构与算法:C_语言描述(中文)
- 数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为C#语言程序员提供了学习基础数据结构与算法的机会(Data structure and algorithm learning is very critical for professional programmers in software development. This book provides C# language programmers with the opportunity to learn basic data