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

[Windows编程] bonuses-based-on-profits-

题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高    于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提    成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于    40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于    100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数? 1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。
Corporate bonuses based on profits royalty (2015-09-24, Visual C++, 6KB, 下载1次)

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

[Windows编程] Shengfenzheng-scanner-code

在企业管理项目的开发过程中难免会使用到身份证识别的技术,这个项目的程序代码旨在为你提供一个参考,让你减少自己去摸索学习的时间,可以大大减少开发的时间.提供摄像头硬件驱动,你只需要通过API去调用相关的DLL动态库就可以 了。
In the development process of enterprise management projects will inevitably use the ID card identification technology, program code for this project is to provide a reference for you, so that you reduce the time to explore their own learning, it can greatly reduce development time. Providing camera hardware drivers, you just need to call the relevant DLL dynamic libraries on it by API. (2015-06-02, Visual C++, 6388KB, 下载6次)

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

[Windows编程] OpenGL

OpenGL是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD[2]、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发
OpenGL is the industry s most widely accepted in the field of 2D/3D graphics API, which since its birth has been spawned thousands of applications to a variety of computer platforms and devices. OpenGL ™ is independent of the Windows operating system or other operating systems, nor is the network transparent. Containing CAD [2], content creation, energy, entertainment, game development, manufacturing, pharmaceutical and other industries in virtual reality, OpenGL ™ help programmers achieve high performance on the PC, workstations, supercomputers and other hardware devices , very high impact visual expression graphics processing software development (2014-04-14, Visual C++, 1586KB, 下载1次)

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

[Windows编程] MS

此软件是一款免费的软件,可以是随意在互联网中传播。此软件在北美、欧洲等国家非常盛行。 在日益盛行的互联网世界中,一些团体或者公司为了提高团体或者公司内部交流的效率,提高办公效率不得不使用类似QQ之类的通讯工具,进行内部交流。而QQ之类的通讯工具又必须将公司的网络接入到英特网,这样就将自己的内部网络完全暴露到英特网上,使公司的宝贵的资信息泄露到公司外面,暴露给自己的对手公司,致使公司付出惨痛代价。 此软件是基于服务器和客户端模式的软件,运行与团体或者企业内部的免费软件。服务器可以是一台普通的电脑,也可以是专门的服务器,完全取决于团体或者企业的自己。
This software is a free software that can be freely spread on the Internet. This software is very popular in North America, Europe and other countries. In the increasingly popular world of the Internet, some groups or companies in order to improve the efficiency of the group or company internal communication and improve office efficiency similar QQ and the like have to use communication tools to communicate internally. Communication tools like QQ must be the company' s network access to the Internet, so that their own internal network will be completely exposed to the Internet, the company' s valuable information leakage to outside the company by, exposure to The rival company, to enable the company to pay a painful price. This software is based on the mode of the server and client software, running group or company within the free software. Server can be a computer, it can be a dedicated server, depends entirely on the groups or companies. (2013-05-01, Visual C++, 1006KB, 下载1次)

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

[Windows编程] spider_demo

// 由于本程序目的是演示Spider的工作流程,因此在各个方面只求实现功能,并无任何优化,不适合商业使用。 // 本程序除MyRegexNamespace以外无使用其他组件,该组件为The Regulator 2.0编译而成,功能就是一个取URL的正则表达式。 // DEMO只在windows2003企业版下进行过测试,开发环境VS.NET2005 // 由于本程序在url合法性检测部分使用了.NET 2.0才支持的类或函数,如需在.NET 1.1运行必须修改部分代码 // 程序运行目录下的yy.txt为初始爬行url地址,每个url为一行 // 程序运行目录下生成的more.txt为工作记录,保存了爬行的url及页面保存的文件名 // 程序运行目录下的\html目录为爬行过的页面保存位置 // 欢迎任何人以任何形式方式进行修改,但请保留此信息 //=======================================================
// 由于本程序目的是演示Spider的工作流程,因此在各个方面只求实现功能,并无任何优化,不适合商业使用。 // 本程序除MyRegexNamespace以外无使用其他组件,该组件为The Regulator 2.0编译而成,功能就是一个取URL的正则表达式。 // DEMO只在windows2003企业版下进行过测试,开发环境VS.NET2005 // 由于本程序在url合法性检测部分使用了.NET 2.0才支持的类或函数,如需在.NET 1.1运行必须修改部分代码 // 程序运行目录下的yy.txt为初始爬行url地址,每个url为一行 // 程序运行目录下生成的more.txt为工作记录,保存了爬行的url及页面保存的文件名 // 程序运行目录下的\html目录为爬行过的页面保存位置 // 欢迎任何人以任何形式方式进行修改,但请保留此信息 //======================================================= (2010-09-21, Visual C++, 64KB, 下载5次)

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

