-
POJ1007
北京大学ACM POJ1007题
实现了对字符串按逆序排列(Peking ACM POJ1007 title achieved by reverse order of string)
- 2010-11-03 00:00:52下载
- 积分:1
-
S60_Platform_Localization_Example_v1_0_en
实现本地化的一个很好的 SymBian的例子(Realize the localization of a very good example Symbian)
- 2008-05-15 13:41:33下载
- 积分:1
-
WindowsApplication3
自己用VB和Access编的一个邮件查询系统(Own use VB and Access Code for a mail query system)
- 2010-06-29 19:50:49下载
- 积分:1
-
jisuanqi
C++普通计算器的功能,实现整数、小数的加减乘除的算法,有退格、清空的功能。(Common calculator functions)
- 2014-03-20 16:23:25下载
- 积分:1
-
AddressBook
对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
- 2013-08-10 11:19:49下载
- 积分:1
-
curve_fitting_ceres_fortest
使用ceres对曲线进行拟合程序,ceres可以从github下载;(Using ceres fitting program, Ceres can be downloaded github )
- 2017-04-22 22:39:27下载
- 积分:1
-
SDIO_IAP
STM32的IAP升级程序,已经是可以用的,是用SD卡升级的程序,简单好用,有需要的朋友可以直接用(The STM32 IAP upgrade process, it is already possible to use, is to use the SD card upgrade program, easy to use, a friend in need can be directly used)
- 2020-07-01 19:00:02下载
- 积分:1
-
9927444CCd_vc
说明: 上位机ccd接收程序,很不错的,欢迎大家下载(visual)
- 2020-11-13 23:59:43下载
- 积分:1
-
yhsj
说明: 这是一个很简单的C++程序
也只是随手练练而已
我现在的水平还不行 不过 我一直都在努力(This is a very simple C program is only to practice it, I threw the level is not enough but I have been efforts)
- 2006-04-28 18:49:32下载
- 积分: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