-
Angel
Angel远程控制软件源码 功能齐全 很好的学习源码(Angel fully functional remote control software source good learning source)
- 2011-04-29 05:49:43下载
- 积分:1
-
Suggest.plug.in.programming.VB.code.development
VB开发Suggest插件编程经典代码Suggest plug-in programming VB Classic code development
(Suggest plug-in programming VB Classic code development
)
- 2010-11-01 16:54:47下载
- 积分:1
-
facecount1
实现USB采集的图像序列或者视频中人脸检测与计数,应用OPENCV实现(Image sequence to achieve USB or video capture human face detection and counting, the application to achieve OPENCV)
- 2020-07-21 14:38:46下载
- 积分:1
-
9774330
构造函数的重载,以后我上传一系列这种类型的源程序供大家学习之用,()
- 2018-05-22 20:53:04下载
- 积分:1
-
read_harddisk
在VC++环境下点击按钮读取硬盘序列号并输出显示(In VC++ environment, click the button to read the hard drive serial number and the output display)
- 2010-09-07 14:39:47下载
- 积分:1
-
if_ioctl
在Linux下获取本地ip 网关,dns服务器等数据(Get local ip gateway data under Linux)
- 2012-10-05 11:02:53下载
- 积分:1
-
DirectShow-Filter
深入浅出DirectShow Filter 学习资料,很实用。(Layman DirectShow Filter learning materials, it is practical.)
- 2011-10-18 03:09:15下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
poj3941
poj 3941
Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same.
In this problem, you are asked to write a program that finds the expected value of the number of given bills. (poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills.)
- 2013-07-16 20:45:28下载
- 积分:1
-
FormViewDemo
在窗体视图(CFormView)中使用控件,VC++精选学习编程源码,很好的参考资料。(In form view (CFormView) using controls, select learning VC++ programming source code, a good reference.)
- 2013-11-26 18:16:41下载
- 积分:1