CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Array vc

搜索资源列表

  1. fopenwenjian

    0下载:
  2. vc实现的文件转换器,有很好的参考价值,可转换exedoc等文件为十六进制数组文件。-vc file converter to achieve, have a good reference value, and other documents can be converted exedoc array for the hex file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-17
    • 文件大小:4142540
    • 提供者:lucy
  1. CDataStruct

    0下载:
  2. 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16452
    • 提供者:tesaff
  1. testCircle

    0下载:
  2. 一个关于简单的有向图回路的 vc工程,本算法需要用到的数据结构:两个边堆栈;一个顶点堆栈;一个终结数组-A simple directed graph on the vc project circuit, the algorithm requires data structures: two sides stack a vertex stack one end of the array
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:29867
    • 提供者:zhanlijuan
  1. count

    0下载:
  2. 使用VC创建Matlab数组、删除数组,进行二次编程-Matlab using the VC to create an array, delete array, a second program
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1957366
    • 提供者:张小辉
  1. gen_rand

    0下载:
  2. 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。   之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:759
    • 提供者:LonlyGod
  1. Mapx-XYBOUND

    0下载:
  2. mapx VC 的数组绑定实例,写的非常详细!是初学者的学习资料。-MapX VC array bound examples, write a very detailed! Is for beginners learning materials.
  3. 所属分类:GIS program

    • 发布日期:2017-04-02
    • 文件大小:1407
    • 提供者:赵帅
  1. suzhuzhizhen120421

    0下载:
  2. 练习使用VC++关于数组指针的内容,并且利用相关的内容,编写数组指针-Practice to use VC++ on an array of pointers, and use relevant content, and write array pointer
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1118019
    • 提供者:wang
  1. 1w

    0下载:
  2. 用c写的,m个人的成绩存放在score数组中,请编写函数fun,它的功能是:将低于平均分的人数作为函数值返回,将低于平均分的分数放在below所指定的数组中。用vc++6.0运行 -Written with c, m, personal results stored in the score array, write the function fun, its functions are: to be lower than the average number is returned as th
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6433
    • 提供者:晨海旭日
  1. bianjiegenzong

    0下载:
  2. 边界跟踪算法的VC++ 程序,挺好,用数组实现的。-The boundary tracking algorithm is vc++, quite good, with the realization of an array.
  3. 所属分类:.net

    • 发布日期:2017-11-29
    • 文件大小:1876
    • 提供者:bullet
  1. yongVCPPbianxiejisuanqi

    0下载:
  2. 用vc++写了一个计算器小程序,用bool变量来区分整数和小数,还有在连续运算的时候,是用数组实现。-With vc++ to write a calculator applet bool variable to distinguish between the integer and fractional continuous operation is implemented in an array.
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:6257
    • 提供者:张盈
  1. GameFrame

    0下载:
  2. 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记   MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
  3. 所属分类:Other Games

    • 发布日期:2017-11-18
    • 文件大小:60684
    • 提供者:
  1. zuoye11

    2下载:
  2. 1.编写递归函数计算Fibonacci数列,能避免重复计算 输入:input.txt,仅包含一个整数n(0-90) 输出:程序应能检查输入合法性,若有错误,输出错误提示“WRONG”;否则输出F(n)。两种情况都输出一个回车(形成一个空行)。所有实例均应在30秒内输出结果。 提示:可用一数组保存Fibonacci数列,用一个特殊值表示还未计算出Fibonacci数,递归调用前先检查数组,若已计算,直接取用,不进行递归调用;若未计算,调用递归函数,计算完成后保存入数组。实际上,这
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:690
    • 提供者:张蕊
  1. permutation

    0下载:
  2. 清华大学研究生课程组合数学大作业参考 通过vc运行即可 组合数学中4种全排列生成算法程序 分别是递归法 字典序法、递增进位制法、递减进位制法、临位对换法-The Tsinghua graduate courses combinatorial mathematics job reference Run compiled by vc Combinatorial Mathematics 4 full array generation algorithm program Na
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:802444
    • 提供者:Jack
  1. 控制台动态图形演示二维数组遍历

    0下载:
  2. 控制台动态图形演示二维数组遍历 编译环境:vc++ 6.0 (需要easyX图形库) -Console dynamic graphical presentation dimensional array traversal compilation environment: vc++ 6.0 (need easyX graphics library)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-11-01
    • 文件大小:431650
    • 提供者:caoxiansheng
  1. COpenFile

    0下载:
  2. 一个可以将text文件,翻译成为二进制的数组,是个足彩软件的配套软件,改软件可以将足彩500万上面的竞猜的14场的text格式的资料,转化为AYDATA【20000】【14】的数组,便于VC程序员对足彩的资料分析-this is a football software ,it can translate text file to double array.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:1732436
    • 提供者:陈静秋
  1. feibonaqieshuzuqiufa

    0下载:
  2. 菲波那切数列数组求法的VC++2008编程,小作业小程序,望有用-Of Fibonacci that cut the number of column array method VC++ 2008 programming, small operating procedures, hope useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:457986
    • 提供者:lxp
  1. 300vc

    0下载:
  2. 对于vc++运算符,函数,引用,指针,数组进程,线程,内存,附300道源程序,值得学习。-For vc++ operators, functions, reference, pointer, an array of processes, threads, memory, 300 attached to the source, it is worth learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:333074
    • 提供者:li
  1. Image-processing

    0下载:
  2. 基于VC++图像处理入门 三元色RGB 图像的矩阵格式 二维数组和图像的关系-VC++ based two-dimensional array of image processing entry ternary color RGB image matrix format and image relationships
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-10
    • 文件大小:705251
    • 提供者:姚樊
  1. 1-1

    0下载:
  2. 利用VC++来实现一维数组的倒置,这是数据结构中一个很简单的例子。-VC to achieve a one-dimensional array of inverted, this is a very simple example of the data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:123948
    • 提供者:徐紫瑞
  1. DouArraydic

    0下载:
  2. 将EXCEL表中存储的中文词条导入双数组词典。并提供查找功能验证正确性。vc#-The EXCEL table stored in the Chinese entry into the double array dictionary.And to provide search function verify the correctness.Vc#
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1661
    • 提供者:chenpeng
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com