资源列表
fanxushu
- //2.编程序,从键盘输入正整数n,求出n与其反序数之和并输出。例如,输入2038,输出应为 2038+8302=10340。-//2. A program, a positive integer from the keyboard input n, calculate the number of n and its reverse order and output. For example, input 2038, output should be 2038+8302 = 10340.
qishixunyou
- 2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值) 并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 -2. A program
tongxunlu
- 通讯录系统的设计与实现,可以实现添加删除查询修改等功能,很全,而且易懂,不错的哦-Address book system design and implementation of query modification can add and delete functions, it is full, and easy to understand, oh well
e.mail.notification.remind.mfc.code
- mfc编程邮件通知提醒设计代码e-mail notification program designed to remind the mfc code -e-mail notification program designed to remind the mfc code
MFC.custom.advanced.programming.browser
- MFC高级编程浏览器定制开发代码MFC custom development of advanced programming code browser -MFC custom development of advanced programming code browser
C
- C语言 课后习题答案,包括编辑的C语言程序-C-after-school exercise answers, including editing the C language program
CP140
- C语言题目 书中140页第二题第四题第六题第七题第八题的答案源程序-C language subject in the book 140 title VI of the second title VII of the fourth title VIII of the answer source questions
C-program
- C语言课本第二章第三章部分习题解答源代码-C language textbook Chapter Chapter Part Answers to the source code
GET_MAC_ADDRESS
- 获取当前电脑的MAC地址,可用于程序与机器绑定-GET MAC ADDRESS
dynamiclink
- 动态链接的编程,具有动态链接库DLL(Dynamic Linkable Library)的概念,你可以简单的把DLL看成一种仓库,它提供给你一些可以直接拿来用的变量、函数或类。在仓库的发展史上经历了“无库-静态链接库-动态链接库”的时代-Programming dynamic link
