CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - VC i

搜索资源列表

  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51.08kb
    • 提供者:杨宏
  1. VCsort

    0下载:
  2. 经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:142.2kb
    • 提供者:wxinyuan
  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.41kb
    • 提供者:qgfhit
  1. homework

    0下载:
  2. 数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用C语言编写,在VC中调试成功,并带有少量的注释,有兴趣的可以研究一下。我在里面尽量使用了指针-data structure is the basis for programming, which in this case is I wrote the eight basic data structure of the method, using C language, in VC debugging success, and wi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:111.76kb
    • 提供者:zbjg
  1. avl_tree

    0下载:
  2. 1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括\"商品编码\"、\"商品名称\",且以\"商品编码\"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为\"生成的商品\"加上商品编码 5.程序中的随
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16.7kb
    • 提供者:avltree
  1. EIGHT—QUEEN

    0下载:
  2. 这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used to test new C compiler writte
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.7kb
    • 提供者:陶自权
  1. hitag2

    4下载:
  2. Hitag2算法的C语言程序。验证通过。可运行于VC-// Software optimized 48-bit Philips/NXP Mifare Hitag2 PCF7936/46/47/52 stream cipher algorithm by I.C. Wiener 2006-2007. // For educational purposes only. // No warranties or guarantees of any kind. // This code is r
  3. 所属分类:Data structs

    • 发布日期:2016-07-09
    • 文件大小:2kb
    • 提供者:吴章全
  1. vc_data_structure_work

    1下载:
  2. 我自己写的vc数据结构的作业,包括单链表、双向链表、排序、队列、栈等数据结构-I wrote it myself vc data structure operations, including single-chain, two-way linked lists, sorting, queues, stacks, such as data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:20.64kb
    • 提供者:denglijun
  1. tingchechang

    0下载:
  2. 停车场模拟,使用VC++6.0 编写,希望对大家有益。-Car park simulation, the use of VC++ 6.0 to prepare, I hope useful for all of us.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:7.25kb
    • 提供者:zhouzhou
  1. datastructclassic

    0下载:
  2. 数据结构经典,里面含有很多算法的源码,能够直接在vc中编译,希望对你们有帮助-Classic data structure, which contains the source code of many algorithms can be compiled directly in the vc, I hope you will help
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:423.01kb
    • 提供者:jenson
  1. quzifu

    0下载:
  2. 使用嵌套循环变量i,j冒泡循环捉个查找,找到,就打出来-A simple vc program, in the hope that we can download exchange
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.23kb
    • 提供者:刘流
  1. migong

    0下载:
  2. 这是我学VC时自己设计的迷宫代码,希望对大家有所帮助!-This is when I learn VC maze of their own design code, we want to help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:68.98kb
    • 提供者:吴贤明
  1. binaryTree

    0下载:
  2. 基于VC++语言,通过双向链表法创建二叉树。此PPT将分享我如何将二叉树形象的比喻成为双项链。-Based on VC++ language, create a binary tree by two-way linked list method. I will share this PPT binary image of how the metaphor of a double necklace.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:492.77kb
    • 提供者:Anjiss
  1. DIJKSTRA

    0下载:
  2. 迪杰斯特拉 算法 求最短路径,我用VC 做的,很不错。供大家阅读。-Dijkstra shortest path algorithm, I use VC to do, very good. For all to read.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:567.74kb
    • 提供者:尚启昌
  1. zdljf

    0下载:
  2. 这是一个简单的最短路径法的算法,应用vc++编写而成,希望同大家分享,谢谢。-This is a simple algorithm for the shortest path method, the application is written in vc, I hope to share with you, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:184.75kb
    • 提供者:建勋
  1. parking

    0下载:
  2. 学数据结构时最简单的两个应用的实现。一个是停车场,含有工程文件在内的所有文件。一个是通讯录,只有cpp文件。请在vc下运行,其他环境可能需要其他头文件。-Two simple applications using the knowaledge of <data structure and algorithm>. One is a parking app, with all files included. Another is a phone book . Both run wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:869.26kb
    • 提供者:liyong
  1. Greedy-algorithm

    0下载:
  2. 分值算法的VC++ 环境下实现,能运行,希望下载后能对你有帮助-Score algorithm VC++ of environment, be able to run, I hope can help you download
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:700.11kb
    • 提供者:郝乾
  1. haffuman-coding

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要实现哈弗编码和解码,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main achievement of Harvard encoding and decoding, as I write t
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.35mb
    • 提供者:王启
搜珍网 www.dssz.com