搜索资源列表

  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11873
    • 提供者:敖斌
  1. col

    0下载:
  2. 一个什么都能做的语音处理软件,Manual segmentation of speech waveforms - creates label files which can be used to train speech recognition systems Waveform editing - cutting, copying or pasting speech segments Formant analysis - d
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:413153
    • 提供者:威威
  1. TdataListCtrl

    0下载:
  2. 一个CListCtrl,col和row可以绑定不同数据类型,类型T-a CListCtrl, col and row can be bundled with different data types, type T
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:hhn
  1. sortrows

    0下载:
  2. function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2023
    • 提供者:王志波
  1. can_mcb517

    0下载:
  2. it is a automotive application of CAN protocol one microcontroller. -it is a automotive application of CAN proto col one microcontroller.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:48293
    • 提供者:radiolocate
  1. 070508FTPRFC959

    0下载:
  2. FTP RFC959 中文版文件传输协议(File Transfer Protocol, FTP)实现FTP断点续传-RFC959 Chinese version of FTP (file transfer protocol File Transfer nonrequiring col, FTP) to achieve FTP HTTP
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:13948
    • 提供者:wenlin
  1. dsakf

    0下载:
  2. % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3423
    • 提供者:yubo
  1. EjunExpress3.25.5_Trial

    0下载:
  2. delphi表格控件源码,修改垂直方向滚动表格时, 可以滚动得只剩下一行的问题. - 修改了打印预览页眉行之间间距过大的问题 - 修改了3.25版本后多行文本单元格打印不显示的问题 - 修改了3.25.3后某些版本会出现内存泄漏导致程序崩溃的问题 + 为TEjunDataGrid的Columns对象添加了CellItems属性,该属性是TStrings类型,当该列的单元格 是cellComboBox类型时,下拉列表
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:6187443
    • 提供者:赵垚鑫
  1. readbinarydata

    0下载:
  2. 这个是一个读二进制文件的源码,输出直接是十进制数据,是row1行,col列的文件
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:王五六
  1. hitUFOgame

    0下载:
  2. 打飞碟小游戏,射击类,/*自己改游戏的速度*/ int speed /*飞碟移动速度*/ int col /*中心坐标*/ int score=0 /*得分*/
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1963
    • 提供者:王乐
  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7814
    • 提供者:fangfei
  1. 2

    0下载:
  2. 用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i]
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7016
    • 提供者:STartBoy
  1. colorhtml

    0下载:
  2. 这是一个用VB实现的变换颜色的小程序。-This is a VB transform the color of small programs.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:54272
    • 提供者:
  1. CColorListBox_demo

    0下载:
  2. 通过CComboBox控件在CListBox控件中添加彩色的字体,在CComboBox中设定不同的背景色和前景色。在CListBox中实现每行都有不同的颜色。-through CComboBox Control in CListBox controls add color and the size of the CComboBox set different background color and foreground color.
  3. 所属分类:组合框控件

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:吕杨
  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:敖斌
  1. col

    0下载:
  2. 一个什么都能做的语音处理软件,Manual segmentation of speech waveforms - creates label files which can be used to train speech recognition systems Waveform editing - cutting, copying or pasting speech segments Formant analysis - d
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:412672
    • 提供者:威威
  1. gain_random_color

    0下载:
  2. 这个程序可以实现显示屏幕上任意点的当前颜色的功能-this procedure can be achieved DSE arbitrary point on the current color of the function
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:225280
    • 提供者:阮齐
  1. TdataListCtrl

    0下载:
  2. 一个CListCtrl,col和row可以绑定不同数据类型,类型T-a CListCtrl, col and row can be bundled with different data types, type T
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:hhn
  1. sortrows

    0下载:
  2. function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:王志波
  1. can_mcb517

    0下载:
  2. it is a automotive application of CAN protocol one microcontroller. -it is a automotive application of CAN proto col one microcontroller.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:48128
    • 提供者:radiolocate
« 12 3 4 5 6 »

源码中国 www.ymcn.org