[Windows编程] ARToolKit-2.65

ARTOOK Kit 增强现实(Augmented Reality,简称AR)是近年来国外众多知名大学和研究机构的研究热点之一,AR技术不仅在与VR技术相类似的应用领域,诸如尖端武器、飞行器的研制与开发、数据模型的可视化、虚拟训练、娱乐与艺术等领域具有广泛的应用,而且由于其具有能够对真实环境进行增强显示输出的特性,在医疗研究与解剖训练、精密仪器制造和维修、军用飞机导航、工程设计和远程机器人控制等领域,具有比VR技术更加明显的优势。
ARToolKit is a software library for building Augmented Reality (AR) applications. These are applications that involve the overlay of virtual imagery on the real world. For example, in the image to the right a three-dimensional virtual character appears standing on a real card. It can be seen by the user in the head set display they are wearing. When the user moves the card, the virtual character moves with it and appears attached to the real object. (2010-04-11, Visual C++, 1969KB, 下载105次)

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

[Windows编程] ITdisabuse

中国IT 领域的发展速度之快令世界瞩目,但是中国的计算机教育却没有能够跟上。因 此,在各大高校扩招的同时,IT 培训机构同样发展的很快。 然而,学习IT 的学生却仍然面临着其他专业不一样的困惑。因为IT 技术发展很快,而 课程体系并不能很快跟上,因此学生在学校并不了解企业需要什么,自己需要学习什么。
China' s IT field is growing faster than attracted worldwide attention, but its computer education has not been able to keep up. Thus, while enrollment in the major universities, IT training institutions in the same growing fast. However, students studying IT is still not the same as other professionals facing the confusion. Because IT technology has developed rapidly, and the curriculum system and can not keep up very quickly, so students do not understand the business needs in the school what they need to learn anything. (2010-04-10, Visual C++, 847KB, 下载4次)

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

[Windows编程] TrainingSystem

企业训练管理系统。程序的技术亮点包括:1、在主对话框上进行不同自对话框之间的切换;2、使用VC++播放Flash文件;3、在VC++中使用MFC ODBC技术访问Access数据库;4、为数据库中的每一个表映射一个记录集类;5、Singleton类的使用;6、使用VC++直接发送Email
Enterprise Training Management System. Program' s technical highlights include: 1, in the main dialog from the dialog box on the switching between different 2, using VC++ Play Flash files 3, in the VC++ using MFC ODBC technology to access Access databases 4, in the database Each record of a table mapping a set of classes 5, Singleton class use 6, using VC++ Direct to send Email (2010-01-31, Visual C++, 5173KB, 下载10次)

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

[Windows编程] 16X16_Chinese_Conventer

全功能汉字取模工具是广州信先行电子科技有限公司(www.xxxmcu.com)专门为汉字显示设计的工作者设计的,提供最流行的16x16、24x24汉字点阵自动转换功能,24x24点阵还提供多种字体的转换(支持仿宋、黑体、楷体、宋体),而且能自动转换为横向、竖向的字模数组。极大提高了显示设计者的工作效率。
Full-featured character mod tool is the letter first, Guangzhou Electronic Technology Co., Ltd. (www.xxxmcu.com) display designed specifically for the Chinese workers designed to provide the most popular 16x16, 24x24 dot matrix characters automatic conversion feature, 24x24 dot matrix is also offers a variety of font conversion (supports italics, bold, italics, Arial), but also automatically converted to horizontal, vertical array of the matrix. Greatly improved the efficiency of display designers. (2009-09-07, Visual C++, 2166KB, 下载177次)

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

[Windows编程] postOfficeSelection

« 问题描述:在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 « 编程任务:给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。 « 数据输入:由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。 « 结果输出: 程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居民点到邮局的距离总和的最小值。输入文件示例 输出文件示例 input.txt output.txt 5 1 2 2 2 1 3 3 -2 3 3 10
chenxuzijibianxue ,keyiyunxing (2009-06-16, Visual C++, 1KB, 下载5次)

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

