登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:其他
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Li1_1

  C++语言编程,程序设计,语言编程,设计并实现什么功能(C++ language programming, programming, programming language, designed and realized what function)

2
下载
183
浏览
2013-06-19发布

2. dandan

  一个基于 easyX图形函数库的 实现及时制弹弹堂效果的小游戏 源码(a easy game in easyX an windows API )

5
下载
233
浏览
2013-06-15发布

3. LadarScanner

  基于Visual C++的激光雷达数据读取和处理程序。激光雷达型号为LMS511(Based on Visual C++ lidar data reading and processing procedures. Model LMS511 laser radar)

93
下载
232
浏览
2013-06-05发布

4. foxtrader

  foxtrader c language interfaces

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

5. STM8L15x

  STM8L15系列的I2C通信实例程序,有三种模式的范例,分别是master,slaver ,poll(STM8L15 series I2C communication procedures example, there are three modes of examples, namely master, slaver, poll)

28
下载
102
浏览
2013-06-05发布

6. guessing-game

  用c语言写的猜数字游戏,源码共享给大家,方便大家学习!(A guessing game in C programming language; there is the source code for everyone to share and facilitate learning!)

1
下载
228
浏览
2013-06-04发布

7. pintu

  c++开发的拼图小游戏,喜欢的朋友进来看看(c++ developed puzzle game, like friends come to see)

1
下载
210
浏览
2013-06-04发布

8. 12

说明:  下面是一个结构体声明: struct box { char maker[40] float height float width float length float volume } a. 编写一个函数,按值传递box结构,并显示每个成员的值 b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。 c. 编写一个使用这两个函数的简单程序 (Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)

0
下载
159
浏览
2013-06-02发布

9. account

  设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInterestRate()的函数,返回月利率。 (7)一个名为withDraw的函数,从账户中支取指定金额。 (8)一个名为deposit的函数,向账户中存入指定金额。 画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)

17
下载
160
浏览
2013-06-01发布

10. sin()-8.0

  sin()函数 给定一个弧度值或者任意数值,可以计算相应的sin值即正弦值(sin () function is given a value, or any value in radians, we can calculate the corresponding value of the sine value sin)

6
下载
167
浏览
2013-05-31发布

11. 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
下载
147
浏览
2013-05-29发布

12. snake

  简单的贪吃蛇游戏,可以选择速度,可以简单的实现贪吃蛇的基本功能,有背景音乐可以播放(a greedy snake that eats candy,the speed of the lake can be set,there is also the background music playing)

1
下载
231
浏览
2013-05-29发布

13. 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
下载
178
浏览
2013-05-28发布

14. pro10

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

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

15. finish

  学生成绩管理系统,输入输出等,排序求值等。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(student magnement system)

2
下载
156
浏览
2013-05-22发布

16. skyblue_Rect

  这是一款俄罗斯方块游戏,用Visual C++编程实现。(This is a Tetris game, with the Visual C++ programming.)

1
下载
238
浏览
2013-05-18发布

17. 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
下载
210
浏览
2013-05-17发布

18. 1

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

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

19. sumDate

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

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

20. e

  基于c++编程的俄罗斯方块源程序代码 请多多支持 (Please support Tetris based c++ programming source code)

2
下载
227
浏览
2013-05-13发布