联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(9) 
按平台查找All WORD(9) 

[Windows编程] BNUTBDJNBOOFR

【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000/1000 分解出千位 c=x 1000/100 分解出百位 d=x 100/10 分解出十位 e=x 10 分解出个位 if (a!=0) printf( there are 5, ld ld ld ld ld\n ,e,d,c,b,a) else if (b!=0) printf( there are 4, ld ld ld ld\n ,e,d,c,b) else if (c!=0) printf( there are 3, ld ld ld\n ,e,d,c) else if (d!=0) printf( there are 2, ld ld\n ,e,d) else if (e!=0) printf( there are 1, ld\n ,e) getch() }
Topic: no more than five to one positive integer requirements: First, find it is several orders, two, reverse print out the digits. 1. Program analysis: the decomposition of each digit Society 2. Source Code: Code is as follows: #include stdio.h #include conio.h main () {     long a, b, c, d, e, x     scanf ( ld , & x)     a = x/10000 break out ten thousand* /     b = x 10000/1000 break out one thousand* /     c = x 1000/100 break out one hundred* /     d = x 100/10 break out ten* /     e = x 10 break out bits* /     if (! a = 0) printf ( there are 5, ld ld ld ld ld \ n , e, d, c, b, a)     else if (! b = 0) printf ( there are 4, ld ld ld ld \ n , e, d, c, b)         else if (! c = 0) printf ( there are 3, ld ld ld \ n , e, d, c)             else if (! d = 0) printf ( there are 2, ld ld \ n , e, d)  (2015-04-28, WORD, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/1430214065521882.html

[Windows编程] GPU-Calculation

在传统结构中,由于各级处理的运算单元数量是事先决定的,因此,在负载发生变化的情况下,固定的运算单元数目会成为阻碍系统整体处理能力提高的瓶颈。统一渲染结构的出现使得在以浮点运算为中心的通用处理中也可以使用GPU。采用这种结构后,GPU运算单元可在每次处理时读入指令和数据,使其通用性得到了提高。因而,可以说GPU提高了计算机的浮点运算指令的执行速度。
GPU Calculation (2014-08-06, WORD, 13KB, 下载3次)

http://www.pudn.com/Download/item/id/2599858.html

[Windows编程] gratingdesigntool

光栅的衍射效率计算,根据光栅的周期,中心波长来计算衍射效率,很方便的
Diffraction efficiency calculation according to the period of the grating, the center wavelength of the diffraction efficiency is calculated, it is convenient (2014-02-12, WORD, 20KB, 下载12次)

http://www.pudn.com/Download/item/id/2461122.html

[Windows编程] khda

现代微型计算机 接口教程 主编杨文显 杨晶鑫
Editor in chief of Modern Micro-Computer Interface Tutorial YANG Jing-Xian Yang (2009-12-15, WORD, 623KB, 下载3次)

http://www.pudn.com/Download/item/id/1005496.html

[Windows编程] wincc_technique

如何在WinCC中读取计算机系统时间?如何实现从WinCC运行画面跳转至WinCC控制中心?
How to read a computer system WinCC time? How to run the screen from the WinCC Control Center Jump to WinCC? (2009-07-14, WORD, 9KB, 下载4次)

http://www.pudn.com/Download/item/id/844324.html

[Windows编程] minpath

中心选址问题的解决办法,方便与中心选址问题课程设计相关的内容
Center location solutions to the problems, to facilitate comparison with the Center for the siting of curriculum design-related content (2008-01-05, WORD, 82KB, 下载30次)

http://www.pudn.com/Download/item/id/389010.html

[Windows编程] cm_zfzsbys

直放站监控系统是由监控中心和直放站监控设备组成,因此验收时应分别对监控中心和直放站监控设备作验收。原则上先对监控中心进行监控性能验收,以确保监控中心能够对所有厂家的所有类型的设备进行有效地监控;然后在此基础上对直放站监控设备进行验收;最后在监控系统运行一段时间后对监控系统自身的功能进行验收
Repeater Monitoring System is Repeater control center and control equipment, and So should acceptance of the respective control centers and repeater equipment for acceptance. First principle of monitoring center for monitoring performance and acceptance Monitoring to ensure that all right center to manufacturers of all types of equipment to carry out effective monitoring; then based on the Repeater control equipment for acceptance; Finally monitoring system in operation for a period of time right after its own monitoring system function Acceptance (2007-01-24, WORD, 186KB, 下载12次)

http://www.pudn.com/Download/item/id/245284.html

[Windows编程] C++ Course

清华大学计算机与信息管理中心 郑 莉 的c++精品课件
Tsinghua University Computer and Information Management Center Zheng Li c quality courseware (2005-12-03, WORD, 586KB, 下载31次)

http://www.pudn.com/Download/item/id/129809.html

[Windows编程] 小东东

用WORD VBA 编写的 小东西。娱乐用的。
Word VBA prepared with the small things. Entertainment use. (2005-03-17, WORD, 9KB, 下载56次)

http://www.pudn.com/Download/item/id/1111017032829786.html
总计:9