-
QXAPRK
是PDA如何打开BMP文件,如何显示在PDA屏目上,使用EVC4编译,在HP3210PDA上动行通过(PDA is how to open the BMP file, how to display on the PDA screen mesh, using EVC4 compilation, moving on HP3210PDA line through)
- 2017-04-12 02:50:16下载
- 积分:1
-
Calendar
万年历(0-9999)(每行打印2个月)。(Calendar (0 to 9999) (2 months each line of print).)
- 2013-03-06 11:48:25下载
- 积分:1
-
DeleteChar-MFC
简单的MFC编程
在文本中删除指定的中文或中文句子(MFC programming
Chinese or Chinese sentence in the text to delete the specified
)
- 2012-05-03 15:42:02下载
- 积分:1
-
ReadWrite
说明: 简单的文件读写源码
提供给入门者参考
(Read and write simple documents available to the entry-source reference)
- 2008-11-30 00:49:09下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
RevSubStr
长度为N(N很大)的字符串,求最长回文串(Length N (N large) strings, find the longest palindrome string)
- 2013-09-29 11:52:47下载
- 积分:1
-
vcHelper
开发助手可以自动的转化工程的大小写字母清洁DEBUG/RELEASE和CVS相信对大家会有很大的帮助 (Development Assistant automatically conversion works cleaning upper and lower case letters DEBUG/RELEASE and CVS believe that there will be of great help to everyone)
- 2008-05-25 12:37:47下载
- 积分:1
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
XZB
vb做的写字板小程序,对于初学VB的学生有一定用处。(WordPad applet vb do have some use for the beginner VB students.)
- 2012-11-26 15:59:44下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1