CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自己编写的

搜索资源列表

  1. sqlFunction

    0下载:
  2. 我自己编写的jsp+javabean通用数据库操作函数,功能很简单,适应刚刚入门学习JAVA的朋友-555555555555555555555555555555555555
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-06
    • 文件大小:1043550
    • 提供者:wangyong
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584
    • 提供者:张原
  1. nsga2

    1下载:
  2. nsga2源程序代码,自己编写的,可以运行,只要把两个头文件加入到库里面就好了。-nsga2 source code, I have written, you can run as long as the two header files inside to the library like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6449
    • 提供者:朱晨
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:535150
    • 提供者:冰色火焰
  1. chushiduizhun1

    0下载:
  2. 自己编写的一个简单的初始对准的程序,思路比较清楚,比较适合初学者-I have written a simple initial alignment procedures, ideas, clearer and more suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1514
    • 提供者:yanxin
  1. Tetris

    0下载:
  2. 自己编写的俄罗斯方块游戏,VS2010开发,给游戏初学者一个抛砖引玉。-I have written Tetris game, VS2010 development initiate a game for beginners.
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:141245
    • 提供者:jack
  1. tankcsharp

    0下载:
  2. 自己编写的c#坦克大战源码,简单易学,希望对大家有帮助,键盘上下左右控制方向,空格键发炮弹-Tankedaizhan their source code written in c#, easy to learn, we want to help, up and down the keyboard control direction, space bar rounds
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:48376
    • 提供者:林妹妹
  1. ArcScene_TEST

    0下载:
  2. 自己编写的一个arcGIS小程序,实现了地图显示功能,以及ArcScene的动态演示功能.-I have written a small arcGIS procedures, to achieve the map display, as well as a dynamic presentation ArcScene function.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:56490
    • 提供者:lingyang
  1. dizhenmoxing

    0下载:
  2. 自己编写的地震资料中地震褶积模型的建立,每一个部分都有标注,很清楚适用于初学者-I have written in the seismic data seismic convolution model, each part has a label, it is clear for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1053
    • 提供者:liguang
  1. combination

    0下载:
  2. 自己编写的用回溯法的组合程序,用的c-ccombination(c++)
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:536577
    • 提供者:daxiong
  1. viocematest

    0下载:
  2. 自己编写的一个用matlab实现的 语音的合成算法!!加噪去噪都可行!好用-viocematest,including vioce and atoms!!!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:640
    • 提供者:wutonghai
  1. graphics-box

    0下载:
  2. 自己编写的基于Graphics库写的绘图程序,简易绘图板,实现点、线、矩形、等图形绘制,实现设置笔刷大小,撤销功能等等,里面自己写了一些小控件例如对话框、button -Graphics library to write a drawing program, I have written simple drawing board, points, lines, rectangles, such as graphics rendering, set the brush size, undo fun
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:24867
    • 提供者:娜迦
  1. nfa

    0下载:
  2. 这是正则表达式到NFA的转换源代码,自己编写的,希望有点用-This is a positive expression to NFA conversion source code I have written, I hope a little bit with
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1644
    • 提供者:evanw1991
  1. c语言中头文件的建立与使用

    0下载:
  2. c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
  3. 所属分类:编程文档

    • 发布日期:2012-11-13
    • 文件大小:45568
    • 提供者:coolhandy
  1. Cole_Cole_parameters

    0下载:
  2. 自己编写的Matlab源码,主要采用时域有限差分(FDTD)法实现色散介质的电磁仿真。-I have written Matlab source, the main use of finite difference time domain (FDTD) method to achieve the electromagnetic simulation of dispersive media.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2006
    • 提供者:刘东
  1. specificationmatlab

    0下载:
  2. 自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.image histogram equalization,histogram matching(specification).-I have written a simple matlab program to achieve image histogram equalization and processing requirements. Image histogram equalization, histogram m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1511
    • 提供者:
  1. c_compiler

    0下载:
  2. 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:225289
    • 提供者:站长
  1. src

    0下载:
  2. 自己编写的扫雷游戏的源代码,希望多提宝贵意见- Own compile the mine clearance game source code, hoped proposes the valued suggestion
  3. 所属分类:Game Program

    • 发布日期:2017-11-21
    • 文件大小:12639
    • 提供者:王红
  1. answer

    0下载:
  2. 自己编写的钱能C++程序设计教程(第二版)答案,挺实用的。-The preparation of their own money to C++ Programming Guide (Second Edition) The answer, quite practical.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:49277
    • 提供者:张婷
  1. FMS_SIMULATION

    1下载:
  2. 一个自己编写的柔性制造的仿真软件,完全是自己编写的软件源码-I have written a flexible manufacturing simulation software, complete the preparation of their own software source code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:98240
    • 提供者:liyanbing
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com