-
C++
说明: 实现键盘触发叔叔,键盘任意按键停止数数,从而达到抽签的目的(The realization of the keyboard to trigger uncle, keyboard keys to stop any count, so as to achieve the purpose of drawing)
- 2008-10-28 23:31:21下载
- 积分:1
-
SreenServer
远端屏幕共享,获取屏幕截图并保存,值得学习(Remote screen sharing, take a screenshot and save it, it is worth learning)
- 2014-08-21 17:38:50下载
- 积分:1
-
SmallAppWiz
Small Application Wizzard for Visual Studio 2005
- 2009-05-10 04:03:28下载
- 积分:1
-
局域网语音大厅系统
说明: 很简单的语音大厅,VB写的,WINSOCK控件,局域网用很合适的(very simple voice hall, VB was the Winsock Control, LAN use is appropriate)
- 2006-01-01 16:36:27下载
- 积分:1
-
VC-DEFINE-MESSAGE
应用程序开发中利用WINDOWS的消息机制实现自定义消息来实现特定的功能!已经通过测试!对学习VC以及了解其运行机制很有帮助!(VC WINDOWS DEFINE MESSAGE )
- 2011-05-31 11:02:28下载
- 积分:1
-
Farm-Manage-OS
农场管理系统的C++实现
系统具有版本控制及基本的数据库管理功能
问题描述:农场主手下有经理、工人等人类。还有各种动物。这个系统能对不同操作对象(农场主、经理、工人等)提供不同操作权限。能够基本模拟农场的运行模式(Farm management system c++ implementation of the system with functions of version control and basic management problem description: farmers had managers, workers and other human beings. There are all kinds of animals. Can the system for different operating object (farmers, managers, workers, etc.) to provide different operating authority. The mode of the basic simulation to farm)
- 2016-03-29 23:53:38下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
TheAlgorithmDesignManual
关于算法设计与算法分析非常好的一本参考读物,适合于从事算法分析的人士。(Algorithm design and analysis of algorithms on a very good one for reference books, suitable for those who engaged in analysis of algorithms.)
- 2009-09-27 11:54:45下载
- 积分:1
-
PMV-PPD
VB复杂计算,含绘图功能,同时也是个实用的空调辐射温度 舒适度衡量软件,稳定可靠(VB complex calculations, including graphics, is also a practical air-conditioned comfort of radiation temperature measuring software, stable and reliable)
- 2008-12-22 17:08:20下载
- 积分:1
-
shouyan-sms-ocx
【控件使用步骤】:
第一步:用数据线或红外设置把短信猫(或短信模块、手机等)连接到电脑;
第二步:运行“控件注册及加密狗驱动安装.exe”注册控件及安装加密狗驱动程序[注意:无加密狗版本亦需这一步!]
第三步:打开你的开发平台(如VB、Delphi,VC,PB,.net等),调用本控件即可,控件名称为:ShouYan_SmsGate,详见《开发说明书》;
第四步:发布你的软件时,连“SMSOCX308.OCX”文件打包发布即可(另外,需在目标电脑上运行一次“控件注册及加密狗驱动安装.exe”)。
【关于授权】
本控件支持两种授权方式:带加密狗和不带加密狗方式
【关于OEM】
一次性定购三个授权以上,免费OEM
【关于驱动安装】
在分发软件时可以通过如下方式隐藏驱动的安装过程:
shell "控件注册及加密狗驱动安装.exe /s"
([Controls] using the steps: Step one: with a data cable or infrared setting the SMS cat (or SMS module, mobile phone, etc.) connected to the computer Step 2: Run " controls the registration and dongle driver installation exe." Registration and Control install the dongle driver [Note: No dongle version also need this step! ] The third step: Open your development platform (such as VB, Delphi, VC, PB, net, etc.), you can call the control, the control name is: ShouYan_SmsGate, see " Development Guide" Step Four: Publish your When the software, even the " SMSOCX308.OCX" file packaged and released to (in addition, the need to run a " control registration and dongle driver installation. exe" on the target computer). [Authority] on the control supports two types of license: with and without dongle dongle on the way [OEM] authorized a one-time order of three or more, free OEM [about] when installing the driver software can be distributed in the following wa)
- 2014-01-15 18:35:19下载
- 积分:1