登录
首页 » Visual C++ » 3191753

3191753

于 2017-05-21 发布 文件大小:36KB
0 235
下载积分: 1 下载次数: 1

代码说明:

  A base-64 MIME format encoderdecoder with C source code(A base- 64 MIME format encoderdecoder with C source code)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Submonitor
    Using mirror driver as filter driver in capture desktop screen operation allow system run faster than using device context memory.
    2020-06-26 14:20:01下载
    积分:1
  • 4734264C_chengxuyuan
    c程序员书籍,讲解了c语言要注意的很多细节,在此推荐(c language programming books, with detail of programming )
    2011-07-09 16:46:42下载
    积分:1
  • youxi
    人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。(Human-computer game, and take matches. The last one loses. Check at least one of each, with up to 4 check. If the person is who will get lost. If the machine to check, then wait for others to machine error. Otherwise, people win.)
    2009-04-10 15:50:28下载
    积分:1
  • sz
    说明:  5、 打印如下方阵(任选一题)。 (1) 螺旋方阵: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7(it is a C++ file)
    2011-04-15 21:32:44下载
    积分:1
  • daoyouzixun
    根据课程设计任务书要求,为校园管理部门设计一个简单的导游咨询程序, 实现如下功能: (1) 设计校园平面图,所含景点不少于10个,以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。 (2) 为来访客人提供图中任意景点相关信息的查询。 (3) 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的路径(列出所有),并向访客推荐一条最短路径。(Curriculum design task requirements for campus management department to design a simple guide consultation process to achieve the following functions: (1) The design of the campus plan, contained in the attractions of not less than 10, said the campus attractions to vertices in the graph store Attraction name, code, brief information, edges in the graph represents a road between the attractions storage path length information. (2) information query any attractions for visiting guests. (3) provide for the visiting guests to ask the way of any attractions query, that query path between any two attractions (list all) to visitors recommend a shortest path.)
    2013-03-23 15:21:40下载
    积分:1
  • PL0-The-compiler
    一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+ 和 - (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 选做内容 (1)增加运算:++ 和 。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类型 (A, the experiment content and complete The basic content Operation: (1) expand the assignment+ and (2) REPEAT expansion statements < > statement sequence Conditions of DOWHILE < > Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence Choose to do content (1) operation:++ and . (2) types: (1) character types (2) real types. (3) the expansion of function: (1) has a return value and return statement (2) a parameter function. (4) increase a one-dimensional array type)
    2020-07-16 22:38:54下载
    积分:1
  • GPSGSM
    说明:  G P S和G S M 双定位终端的软硬件设计与实现 :随着移动定位技术的发展, 单纯的签子G P S 的定位终端或者荃于移动网络的定位终端都将无法浦足用户的俩求。前者的G P S定 位信号受地形及建筑物的影晌,会存在定位盲区 后者定位精度和定位能力受到移动网 络的限制。该文提出一种集成了G P S定位和G S M 网络定位技术的定位终端,阐述了它的软硬件的设计和实现。实验结果表明,该定位终端结合了G P S和G S M网络两种定位方式的优点,(D e s i g n a n d I m p l e me n t a t i o n o f t h e T r a c k i n g T e r mi n a l I n t e g r a t i n g GP S wi t h GS M P o s i t i o n i n g T e c h n o l o g y J I A NG X i r u i , C HE N G Z h e n l i n , F AN G J i n y u n , Z HA NG L i v n g ( I n s t i t u t e o f C o m p u t e T e c h n o l o g y , C h i n e s e A c a d e m y o f S c i e n c e s , B e i j i n g 1 0 0 0 8 0 ) b s t r a c t ] Th e t r a c k i n g t e r mi n a l p l a y s a n i mp o r a n t rl e i n t h e n a v i g a t i o n a n d p o s i t i o n i n g s y s t e m. Ho w t o t h e t r a c k i n g t e r mi n a l i s a k e y p rb l e m t o t h e d e s i g n e r a n d u s e r . T h i s p a p e r p r e s e n t s a me t h o d wh i c h i mpr v e t i n t e g r a t e s p e r f o r m a n c e a n d p r e c i s i o GP S wi 比GS M p o s i t i o n i n g h n o l o g y i n o n e t e r mi n a l , a n d s p e c i f i e s t h e s o f)
    2009-08-27 09:06:42下载
    积分:1
  • UDF_RigidBody
    UDF For rigid body motion
    2018-03-24 20:44:15下载
    积分:1
  • AdoExample
    这是我自己写的一个数据库课程设计主要是如何利用ADO跟ACCESS数据库写的,主要使用MFC进行编写,大开工程编译一下就可以运行了(just a ado program)
    2011-05-21 19:18:32下载
    积分:1
  • DataCollectSystem-ForVS008
    VS2008下数据采集系统源码,主要实现实时采集下位机的数据,并实现曲线绘制和历史数据查询的功能(VS2008 under data acquisition system source code, mainly to achieve real-time acquisition the lower machine data, and curve drawing and historical data query functions)
    2012-10-16 09:51:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载