CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - methods

搜索资源列表

  1. 各种游戏编程思路

    1下载:
  2. 游戏编程多种动画技术!!各种图形处理方法 常用函数的使用-game programming multiple animation technology! ! Various methods used to process graphics function of the use of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:97.97kb
    • 提供者:彭文艺
  1. 逻辑等式化简

    0下载:
  2. QM法化简 逻辑表达试的 计算机方法!!! langboy-QM Reduction Act logical expression of a computer test methods! ! ! Langboy
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:343.41kb
    • 提供者:冬冬
  1. hmmPlatform

    0下载:
  2. 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:155.39kb
    • 提供者:何洁
  1. ProgrammaticallyControl

    0下载:
  2. This program illustrates some of the uses of VI object properties and object methods. This VI programmatically controls and manipulates another VI named Slave.vi.-This program illustrates some of the uses o f VI object properties and object meth
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:254.27kb
    • 提供者:裴之锐
  1. GraphVc7

    0下载:
  2. 先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,-input vertices of the plan, and plans to import the adjacency matrix thereby establishing map, and use flute Shi Carl prim other three methods for the minimum spanning tree,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12.85kb
    • 提供者:飞杨
  1. c triangle polygonizer

    1下载:
  2. An algorithm for the polygonization of implicit surfaces is described and an implementation in C is provided. The discussion reviews implicit surface polygonization, and compares various methods.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2011-05-19
    • 文件大小:7.5kb
    • 提供者:mimizhai
  1. dancunxing

    0下载:
  2. 最优化理论与方法,一维搜索法,一条完整的单纯形法程序,用C语言编的-Optimization theory and methods, one-dimensional search, a complete program of the simplex method, using the C language. . .
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:5.25kb
    • 提供者:zhoulei
  1. acm2

    1下载:
  2. ACM PKU 试题库AC代码,试题编号为 1017,1028,1050,1088(多种方法)-ACM PKU Test AC code, questions numbered 1017,1028,1050,1088 (multiple methods)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-11-27
    • 文件大小:4.43kb
    • 提供者:eros0405
  1. shougongkaifang

    0下载:
  2. 本程序实现了手工开方的方法。适用于一些需要非常高精度的开方程序。-This program achieved a manual prescribing methods. Some require very high precision applies to the prescribing process.
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:5.67kb
    • 提供者:feb
  1. quicksort

    0下载:
  2. 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another to be a small part of all of
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:521byte
    • 提供者:马值
  1. LoopTest

    0下载:
  2. 基于VC控制台,对循环的各种形式进行测试,使用C++ -test the methods of loop
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:170.2kb
    • 提供者:micerin
  1. mfcPTREE

    0下载:
  2. 用MFC实现二维的树,里面含有不同的计算规则和绘制方法 根据用户的选择绘制出不同的效果-MFC achieved by two-dimensional tree, which contains the rules and draw different calculation methods based on the user' s choice to draw the different effects
  3. 所属分类:Console

    • 发布日期:2017-05-26
    • 文件大小:8.41mb
    • 提供者:季晨
  1. jobshedule

    0下载:
  2. 这是学习操作系统时书上让完成的一个作业调度程序,这是纯c写的,所有的作业采取链表的方式保存,所有内容均写到了了一个文件中,实现了短作业优先,先来先到,和最高响应比三种方法,在VC6.0下编译调试通过,仅供参考。-This is a book to learn the operating system to complete a job scheduler, which is written in pure c, all the way to save jobs to list all the c
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:208.5kb
    • 提供者:Xsank
  1. Lab7.3

    0下载:
  2. 计算一个问题:小明借5本书给A,B,C三人,问总共有几种不同的借法,列出所用借法-Computing a problem: Xiao Ming book by 5 to A, B, C three, asked by a total of several different methods, listed by the method used
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:757byte
    • 提供者:huliheng
  1. jiemian.vi

    0下载:
  2. 在NI LabView平台上结合TCP/IP协议进行数据传输的工作方法,并给出对工业现场数据采集传送与监控的仿真实例-NI LabView platform combined with TCP/IP protocol for data transmission methods, and simulation examples are given on the transmission and monitoring of industrial field data collection
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-04
    • 文件大小:1.41mb
    • 提供者:温小斌
  1. cppHoG-raw-RBF

    0下载:
  2. HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:94.3kb
    • 提供者:nihongyin
  1. BMPConvert

    0下载:
  2. BMP选装程序,具体操作方法文件中有详细介绍-BMP optional program are described in detail in the files of the specific methods of operation
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:3.15mb
    • 提供者:wangshiheng
  1. TextEditor

    0下载:
  2. 文本编译器C++源码 功能齐全 支持文件读写-Text Editor C++ soursecode,have many methods, can save and load file
  3. 所属分类:Console

    • 发布日期:2017-12-06
    • 文件大小:2.54kb
    • 提供者:Ruby
  1. Test2

    0下载:
  2. 词法分析器 掌握词法分析的概念,设计方法,熟悉高级语言中词法的定义,词法分析程序的编写-Lexer to grasp the concept of lexical analysis, design methods, familiar lexical definition of high-level language, lexical analysis program
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1.38kb
    • 提供者:henuc
  1. WO-GET_HTTP_ContentType_(mimelookup).ZIP

    0下载:
  2. Application to find MIME-Type of URL address. It s a console program, first and only parameter is URL address. Using WinAPI(console) and WinSock2. Parsed by c++ std::string methods.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:59.4kb
    • 提供者:Wlezley
« 12 »
搜珍网 www.dssz.com