虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

9.<b>2</b>1

  • 网络营销学课件

    网络营销学课件,共包含9章,第1章 网络营销的理论基础 第2章 网络营销常用工具和方法 第3章 网络营销导向的企业网站研究 第4章 搜索引擎营销基础 第5章 许可Email营销基础 第6章 WEB2.0与网络营销 第7章 网络广告基础 第8章 网络营销实践应用 第9章 网络营销管理

    标签: 网络营销

    上传时间: 2014-01-09

    上传用户:h886166

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang

  • wsCaller 1.1 2008 Li Huai Jun Blog: http://blog.csdn.net/lihuaijun Email: lihuaijun@gmail.com 说明

    wsCaller 1.1 2008 Li Huai Jun Blog: http://blog.csdn.net/lihuaijun Email: lihuaijun@gmail.com 说明: 1. 本软件是在王咏刚的wsCaller 1.0的基础上修改完成的 2. wsCaller1.1.jar是用java5.0编译的,未在java1.4平台测试 3. 编译源码需要axis1.4包,可以在http://ws.apache.org/axis/下载

    标签: lihuaijun wsCaller Email gmail

    上传时间: 2017-02-20

    上传用户:风之骄子

  • 这是(2

    这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。

    标签:

    上传时间: 2014-01-05

    上传用户:水中浮云

  • 一个跑马灯的程序

    一个跑马灯的程序,按1键顺序显示0-9,间隔为1,按2键顺序显示0-8,间隔为2。设置中断使时间间隔为1秒

    标签: 跑马灯 程序

    上传时间: 2014-01-02

    上传用户:dbs012280

  • 共有四个例子

    共有四个例子, (1)第一个数码管显示0-9 (2)8个数码管轮流显示0-9 (3)8个数码管同时显示0-9 (4)从小到大计数

    标签:

    上传时间: 2014-01-24

    上传用户:Amygdala

  • 手机网络纸牌游戏

    手机网络纸牌游戏,用户名:mr 密码:mrsoft。牌的大小按下列顺序排列:A、K、Q、J、10、9、8、7、6、5、4、3、2。 1.出牌 (1)每轮只允许出一张牌。 (2)第一局游戏由得到梅花2的一方首先出牌,并且必须出梅花2。 (3)必须先出与首家相同花色的牌,无相同花色时方可用其它花色代替。 (4)最大方得到该轮的所有分牌,并获得本轮先出牌的资格。 2.分值计算 红桃:红桃为分牌。

    标签: 手机网络

    上传时间: 2014-01-19

    上传用户:笨小孩

  • 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,

    迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */

    标签: Starting point means maze

    上传时间: 2013-12-27

    上传用户:Divine

  • (2

    (2,1,3)卷积码编译码程序。 每行代码有说明,方便阅读

    标签:

    上传时间: 2017-07-02

    上传用户:jennyzai

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    标签: Implementation calculates algorithm Edmonds

    上传时间: 2014-01-04

    上传用户:kiklkook