登录

最新会员 最新下载

成为了本站VIP会员

06月06日 13:21

成为了本站VIP会员

06月03日 10:51

成为了本站VIP会员

06月02日 22:03

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59
已选条件
  1. 编程语言:C#
  2. 代码类别:其他小程序
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Timerjishi

  VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。(Timer applets VC++ source compiler implementation, relatively simple timer than seconds again faster, but this time frequency can be adjusted, as shown, click the start timing function the timer began working, can be see the numbers kept increasing.)

4
下载
169
浏览
2013-03-10发布

2. Calendar

  万年历(0-9999)(每行打印2个月)。(Calendar (0 to 9999) (2 months each line of print).)

3
下载
148
浏览
2013-03-06发布

3. hangBiao

  航标性能评估,实现航标配布合理性的评估,评估某一河道航标配布的合理性(The reasonableness of the beacon performance assessment of the beacon with cloth reasonableness assessment of a river beacon with cloth)

5
下载
150
浏览
2013-03-04发布

4. alarm-clock

  网页版小闹钟,可以定时提醒,重复提醒,提醒多个时间段(Web version of a small alarm clock, can be regularly reminded repeatedly reminded, reminded more than one time period)

4
下载
141
浏览
2013-02-26发布

5. paihang

  有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下: A B B A . . A B A B (2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)

4
下载
159
浏览
2013-02-25发布

6. tongxunlu

  通讯录中的每一个信息包括姓名(规定字节数为15个)、电话(规定字节数为15个)和工作单位(最大字节数为30个)等信息。(Each information including the name of the mail list ( specified byte number 15 ), phone ( specified byte number 15 ) and work units ( the maximum number of bytes to 30 ) and other information.)

2
下载
187
浏览
2013-01-24发布

7. ymd

  输入年月日得出星期,按照代码里面的提示输入就可以得到星期几,输入的年份是有一个范围的,输入没有检错处理的!!!(Enter the date come weeks)

5
下载
153
浏览
2013-01-13发布

8. cPP_5.12

  本程序主要完成多用途不同质量单位,长度单位的双向转换功能(This procedure mainly complete multi-purpose different quality unit, the unit length of bidirectional conversion function)

4
下载
162
浏览
2013-01-12发布

9. SearchBirthday

  生肖查询软件,小巧精致,原理很简单,初学者进入(Zodiac query software, compact, very simple principle, beginners to enter)

2
下载
182
浏览
2013-01-05发布

10. Addressbook-

  通讯录管理系统,能够实现人员的信息录入、查询、修改、删除、保存、显示等操作(Address book management system, personnel information entry, query, modify, delete, save, display operations)

5
下载
177
浏览
2012-12-19发布

11. tongxun

  在vc++6.0程序下,编写的一款具有添加,查找,删除成员信息功能的程序(Write a vc++6.0 program has to add, find, remove members program)

4
下载
144
浏览
2012-12-13发布

12. dll-embeded-in-exe

  Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!(Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development!)

9
下载
134
浏览
2012-12-11发布

13. BigEndianOrLittleEndian

  该代码用于判断一个处理器是大端模式还是小端模式(The codes are used to distinguish if a CPU is a big-endian mode or little-endian mode.)

4
下载
141
浏览
2012-12-07发布

14. calendar

  编程反复显示2010年各月份日历。(程序可以设定2010年1月1号为星期五)。(show the calendar)

2
下载
74
浏览
2012-12-04发布

15. pinshu

  计数一个字符串中所有字符出现的频数,并全部输出(Count the number of frequency of all the characters in a string appears, and all output)

2
下载
166
浏览
2012-12-03发布

16. computer

  该计算器实现简单加减乘除机开根号、倒数等操作。(The realization of a simple calculator, countdown, add, subtract, multiply and divide machine open radical operation.)

4
下载
103
浏览
2012-11-29发布

17. lw_oopc-v1.2

  一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。 用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢? 希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们! 源码包括几个使用这套宏的代码示例,可以认真钻研下。(A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang. Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C? I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language! Source includ)

50
下载
84
浏览
2012-11-21发布

18. huanfang

  本程序实现构造任意阶幻方,输入数字构造你想要的幻方(The program to construct arbitrary magic square, magic square input digital structure you want)

5
下载
144
浏览
2012-10-28发布

19. 4vqwe

  this is the code on c++ 2005 The program code, which maintains a database. Created two documents, of which is read / write. Function menu, all functions: adding records, search, replace, delete, check availability. Full inheritance. Additional function is Creation a Report to the calculation

4
下载
155
浏览
2012-10-16发布

20. 200852222267354

  实现高斯滤波等功能,适合VC初学者,可通过代码了解滤波原理。(Gaussian filter functions for VC beginners, filtering through the code to understand the principle.)

3
下载
118
浏览
2012-10-13发布