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

搜索资源列表

  1. FreeImage361

    0下载:
  2. 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2377502
    • 提供者:赵辉
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. jizhiwenti

    0下载:
  2. 数学分析,高等代数中一些极值问题的计算机描述(C语言)-mathematical analysis, advanced algebra some extreme descr iption of the computer (C language)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7118
    • 提供者:110011
  1. ound

    0下载:
  2. 这是用C语言编写的声音算法,电脑会发生声音,简单,可读性,值我的我们学习。-This is the C language voice algorithm, the computer voice will happen, simple, readable, and I value our study.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1048
    • 提供者:luyufan
  1. CChessSource

    0下载:
  2. 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:168408
    • 提供者:张巍
  1. xshchj

    0下载:
  2. 用结构体实现的计算机N个学生的平均成绩并输出成绩大于平均成绩的学生的成绩的程序,C语言实现,在VC下运行-structure to achieve with computer N of the average student achievements and accomplishments than the average output of students results procedures, C language, running in VC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6094
    • 提供者:李大振
  1. PC_Cursor_C

    0下载:
  2. 该程序是C语言编写的,用于计算机光标处理。-that the procedure was prepared by the C language for the computer cursor processing.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:140836
    • 提供者:lewis
  1. LDPC_BSN

    1下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:119205
    • 提供者:张强
  1. 最短路径算法

    0下载:
  2. 一个用C语言实现的最短路径算法(华南农业大学信息学院计算机系).-a C language of the shortest path algorithm (South China Agricultural University, Department of Computer Information Institute).
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:36706
    • 提供者:吴辞仁
  1. source

    0下载:
  2. C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:11236
    • 提供者:站长
  1. micromouse_for_ex

    0下载:
  2. 電腦鼠走迷宮 使用C語言 在WINDOWS視窗下運行 做為模擬測試用-Computer mouse maze using C language to run under Windows as a simulation WINDOWS testing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3872
    • 提供者:SamWang
  1. CTest

    0下载:
  2. 我做的一些C语言练习题,里面一共有76道题目,主要用到一些计算机常用的算法,如:递归,分治,动态规划,回溯法,AO算法等,除此之外还用到比较多的数学知识,我做了一部分,还有一些暂时还没做出来,大家也帮忙做一下吧!-I have done some C language exercises, which a total of 76 topics, mainly used in a number of commonly used computer algorithms, such as: recur
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:319987
    • 提供者:THM
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. Intelligent_computer_mouse_program

    1下载:
  2. 基于C语言的智能电脑鼠搜索迷宫程序,是可直接参赛的程序-C language based search of intelligent computer mouse maze procedure is directly participating in the program
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:133642
    • 提供者:lichuang
  1. computer-and-numerical-analyssis11

    0下载:
  2. 数值计算中常用的子过程,内容主要包括一些常见的数值计算公式求解的C语言程序,都可以在VISUAL C++平台调试通过-Commonly used numerical sub-processes, mainly including some common numerical formula to solve the C language program, can be in VISUAL C++ platform debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:45466
    • 提供者:王萍
  1. computer-numerical-analyssis33

    0下载:
  2. 主要描述一些数值计算的C语言子程序代码,每个子过程都在VC平台上进行验证,程序能正确运行。-Describe some of the main numerical code in C language subroutines, each sub-process is to verify the VC platform, the program runs correctly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:21492
    • 提供者:王萍
  1. computer-the-value-of-PI

    0下载:
  2. 使用c++语言实现。 大家都知道π=3.1415926……无穷多位, 历史上很多人都在计算这个数, 一直认为是一个非常复杂的问题。现在有了电脑, 这个问题就简单了。 电脑可以利用级数计算出很多高精度的值, 有关级数的问题请参考《高等数学》,以下是比较有名的有关π的级数: -Use c++ language. We all know that π = 3.1415926 ... ... infinitely many, many people in history in the cal
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:10368
    • 提供者:TC
  1. C

    0下载:
  2. 计算机编程语言基础-数据结构,很详细的资料,初学者可以参考一下。-Computer programming language based on data structure, very detailed information, beginners can refer to.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:260540
    • 提供者:zhangbestpeng
  1. c

    0下载:
  2. 用C语言完成寻找硬币的算法,能够找出给出硬币数目中的假币,该算法简洁易懂,经上机实验可行。-Complete with the C language to find coins algorithms to identify the given number of counterfeit coins, the algorithm is simple and easy to understand, through practical experiment on the computer.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:164578
    • 提供者:micheal.k
  1. C代码

    0下载:
  2. 一些关于大学课程数据结构c语言版(严蔚敏)上机实验部分代码,希望对大家有用。(Some about the university curriculum data structure c language version (Yan Weimin) computer experiment part code, hoped to everybody useful.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:218112
    • 提供者:tushan66
« 12 3 4 5 »
搜珍网 www.dssz.com