[Windows编程] MySale

C#商品销售管理系统,采用MSSQL2000数据库,附有SQL建库脚本 ,需要一个一个导入到企业管理器中建立数据库,有些麻烦,而且本套系统编译时需要Microsoft Office Core开发组件包支持,如果你电脑上安装有Office 2003及以上版本,你需要重要运行安装程序,修复安装此组件,否则编译不能通过。
C# goods sales management system that uses MSSQL2000 database, database with SQL scripts one by one into the needs of Enterprise Manager to create a database, some trouble, but when the system needs to compile the development of Microsoft Office Core package support, if installed on your computer you have Office 2003 and above, you need to run the installation program important, repair the installation of this component, the compiler can not be otherwise. (2009-05-09, Visual C++, 1315KB, 下载9次)

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

[Windows编程] 4

在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
In a direction in accordance with the East-West and North-South divided into regular city blocks, n settlements scattered distribution in different neighborhoods in. Things used to express the coordinates x, y coordinates used to express the North and the South. The location of the settlements by the coordinates (x, y) express. Arbitrary blocks 2:00 (x1, y1) and (x2, y2) can use the distance between the values | x1-x2 |+ | y1-y2 | metrics. Residents want to set up at select post offices in the city the best location, so that n settlements to the post office the sum of the smallest distance. Programming tasks: given n the location of settlements, programming calculation n settlements to the post office the sum of the minimum distance. (2009-03-11, Visual C++, 1KB, 下载10次)

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

[Windows编程] jiujiancanyin

A. 该系统面向的用户是酒店餐饮的前台服务员,厨房管理员,原材料的供货部门以及经理部门的管理人员。 B. 本系统可以在Windows98/ME/2000/XP 以及更高版本系统上稳定运行,有很强的兼容性。 C. 该系统有连网功能便于连锁经营,方便大型连锁企业进行该系统的管理。
A. The system is user-oriented front hotel and catering staff, kitchen managers, suppliers of raw materials sectors, as well as manager of sector managers. B. This system can, as well as later in the Windows98/ME/2000/XP stable operation of the system, has a strong compatibility. C. The system has networking features to facilitate chain operations to facilitate large chain enterprises in the management of the system. (2008-12-15, Visual C++, 1598KB, 下载8次)

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

[Windows编程] softhy266g

aa1、上手容易: FeitecCMS 解压后即可投入使用,基本设置可在后台搞定,同时也有管理员帮助系统,使您快速掌握本系统。 2、建站迅速:本系统采用ASP+FSO+ACESS,建站成本低廉、快速,可以快速建立一个界面好、功能强、安全性高的中小型WEB站点。 3、个性设置:本系统设置有许多贴心设计,助您轻松、愉悦掌握系统操作;全站风格模板化,便于风格交流,满足个性要求。 4、改造容易:本系统采用开放式设计,每个文件皆有相应说明,助你轻松改造。 V3.0 Build 08.1210 1.修正个别风格显示错误 2.修正1209之前已发现的错误 3.重新编辑电影频道数据 4.本次更新直接覆盖数据库即可 5.数据库更新情况:新闻238篇、文章1953篇、电影动漫248部、教程154篇 后台登陆:admin/admin_login.asp 用户名和密码:www.40t.cn
err (2008-12-13, Visual C++, 4582KB, 下载2次)

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

[Windows编程] eXtremeDB-ppt2007

循环式远动规约cdt仿真程序 1.主题内容与适用范围 本标准规定了电网数据采集与监控系统中循环式远动规约的功能、帧结构、信息字结构和传输规则等。 本标准适用于点对点的远动通道结构及以循环字节同步方式传送远动设备与系统。本标准还适用于调度所间以循环式远动规约转发实时信息的系统。 2. 引用标准 国家标准:《地区电网数据采集与监控系统通用技术条件》和《远动终端通用技术条件》。 3. 一般技术要求 3.1本规约采用可变帧长度、多种帧类别循环传送、变位遥信优先传送, 重要遥测量更新循环时间较短,区分循环量、随机量和插入量采用不同形式传送信息,以满足电网调度安全监控系统对远动信息的实时性和可靠性的要求。
err (2008-08-19, Visual C++, 1616KB, 下载47次)

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

