搜索资源列表
FreeImage361
- 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
神经网络方法
- 人工神经网络bp 算法是用于数学建模Alife.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源序 -bp artificial neural network algorithm is used mathematical modeling based on genetic algorithms Alife.c artificial life simulatio
vcmatlab7src
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
myopenforcal
- 桌面好用的计算器,类C指令,有常用的数值计算,超强的图形显示,比matlab使用简捷方便。-handy desktop calculator, a class C guidelines, it is commonly used in numerical calculation, super graphics, the use of Matlab than simple convenience.
C语言图形方式下的编程1
- 不同的显示器适配器有不同的图形分辨率。即使是同一显示器适配器,在不同模式下也有不同分辨率。因此,在屏幕作图之前,必须根据显示器适配器的种类将显示器设置成为某种图形模式。在未设置图形模式之前,微机系统默认屏幕为文本模式(80列,25行字符模式),此时所有图形函数均不能工作。-different display adapters with different graphics resolution. Even with the same display adapter, in different m
c语言简易计算器
- 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
HUFMAN
- The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
c++ code
- 有计算机图形学、图像处理、dbms、sniffer、中游俄罗斯外挂、othello、遗传算法、舌苔分析等程序。-computer graphics, image processing, DBMS, sniffers, the Russian middle pylons, othello, genetic algorithm, fur analysis procedures.
c
- #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef
graphics
- 图着色问题得Visual C++ 代码,可共学习算法设计的学习者参考
source
- 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
C++
- 包括各种插值方法、基本图形操作、极值问题求解、随机数的产生等多种功能算法源代码-Include a variety of interpolation methods, and basic graphics operation, extremum problem solving, random number generation algorithm for multiple functions of the source code
horse
- 使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
TSP
- 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
matlab_Programming_for_face_graphics_Fuzzy_algorit
- matlab编程设计之人脸图形模糊性算法源码matlab Programming for face graphics Fuzzy algorithm source code-matlab Programming for face graphics Fuzzy algorithm source code matlab Programming for face graphics Fuzzy algorithm source code
C-language-graphic-
- C语言图形的实现与操作,运用最小生成树算法,实现图形的操作-C Language Implementation and Operation of graphics, the use of minimum spanning tree algorithm, the operation of graphics
graphics
- graphics头文件(C语言中一种重要的库函数文件)-graphics head files
GRAPHICS
- c语言绘制波特图软件,使用时只要修改其中的相频特性和幅频特性公式即可,和大家分享了-c language software to draw Bode plots , when used as long as the formula can modify the phase-frequency characteristics amplitude-frequency characteristics, and to share
C-language
- 用C语言实现的各种小程序,例如搬砖问题、打印图形等等。-Using C language implementation of a variety of small programs, such as moving bricks problem, print graphics and so on.
Calculator
- 实现计算器功能 首先是输出计算器图形样式 然后是通过按键的方式实现数值运算所以程序主要由两大部分实现 一部分功能是显示计算器 一部分是实现计算功能 显示计算器是在屏幕上显示图形 Turbo C提供了PC系统环境下扩充的屏幕和图形支持系统利用此系统提供的字符屏幕处理函数和图形系统的有关信息及函数即可很好地实现 计算功能主要要解决的是接收按键信息的处理 要进行识别 如果按键是数字符号 要将其转变为操作数 如果是运算操作符 则进行相应的处理-The realization of the calcula