CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - C AMP

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. newcalculator4

    0下载:
  2. 利用C语言编写的计算器源程序,能实现加减乘除的运算,-The use of C language source code calculator, can achieve Math & computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:易水寒
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:8.88kb
    • 提供者:zmy
  1. application_ofmathematical_logic

    0下载:
  2. 输入一个一阶语言,开头和结尾必须是括号。例如,(@a(P(a)). 数理逻辑的应用:通过C语言进行一阶语言的判断约束符号只限P,Q,R 变员符号只限a,b,c 命题符号为:&,|,~,-(蕴含),=(等价) 量词符号:全称量词:@ 存在量词:# -Enter a first order language must start and end brackets. For example, (@ a (P (a)). The application of mathematica
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:
  1. Addison.Wesley.-.Exceptional.C..

    0下载:
  2. 计算机经典著作,深入计算机系统 *&……&-Computer classics, in-depth computer system * & ... ... &
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.25mb
    • 提供者:joryant
  1. Phonebook_sourcecode

    0下载:
  2. 电话本,可添加查询电话目录, c++&excell ,包括源码和可执行程序。-Phone book, telephone directory inquiries can be added, c++ & excell, including source code and executable programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:264.71kb
    • 提供者:许子忻
  1. c_item_pool(with_answers)

    0下载:
  2. 总共138页的C++题库,题型丰富且涵盖面广,里面除了参考答案还有各题的难易程度、认知程度、预计答题时间等内容。不仅适合考试也适合自我学习的考察。-A total of 138 of the C++ Q & A, Questions cover a wide range of rich, which in addition to reference the answer there is the difficulty of each question, cognitive level,
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:555.57kb
    • 提供者:阿来
  1. dianhuapuguanli-(2)

    0下载:
  2. 电话普管理 用C++开发的一款电话普管理系统,适合初学者使用-Phone & P management in C++ development of a general telephone management system, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:20.01kb
    • 提供者:郑奇峰
  1. dianhuapuguanli-3

    0下载:
  2. 电话普管理 用C++开发的一款电话普管理系统,适合初学者使用-Phone & P management in C++ development of a general telephone management system, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:304.78kb
    • 提供者:郑奇峰
  1. Algorithms-and-178-C-source-codes

    0下载:
  2. 178个C语言源码 & 算法大全,介绍了开发中经常用到的一些算法,相当实用-178 C language source code & algorithm Guinness, describes some frequently used algorithm development and very useful
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:177.89kb
    • 提供者:l
  1. CUDAInterOp

    0下载:
  2. CUDA的程序员,你知道,我们已经发表了一个定制的C + +与学习指南。如果你知道CUDA和计划使用C++ AMP的新项目或移植现有的项目,你可以遵循的指导如何学习C++ AMP。-For CUDA programmers, as you know, we have published a customized C++ AMP learning guide. If you know CUDA and are planning to use C++ AMP for new projects or
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8.45kb
    • 提供者:zhangfei
  1. amp

    0下载:
  2. C++ AMP加速示例,用来给程序加速,代码很少,但是有示范效应-C++ AMP
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:11.75mb
    • 提供者:小罗
  1. bintree

    0下载:
  2. 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:115kb
    • 提供者:WilliamHGB
  1. BJ8M601A应用C范例

    0下载:
  2. 博巨兴MCU,BJ8M601A-应用范例(C&ASM)V1.7(BJ8M601A- application example of BJX)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2.51mb
    • 提供者:HZZ
  1. C语言_K&R

    0下载:
  2. C Programmin Language K & R 2nd edition
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1.17mb
    • 提供者:Lingee
  1. c++算法与实践

    0下载:
  2. C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10.76mb
    • 提供者:一一飞
  1. 04C語言深度解剖-4

    0下载:
  2. Of course, the accumulation of so many experiences and experiences in C language is not my own. Borrow a quote: I only But it is standing on the shoulders of giants. When I was doing training for students, I had more books to reference: Kernighan &a
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:269kb
    • 提供者:cccdustin
  1. 电商系统

    1下载:
  2. 门户是一个单独的程序,程序要求至少支持以下功能: 一、登陆界面通过选择(管理员/用户)和帐号密码验证登陆到不同界面 1、通过登陆界面点击注册进入注册页面 1) 注册&登录:支持新用户注册平台账号,已注册用户用平台账号登录平台。(要求已注册用户的信息长久保留。) 1)注册时用户名和密码至少6位,至多不超过18位(密码二次验证) 2)登陆平台浏览平台产品信息 1)可以模糊搜索和精确搜索产品 2)可以分类查看产品 3)优惠活动:支持对同一品类下所有产品打折的活动;支持单笔
  3. 所属分类:其他

    • 发布日期:2020-09-30
    • 文件大小:10.02mb
    • 提供者:LileiHMM
  1. 灵巧噪声干扰的建模仿真研究

    16下载:
  2. 各种灵巧噪声干扰(卷积,假目标,C&I等)仿真及论文; 以及抗干扰的一些算法程序(Various smart noise jamming (convolution, false target, C&I, etc.) simulation and papers; And some anti-jamming arithmetic programs)
  3. 所属分类:其他

    • 发布日期:2020-12-16
    • 文件大小:15.52mb
    • 提供者:HyacinthSir
« 12 »
搜珍网 www.dssz.com