登录
首页 » Visual C++ » gvfsnakeMATLAB

gvfsnakeMATLAB

于 2020-08-17 发布 文件大小:1540KB
0 132
下载积分: 1 下载次数: 12

代码说明:

  中医学是我国传统文化的瑰宝。舌诊是中医临床进行辨证论治过程中的一‘个 重要程序,其临床应用价值及理论意义得到古今医学家及不少国外医学家的充分 肯定。临床上对于各种疾病,往往结合辨舌来决定诊断和治疗,是中医诊治疾病 的特色之一,为历代医家所重视。(In traditional Chinese mescal diagnosis,tongue diagnosis is important parts)

文件列表:

gvf snake MATLAB
................\examples

................\........\balloon_ex.asv,2415,2010-05-13
................\........\balloon_ex.m,2347,2010-05-13
................\........\distance_ex.m,2109,2010-05-12
................\........\gvf_ex.asv,4964,2010-05-18
................\........\gvf_ex.m,5025,2010-05-18
................\........\tradition_ex.m,2160,1999-09-28
................\........\WS_FTP.LOG,646,1999-09-28
................\images


................\......\abc.pgm,509,2010-05-18
................\......\room.pgm,4109,1999-09-28
................\......\U64.pgm,4109,1999-09-28
................\......\WS_FTP.LOG,298,1999-09-28
................\papers
................\......\cvpr97.log,367,2010-05-18
................\......\cvpr97.pdf,241658,2010-05-18
................\......\cvpr97.ps,2073541,1999-09-28
................\......\tip.ps,4148055,1999-09-28
................\......\WS_FTP.LOG,298,1999-09-28
................\snake
................\.....\BoundMirrorEnsure.m,916,1999-12-13
................\.....\BoundMirrorExpand.m,699,1999-09-28
................\.....\BoundMirrorShrink.m,488,1999-09-28
................\.....\Contents.m,1096,1999-09-28
................\.....\dt.m,608,1999-09-28
................\.....\gaussianBlur.asv,530,2010-05-12
................\.....\gaussianBlur.m,530,2010-05-12
................\.....\gaussianMask.asv,382,2008-04-23
................\.....\gaussianMask.m,382,2010-05-12
................\.....\GVF.asv,1645,2010-05-18
................\.....\GVF.m,1637,2010-05-18
................\.....\imdisp.m,272,2008-04-23
................\.....\rawread.asv,3292,2010-05-18
................\.....\rawread.m,3293,2010-05-18
................\.....\rawwrite.m,1526,1999-09-28
................\.....\room.pgm,4109,1999-09-28
................\.....\snakedeform.m,1501,1999-09-28
................\.....\snakedeform2.asv,2001,2008-04-27
................\.....\snakedeform2.m,2001,2010-05-12
................\.....\snakedisp.asv,554,2008-04-27
................\.....\snakedisp.m,554,2008-04-27
................\.....\snakeindex.asv,530,2008-04-23
................\.....\snakeindex.m,530,2008-04-23
................\.....\snakeinit.m,894,1999-09-28
................\.....\snakeinterp.asv,2436,2010-05-12
................\.....\snakeinterp.m,2436,2010-05-12
................\.....\snakeinterp1.m,1310,1999-09-28



................\.....\xconv2.asv,971,2008-04-22
................\.....\xconv2.m,1043,2010-05-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCPP-chess
    这是一个vc++的中国象棋的程序设计,较为方便(This is a vc++ programming Chinese chess, more convenient)
    2015-05-28 10:14:40下载
    积分:1
  • wuziqi
    c语言版五子棋,与pc版一样,拥有良好的界面(c yuyait can run on the pc)
    2016-12-28 14:26:29下载
    积分:1
  • chess
    局域网内的五子棋游戏,WIN32编程,可以很好的学习windows消息机制(Backgammon games, WIN32 programming LAN can be a good learning windows message mechanism)
    2015-06-24 15:52:06下载
    积分:1
  • N-Queen
    : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)(: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other " attack" phenomenon does not appear in the Queen' s, that can not have two queens in the same row , the same column or on the diagonal. Asked a total of a number of different ways. The following diagram 4 Queen, for example, indicating that a correct solution (N is a number greater than or equal to 2 and less than or equal to an integer of 100))
    2012-08-31 17:31:00下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • C-language-games--gobang-code
    C语言游戏——五子棋,文中详细描述了五子棋游戏的设计规则,如何操作,而且有注释,可以简单明了的看懂操作(C language games- backgammon, backgammon paper describes in detail the design rules of the game, how to operate, and there are notes, you can understand straightforward operation)
    2013-08-15 09:23:21下载
    积分:1
  • Russia1.2
    俄罗斯方块,加了图片! 一样的俄罗斯方块, 不一样的感觉(Russian box, add the pictures! Like the Russian box, and not the same feeling)
    2007-03-07 16:57:08下载
    积分:1
  • go_chess
    这是C++编写的围棋打谱程序,读取SGF棋谱文件格式,欢迎围棋爱好人士使用。(This is the C++ Prepared to fight Go spectrum procedures, read chess SGF file formats are welcome to Go-loving users.)
    2008-01-20 21:56:11下载
    积分:1
  • MyFirstMFC
    围棋游戏源码,实现了落子、提子功能。 如果有编译错误,请去掉报错行的空格(“GoChess” Game Source code)
    2012-08-20 11:26:17下载
    积分:1
  • five
    五子棋的小程序,考虑了先手双三禁手的情况可以人和电脑,人和人,步数有统计,开始可以选择白旗或者黑棋(Gobang a small program, taking into account firstly the three pairs of hands can be cut and the computer, and the people, a few steps there are statistics, can choose to start a white flag or Black)
    2010-02-02 11:23:10下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载