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

搜索资源列表

  1. traceroute.c.tar

    0下载:
  2. 在linux下实现traceroute的源代码,能够跟踪路由并打印路由。-Under linux traceroute source code, to be able to track the route and print route.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:4259
    • 提供者:chensijiao
  1. cprint

    0下载:
  2. 用C#打印的详解,里面包括了一系列的讲解和代码表示,适合初学者学习-C# Print Detailed, which includes a series of lectures and code, for beginners to learn
  3. 所属分类:Printing program

    • 发布日期:2017-11-05
    • 文件大小:143588
    • 提供者:吴郡怡
  1. C-language-and-a-classic-code

    0下载:
  2. 该资源有28个经典的C语言代码,包括两数交换、考试成绩转换成等级分、判读闰年、求平均、求最大值、求最小值、统计个数、最大公约数、求 n 的阶乘、打印九九乘法表、求 100 以内的素数、求水仙花数、用函数求 x 的 n 次幂-28 classic C language code of the resource, including the exchange of two numbers, test scores convert level interpretation of the leap ye
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:4885
    • 提供者:张达
  1. c-source-code

    0下载:
  2. 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。-Print out the the " Narcissus number" , the so-called " Narcissus number" refers to a three-digit of its Members figures cubic equal to the number itself.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:2645
    • 提供者:伊娃
  1. c-source-code

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:2813
    • 提供者:伊娃
  1. c-erchashubianli

    1下载:
  2. 建立一棵二叉树,并对其进行遍历(先序、中序、后序),打印输出遍历结果。-Create a binary tree, and traverse the results of its traversal (preorder, inorder, postorder), print output.
  3. 所属分类:source in ebook

    • 发布日期:2015-01-26
    • 文件大小:6144
    • 提供者:郁结
  1. C

    0下载:
  2. 物料管理系统,创建,添加,查询,更新。保存,读取,统计,打印物料信息,控制台程序-Materials management system, to create, add, query, update. Save, read, Statistics, print materials, console program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:1133918
    • 提供者:董凯
  1. PrintFormData

    0下载:
  2. C#打印文档,完整的源代码,可以正常运行-C# print the document, complete source code, you can run normally
  3. 所属分类:C#编程

    • 发布日期:2017-11-22
    • 文件大小:52224
    • 提供者:罗海涛
  1. C

    0下载:
  2. 打印最高分和学号,编程打印某班一门课成绩的最高分及其学号-pint the highest score and number
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:10417
    • 提供者:陈文清
  1. c

    1下载:
  2. 实现的功能是:从键盘输入一个班(全班最多不超过30人)学生某门课的成绩,当输入成绩为负值时,输入结束,分别统计下列内容: a)统计不及格人数并打印不及格学生名单; b)统计成绩在全班平均分及平均分之上的学生人数并打印其学生名单; c)统计各分数段的学生人数及所占的百分比 -failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-10-30
    • 文件大小:773
    • 提供者:卡卡
  1. printformdata

    0下载:
  2. visual C#打印预览演示Demo,编译源代码生成EXE后,直接运行Bin目录中的EXE,在窗体的输入框中填写对应的数据,点击打印按钮,直接进入打印预览状态,再次确认打印后就可交窗体上的所有文字内容打印出来,以往都是指定打印正文区,但现在是打印窗体中的文字,二者稍微有些区别。-can visual C# print preview demo Demo, compile the source code generated EXE, run directly in the EXE Bin dir
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:804477
    • 提供者:金玮霞
  1. barcodeprint

    0下载:
  2. C#打印条形码,部分代码释义:   将一幅位图从一个设备场景复制到另一个   目标设备场景    /// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑X坐标表示    /// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑Y坐标表示    /// 欲传输图象的宽度    /// 欲传输图象的高度    /// 源设备场景,如光栅运算未指定源,则应设为0    /// 对源DC中源矩形左上角位置进行描述的那个点用
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:51614
    • 提供者:zpudn85
  1. PrintFormData

    0下载:
  2. visual C#打印预览演示Demo,编译源代码生成EXE后,直接运行Bin目录中的EXE,在窗体的输入框中填写对应的数据,点击打印按钮,直接进入打印预览状态,再次确认打印后就可交窗体上的所有文字内容打印出来,以往都是指定打印正文区,但现在是打印窗体中的文字,二者稍微有些区别-visual C# print preview demo Demo, EXE after compiling the source code generation, run directly in the Bin dir
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:804447
    • 提供者:zpudn12
  1. c-

    0下载:
  2. 有10个学生,每个学生的数据包括学号、姓名、3门课的成绩,从键盘输入10个学生的数据,要求打印出3门课的总平均成绩,以及最高分的学生的数据(包括学号、姓名、3门课成绩)-There are 10 students, each student' s data, including student number, name, 3-course results, 10 students from the keyboard input data, print out the three cours
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:721
    • 提供者:元业
  1. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:471407
    • 提供者:
  1. C

    0下载:
  2. 编写完整程序从键盘读取字符,如果是十进制的‘0’~‘9’则在屏幕上输出该数的8位二进制码,并将数字依次存放到BUF开头的数组中,如果读入的字符是’Q’或者‘q’,则程序退出,其他情况在屏幕上打印“You must input 0~9, or ‘q’ or ‘Q’”。(如输入的字符是‘9’,则输出“00001001”)-Write a complete program reads characters from the keyboard, if it is a decimal ' 0 
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:890
    • 提供者:cornfieldfox
  1. VisualPCPPdayin

    0下载:
  2. 《Visual+C++打印编程技术与工程实践》,源代码还有使用图书,方便使用,不过代码只有第四--第九章-" Visual+C++ print programming technology and engineering practice" , the source code as well as the use of books, easy to use, but the code is only the fourth- Chapter IX
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7235120
    • 提供者:薛恒
  1. Fnthex32

    1下载:
  2. c#打印斑马调用ZPL打印条码。可以打印中文-ZPL language Chinese manual _ZHCN.pdf
  3. 所属分类:Printing program

    • 发布日期:2017-03-28
    • 文件大小:13734
    • 提供者:dgm29135095
  1. C-99

    0下载:
  2. C语言打印九九乘法表,循环嵌套,循环结构实现-C language print multiplication table, nested loop, the loop structure to achieve
  3. 所属分类:Printing program

    • 发布日期:2017-04-14
    • 文件大小:2585
    • 提供者:董鹏
  1. C-example003

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示 .-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5645
    • 提供者:胡朋葛友
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com