登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:其他小程序
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ERLANG

  爱尔兰B公式的计算器,可以给定任意a,s,B中的2个,计算另一个,MFC(Ireland B formula calculator, you can determine the arbitrary a, s, B in two, another calculation, MFC)

70
下载
158
浏览
2013-05-29发布

2. src

  银行管理程序,实现简单管理员删户开户,转账等功能(Bank management program)

2
下载
139
浏览
2013-05-28发布

3. chengxu

   编写一个函数,要求输入年月日时分秒, 输出该年月日时分秒的下一秒。 如输入2011年12月31日23时59分59秒, 则输出2012年1月1日0时0分0秒。 需要考虑闰年 和 2月的特殊情况 (Write a function that requires input date, hour, minute and second outputs of the date when the next second. If the input at 23:59:59 on December 31st, 2011, output at 0:00:00 on January 1, 2012. Leap year and February need to consider the special case)

1
下载
193
浏览
2013-05-28发布

4. g1030

  C语言小程序,实现功能:输入整数,整数和浮点型 倒数和(C language applet functions: input integer, integer and floating-point reciprocal and)

1
下载
103
浏览
2013-05-26发布

5. vbcaculate

  实现了计算器的界面和运算功能,并实现了自带语音功能,(Achieve a calculator interface and computing capabilities, and to achieve a built-in voice capabilities,)

3
下载
189
浏览
2013-05-26发布

6. pro10

  USACO第10题,Marry乳业从一些奶农手中采购牛奶,并且每一位奶农为乳制品加工企业提供的价格是不同的。此外,就像每头奶牛每天只能挤出固定数量的奶,每位奶农每天能提供的牛奶数量是一定的。每天Marry乳业可以从奶农手中采购到小于或者等于奶农最大产量的整数数量的牛奶。 给出Marry乳业每天对牛奶的需求量,还有每位奶农提供的牛奶单价和产量。计算采购足够数量的牛奶所需的最小花费。 (Give the requirement of milk and the amount that they offer.)

2
下载
183
浏览
2013-05-24发布

7. caculator

  一个简易的计算器,只要可以实现加减乘除四种简单算法,包括可以利用负数进行计算,颜色是自己设定的,界面一般(A simple calculator can add, subtract, multiply and divide four simple algorithms, including the ability to use a negative number to calculate the color is set, the interface in general)

3
下载
172
浏览
2013-05-22发布

8. VC-generated-excel-histogram

  vc6.0 excel2003 用c++生成excel表格并且绘制柱状图 一步完成不需要操作excel(vc6.0 excel2003 c++ excel spreadsheet to generate and draw a histogram step does not need to operate excel)

38
下载
220
浏览
2013-05-17发布

9. 1

  计算一个整数的和的积德最大值,即最优整数的接的最大值(The Jide calculate an integer, and the maximum value, i.e. the optimal integer then the maximum)

2
下载
211
浏览
2013-05-17发布

10. sumDate

  日出日落计算,可以根据经纬度计算 日出日落时间(Sunrise and sunset calculations)

11
下载
203
浏览
2013-05-16发布

11. matlabwork

  本程序是由空间梁单元构成的一个外形为长方体的框架算例,且有外力F以及分布荷载作用在框架节点上,计算该框架的变形和内力。 输入参数: 无 输出结果: 节点位移和单元节点力(failed to translate)

23
下载
137
浏览
2013-05-08发布

12. string

  C++ 编写的string类库,并实现string的各项函数操作。(string function)

5
下载
181
浏览
2013-05-07发布

13. 2

  题目:从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。(Title: enter some characters from the keyboard, and one by one they go to the disk until the input a#.)

2
下载
113
浏览
2013-05-06发布

14. fee

  编写程序用静态成员的方法实现对班费的管理,要求定义一个类Student,除了声明一个存放班费的静态成员,还要分别定义一个上交班费的成员函数Contribute(),花费班费的成员函数Spend()和显示班费的静态成员函数Display()(Write a program with static member class fee management, require the definition of a class Student, stored in addition to declare a static member of the class fee, but also define a member function of a shift fee Contribute (), a member of the spending class fee spend () function and display class fee static member function display ())

3
下载
191
浏览
2013-04-24发布

15. Lupin

  面向对象程序设计(C++)简易计算器,实现最简单的计算(C++ calculator)

5
下载
191
浏览
2013-04-21发布

16. gj

  支持 所有电脑 定时关机 是所有懒人必备用品(All computer support regular shutdown are all lazy essential supplies)

3
下载
206
浏览
2013-04-20发布

17. vc-csv

  Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。(Class Vc++ read and write csv file, this resource is to read and write CSV file very useful class. The method is very good, the code is written in a very simple, very suitable for use in the actual project. I tested, above code CSVOperator.h the, CSVOperator.cpp and StringParser.h copy to the project, can be used directly. In the CSV_OP.cpp file, the main method inside the detailed method of reading the file. Read this file config.csv.)

449
下载
172
浏览
2013-04-19发布

18. saohaoqi

  这是我自己写的一个chinanet扫号器(This is a the CHINANET sweep No. I wrote it myself)

10
下载
110
浏览
2013-04-18发布

19. clock-sh7619

  SH7619 support for the clock framework

3
下载
175
浏览
2013-04-16发布

20. 1

说明:  c入门程序一,编写一个C程序,输入a、b、c三个数,输出其中最大者。(c entry procedures, write a C program, enter a, b, c three numbers, the output of which the largest.)

0
下载
111
浏览
2013-04-07发布