联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他小程序(64) 
按平台查找All Visual C++(64) 

[其他小程序] 03

企业电话语音录音管理系统(1)本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件位置:\03\PhoneRecord\Debug\PhoneRecord.exe (3)本系统使用的是东进D系列电话语音卡,使用前需要安装DJDBDK V3.4.0驱动程序,安装驱动后还要在程序根目录中添加NewSig.h、NewSig.lib、djcvt.h、djcvt.lib、Tc08a32.h和Tc08a32.lib等6个文件。 -Business telephone voice recording management system (1) the operator of the system default user name: tsoft, password: 111. (2) executable file location: \ 03 \ PhoneRecord \ Debug \ PhoneRecord.exe (3) east of the system is using telephone voice card into the D series, the use of the former need to install DJDBDK V3.4.0 driver, even after installing the driver Add the root directory in the program NewSig.h, NewSig.lib, djcvt.h, djcvt.lib, Tc08a32.h and Tc08a32.lib the 6 files.
企业电话语音录音管理系统(1)本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件位置:\03\PhoneRecord\Debug\PhoneRecord.exe (3)本系统使用的是东进D系列电话语音卡,使用前需要安装DJDBDK V3.4.0驱动程序,安装驱动后还要在程序根目录中添加NewSig.h、NewSig.lib、djcvt.h、djcvt.lib、Tc08a32.h和Tc08a32.lib等6个文件。-Business telephone voice recording management system (1) the operator of the system default user name: tsoft, password: 111. (2) executable file location: \ 03 \ PhoneRecord \ Debug \ PhoneRecord.exe (3) east of the system is using telephone voice card into the D series, the use of the former need to install DJDBDK V3.4.0 driver, even after installing the driver Add the root directory in the program NewSig.h, NewSig.lib, djcvt.h, djcvt.lib, Tc08a32.h and Tc08a32.lib the 6 files. (2013-09-12, Visual C++, 3644KB, 下载1次)

http://www.pudn.com/Download/item/id/2353418.html

[其他小程序] pro10

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

http://www.pudn.com/Download/item/id/2256457.html

[其他小程序] winio

可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。
Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO. If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+ (2009-07-15, Visual C++, 198KB, 下载81次)

http://www.pudn.com/Download/item/id/845709.html

[其他小程序] GuessNumKit

猜数字游戏的辅助工具,计算机随即生成4个不同并按照一定顺序排列的0~9之间的数字,让用户猜这4个数是什么。用户输入4个数字后,计算机给出排列及数字正确的个数,例如计算机生成的4个数字为1234,当用户输入4937时,则“4”数字但位置不对,“3”数字和位置都正确,用1A1B表示。该游戏曾经出现在轩辕剑3中,或者与msn机器人“ibot@live.cn”聊天时输入“猜数字”时出现。本程序用于辅助该游戏运行,列出了可能的结果,通常在6次内就可以得到正确的结果。计算机给出的结果一般用xAyB表示,本程序忽略AB,简写为xy (2008-05-07, Visual C++, 71KB, 下载17次)

http://www.pudn.com/Download/item/id/455308.html
1234
总计:64