Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC I
Search - VC I - List
数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用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 with a small amount of the Notes may be interested in the study. I try to make full use of a guideline
Date : 2026-01-09 Size : 1.52mb User : zbjg

这是在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 written.
Date : 2026-01-09 Size : 11kb User : 陶自权

8数码问题,我本科毕业设计,vc6.0制作,可动态演示!-eight digital, I graduated design, vc6.0 production, dynamic demo!
Date : 2026-01-09 Size : 27kb User : 赵刚

我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是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
Date : 2026-01-09 Size : 2.95mb User : 杨宏

经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
Date : 2026-01-09 Size : 3.54mb User : wxinyuan

数据结构算法vc++6.0程序集教材之总览,是一些你编完以后的结果,各部分算法在前面part1-part7部分给出,含线性表,数组,队列,堆栈,广义表,递归,图,排序,以及严蔚明数据结构教材中的各种算法实现了,好东西啊,强烈推荐,我找了很久才得到的,给予奉献了 vc实现少有的特别好的程序集特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set overview of some of your writing after the results part of the algorithm in front part1- part7 part is, with linear scale arrays, queue, stack, generalized form Recursive, graphics, sorting, and Yan Wei Ming data structure of various materials algorithm achieved, and the good stuff ah, strongly recommended I found a long time before they can get. vc dedication to the realization of the special few good episodes procedures for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Date : 2026-01-09 Size : 5.12mb User : 魏洪平

我自己做的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 source code (a patch and an additional vc project directory), use the compression pack. Based on the 2007 version .1.19 checkout. After the revised version of the operating speed vc MinGW gcc compiler and the maximum operating speed very basic (/-2%) . It can only use intel compiler, vc built-in compiler efficiency too low. I point to the increase in technical breakdown! ! ! !
Date : 2026-01-09 Size : 14kb User : qgfhit

关于蚁群优化算法程序,VC++实现 不知是否可以-Procedures on the ant colony optimization algorithm, VC++ Realize I do not know if can be
Date : 2026-01-09 Size : 84kb User : tian

kriging算法,此算法可以应用于三维的数据插值处理,不过我没看懂,-kriging algorithm, this algorithm can be applied to deal with three-dimensional data interpolation, but I did not understand,
Date : 2026-01-09 Size : 742kb User : maniu

我自己写的vc数据结构的作业,包括单链表、双向链表、排序、队列、栈等数据结构-I wrote it myself vc data structure operations, including single-chain, two-way linked lists, sorting, queues, stacks, such as data structure
Date : 2026-01-09 Size : 20kb User : denglijun

停车场模拟,使用VC++6.0 编写,希望对大家有益。-Car park simulation, the use of VC++ 6.0 to prepare, I hope useful for all of us.
Date : 2026-01-09 Size : 196kb User : zhouzhou

数据结构经典,里面含有很多算法的源码,能够直接在vc中编译,希望对你们有帮助-Classic data structure, which contains the source code of many algorithms can be compiled directly in the vc, I hope you will help
Date : 2026-01-09 Size : 423kb User : jenson

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 released into the public domain by its autho
Date : 2026-01-09 Size : 2kb User : 吴章全

使用嵌套循环变量i,j冒泡循环捉个查找,找到,就打出来-A simple vc program, in the hope that we can download exchange
Date : 2026-01-09 Size : 1kb User : 刘流

这是我学VC时自己设计的迷宫代码,希望对大家有所帮助!-This is when I learn VC maze of their own design code, we want to help!
Date : 2026-01-09 Size : 69kb User : 吴贤明

基于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.
Date : 2026-01-09 Size : 493kb User : Anjiss

迪杰斯特拉 算法 求最短路径,我用VC 做的,很不错。供大家阅读。-Dijkstra shortest path algorithm, I use VC to do, very good. For all to read.
Date : 2026-01-09 Size : 568kb User : 尚启昌

这是一个简单的最短路径法的算法,应用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.
Date : 2026-01-09 Size : 185kb User : 建勋

学数据结构时最简单的两个应用的实现。一个是停车场,含有工程文件在内的所有文件。一个是通讯录,只有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 with a command window. Please compile them with VC. I m not sure whether there are other head file is needed or not, so vc better.
Date : 2026-01-09 Size : 869kb User : liyong

分值算法的VC++ 环境下实现,能运行,希望下载后能对你有帮助-Score algorithm VC++ of environment, be able to run, I hope can help you download
Date : 2026-01-09 Size : 700kb User : 郝乾
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.