[Windows编程] Cdt_simu

cdt 仿真程序源代码 1.主题内容与适用范围 本标准规定了电网数据采集与监控系统中循环式远动规约的功能、帧结构、信息字结构和传输规则等。 本标准适用于点对点的远动通道结构及以循环字节同步方式传送远动设备与系统。本标准还适用于调度所间以循环式远动规约转发实时信息的系统。 2. 引用标准 国家标准:《地区电网数据采集与监控系统通用技术条件》和《远动终端通用技术条件》。 3. 一般技术要求 3.1本规约采用可变帧长度、多种帧类别循环传送、变位遥信优先传送, 重要遥测量更新循环时间较短,区分循环量、随机量和插入量采用不同形式传送信息,以满足电网调度安全监控系统对远动信息的实时性和可靠性的要求。
err (2008-08-19, Visual C++, 55KB, 下载153次)

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

[Windows编程] EMS

一种管理软件 程序使用说明: 1、数据库安装 (1)将实例目录“DataBase”文件夹下扩展名为“.MDF”和“.LDF”的两个文件拷贝到SQL Server 2000安装路径下的“MSSQL”/“Data”目录下。 (2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项。 (3)在弹出的“附加数据库”对话框中选择刚拷贝过去的数据库文件(.MDF文件),单击【确定】按钮,即可完成数据库的附加操作。
A management software program for use: 1, database installation (1) examples of directory (2008-06-01, Visual C++, 2313KB, 下载169次)

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

[Windows编程] ProgrammingWindows

《Windows 程序设计》的源代码共23章 书内容简介: 「到Petzold的书中找找」仍然是解决Windows程式开发各种疑难杂症时的灵丹妙药。在第五版的《Windows程式开发设计指南》中,作者身违背受敬重的Windows Pioneer Award(Windows开路先锋奖)得主,依据最新版本Windows作业系统,以可靠的取材资料校定这一本经典之作一再一次深入探索了Win32程式设计介面的根本重心。   本书特色: 基本入门:输出、输入、对话方块 对Unicode的介绍 图形处理:绘图、文字与字体、点阵图形与metafile 系统核心与印表机 声音与音乐 动态连结程式库 多工与多执行绪 多重文件介面 网际网路与企业内网路程式设计 (2008-05-03, Visual C++, 1208KB, 下载4次)

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

[Windows编程] BlueToothExc

利用蓝牙(Bluetooth) APIs 编写的多种方式进行蓝牙设备查找、服务发现启动,蓝牙虚拟串口的通信,支持16进制和字符串两种方式。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-08-07 00:32:53
Bluetooth (Bluetooth) APIs for a variety of ways to prepare the search for Bluetooth devices, service discovery Start, Bluetooth virtual serial port communications, to support the 16-band and the string in two ways. You can modify a copy of arbitrary code, but please keep this text do not modify. Hopefully, I can for China (2007-08-07, Visual C++, 63KB, 下载2560次)

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

[Windows编程] disk_tool_miniTO

分区表备份器 miniTO 源码 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了, 一会儿我再把它们加上去,... (在WIN,打印功能是不能使用直接使用DOS的代码的,要把它们先送到编辑框的缓冲区再显示的...有兴趣的也可自己弄...) 因刚刚从DOS代码转写成WIN,程序提示还没有完全改写成WIN的,printf()等还留在里面,不过对编译没有影响,有时间可以改写掉, 因时间关系,没有详细的注释,不过在写的时候,变量名字基本是根据其功能起的,所以,对程序的代码思路还是不难理解的
Backup partition table for miniTO source is on the traditional source of hope ... is learning DOS, Windows, disk and programmers a little help ... containing pure DOS. Win32 console and GUI Win32 version 3. They generated backup file can be any version convinces used. Win32 GUI version occasional use backup functions (other modules have already been prepared, all is complete, Now only open backup function), if we want to reinstate the use of replacement and comparison functions, can open the call of a few switches or additions to the calling code can be, I then later they added. ... (WIN, Print function is not used directly use the DOS code. They should first sent to the editors of the frame buffer shows again and again ... interested can also get their own ...) from a DO S WIN code into t (2007-04-29, Visual C++, 254KB, 下载33次)

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