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

[其他] OpenGL_Education-01

在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架. 理解OpenGL如何工作非常重要,你可以在教程的末尾下载源程序,但我强烈建议你至少读一遍教程,然后再开始编程.
In this tutorial, I will teach you how to create OpenGL programs in Windows environment. It will display an empty OpenGL window, which can be switched between windows and full-screen mode, and exit by pressing ESC. It is the framework of our future applications. Understanding how OpenGL works is very important. You can download the source program at the end of the tutorial, but I strongly recommend that you read the tutorial at least once before you start programming. (2018-12-16, Visual C++, 26528KB, 下载0次)

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

[其他] cPoint_VS2005

描述:判断点与图形的位置关系 题目描述: 以点(point)类为基类,重新定义矩形类和圆类。点为直角坐标点,矩形水平放置,由左下方的顶点和长宽定义。圆由圆心和半径定义。派生类操作判断任一坐标点是在图形内,还是在图形的边缘上,还是在图形外。缺省初始化图形退化为点。要求包括拷贝构造函数。编程测试类设计是否正确。
Description: location relation between point and figure. Title Description: point base (point) class, redefine rectangle class and circle class. The point is a rectangular coordinate point, and the rectangle is horizontally placed, defined by the top and the width of the lower left side. The circle is defined by the center of the circle and the radius. Derived operations determine whether any coordinate points are in graphics, on the edges of graphics, or outside graphics. The default initialization graph is degenerated to point. The request includes a copy constructor. Whether the design test class is designed correctly. (2018-07-27, Visual C++, 3KB, 下载1次)

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

[其他] 《面向对象语言程序设计》实验指导书

实验《面向对象语言程序设计》是一门具有很强实践性的课程,只有通过大量的实际程序设计的实践,才能真正掌握这门技术。该课程的实践环节就是为了使学生巩固知识、加深印象、熟练掌握。实验中,一是弄懂教材中的基本知识和实例;二是针对程序中的相关部分能按照自己的要求进行修改,运行,掌握程序设计要领;三是锻炼对前后章节知识的综合运用的能力,逐步全面掌握面向对象与可视化编程技术
Object oriented language programming is a very practical course. Only by a lot of practical programming practice, can we really master this technology. The practice of this course is to make the students consolidate their knowledge, deepen their impression and master them. In the experiment, one is the basic knowledge and understand the examples in textbooks; two is for the relevant portions of the program can modify according to their own requirements, master program design essentials; three is the ability to exercise a comprehensive application of knowledge around the chapters, gradually master object-oriented and visual programming technology (2018-03-22, Visual C++, 115KB, 下载1次)

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

[其他] MFC程序员的WTL指南 (第二版)1

WTL 确实震动了所有人。它具有许多 MFC GUI 类的强大功能,但是可以生成相当小的可执行代码。如果你和我一样,用 MFC 学习 GUI 编程,对 MFC 所提供的控件封装感到相当舒服,并且对 MFC 内建的灵活的消息处理也有同感;如果你和我一样,不喜欢好几百 K 的 MFC 框架附着到自己的程序上,WTL 正适合你。
WTL really shook everyone. It has many powerful functions of the MFC GUI class, but it can generate fairly small executable code. If you like me, learning GUI programming with MFC control package provided by MFC feel quite comfortable, and also have the same feeling of flexible message processing MFC built-in; if you like me, don't love the MFC framework hundreds of K attached to their own programs, WTL is for you. (2018-01-26, Visual C++, 1119KB, 下载12次)

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

[其他] freeimage

支持多种图形格式的编程.实为最难得的图形开发宝库.如果我今天有帮到你,记得顶下哦.
The Following Refers to all Files with the Extension of "dll" or dlls compressed as "zip". All files are provided on an as is basis. No guarantees or warranties are given or implied. Downloading files from this site is free of charge and the user assumes all risks of any damages that may occur, including but not limited to loss of data, damages to hardware, or loss of business profits. We do our best to ensure that all files are virus-free using available means. However, all files have not been tested for functionality or contamination. Many have been sent to us by visitors like yourself. Thus, we suggest that you do a virus scan using an up-to-date version of an anti-virus program before use. Please use at your own risk. (2018-01-02, Visual C++, 1015KB, 下载1次)

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

[其他] OpenGL游戏

3D游戏是当前游戏的主流,对于初学者来说,其核心技术就是3D图形编程。长久以来。,OpenGL都是3D游戏开发领域的主流开发包之一,也是开发者追逐顶尖技术的利器。   与DirectX相比,OpenGL一语言简单易懂,前后版本的兼容性也比较好,对于希望进入游戏开发。3D图形处理、模拟仿真、虚拟现实等领域的初学者来说,学习OperlGL一是他们最好的起点。
3d game is the mainstream of the current game, for beginners, its core technology is 3d graphics programming. For a long time Opengl is one of the mainstream development kits in the field of 3d game development, and is also a tool for developers to pursue top technology. Compared with DirectX, the OpenGL language is easy to understand, the pre - and post - version compatibility is better, for the hope to enter the game development. For beginners in 3d graphics processing, simulation simulation, virtual reality and other fields, learning oper lgl is their best starting point. (2017-10-12, Visual C++, 31209KB, 下载1次)

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

[其他] “数独”游戏VC6.0

如,玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、 每一个同色九宫内的数字均含1-9,不重复。 数独的答案都是唯一的,所以,多个解也称为无解。 本图的数字据说是芬兰数学家花了3个月的时间设计出来的较难的题目。但对会使用计算机编程的你来说,恐 怕易如反掌了。 本题的要求就是输入数独题目,程序输出数独的唯一解。我们保证所有已知数据的格式都是合法的,并且题目 有唯一的解。 格式要求,输入9行,每行9个数字,0代表未知,其它数字为已知。 输出9行,每行9个数字表示数独的解。
For example, the player needs to deduce the number of all the remaining spaces based on the known numbers on the 9 * 9 disk, and satisfy each row, column, and column, The number in each of the nine colors is 1-9, not repeated. The answer to Sudoku is unique, so multiple solutions are also known as no solutions. The figures in the figure are said to be difficult subjects devised by Finland mathematicians for 3 months. But for you who can use computer programming, fear If the breeze. The question here is to enter Sudoku puzzles, and the only solution for sudoku. We guarantee that all known data formats are legal and subject There is only one solution. Format requirements, enter 9 lines, 9 digits per line, 0 represent unknown, and other numbers are known. Output 9 lines, each line of 9 numbers indicate Sudoku solution. (2017-09-16, Visual C++, 1KB, 下载1次)

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

[其他] icu4c-3_6-src

ICU(International Component for Unicode/Unicode国际化组件) 是 Unicode 支持、软件国际化、全球化的一个成熟的、广泛应用的库,是一个由 IBM 赞助、支持和使用的,基于"IBM公共许可证",用于支持软件国际化的开源项目。这个库为 C 和 Java? 编程语言提供了一整套操作 Unicode 数据的函数。这个库是在一种无限制的开放源码许可证下发布的,这使它可以在许多应用程序中使用。
ICU (International Component for Unicode/Unicode international component) is Unicode support, software internationalization and globalization of a mature, widely used library is an IBM-sponsored, supported and used, based on " IBM Public License " to support international open source software projects. The library for C and Java? Programming language provides a set of Unicode data operation functions. The library is in an unlimited released under open source licenses, which it can use in many applications. (2011-07-07, Visual C++, 9945KB, 下载10次)

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

[其他] MathSourceCode

共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统(简称为VC++),则使用VCMATH文件夹中的所有文件(第5章详细介绍了VC++编程)。文件夹CURVE给出了一个实用的绘制函数曲线的子窗口的源代码,文件夹SOUND给出了一些处理声音的C++函数和子窗口的源代码,文件夹examples给出了一些VC++编程的例子。 根据使用的编译系统,将文件夹BCMATH或VCMATH的内容复制到存放源程序的目录下,并将其中的文件(包括后缀为.cpp的C++源程序文件及后缀为.h的头文件)都加到读者创建的工程中。
There are five file folders, name were: ① BCMATH ② VCMATH ③ CURVE ④ SOUND ⑤ examples. And mathematical algorithms of the C++ classes and functions of the source code is in the BCMATH and VCMATH two folders in which the specific use Folder, depending on the reader s compilation system to be adopted. If readers are using Borland C++ compiler system (referred to as BC++), then Use BCMATH all the files in the folder (Borland C++ syntax rules fairly standard, so the source code folder Can also be used in other standard C++ compiler system) If readers are using Microsoft Visual C++ compiler system (referred to as For the VC++), then use the VCMATH all the files in the folder (described in detail in Chapter 5 VC++ programming). CURVE to the folder Draw out a practical function curve source code sub-window, folder, gives some treatment SOUND sound C++ Function And the child window of the source code, gives some examples folder VC++ programming example. According to the use (2010-09-03, Visual C++, 3286KB, 下载7次)

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

[其他] pp

1、编程接收从键盘上输入的页面使用序列,序列长度不确定,根据输入内容不同而变化。 2、设置分配策略(全局分配或局部分配),设定每个进程分给的页数以及整个物理内存容量 3、显示出了页面走向图 4、计算出该序列的缺页率 5、内存不足时的淘汰算法采用LRU法
1, programmed to receive input from the keyboard on the page using the sequence, sequence length uncertainty, varies according to input. 2, set the allocation strategy (global distribution or partial distribution), set the number of pages assigned to each process and the entire physical memory capacity of 3, indicating that the page into Figure 4 to calculate the rate of the sequence of the missing page 5, out of memory eliminated when the algorithm uses the LRU method (2010-01-04, Visual C++, 1KB, 下载4次)

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

[其他] ATmega88_cn

ATmega48/88/168产品特性 • 高性能、低功耗的8 位AVR® 微处理器 – 256/512/512 字节的EEPROM (ATmega48/88/168) 擦写寿命: 100,000 次 – 512/1K/1K 字节的片内SRAM (ATmega48/88/168) – 具有独立振荡器的实时计数器RTC – 六通道PWM – 8路10 位ADC(TQFP 与MLF 封装) – 6路10 位ADC( PDIP 封装) – 可编程的串行USART 接口 – 可工作于主机/ 从机模式的SPI 串行接口
ATmega48/88/168 Product Features • High-performance, low power 8-bit AVR ® microcontroller- 256/512/512 bytes EEPROM (ATmega48/88/168) rewritable Life: 100,000- 512/1K/1K bytes of on-chip SRAM (ATmega48/88/168)- real-time counter with separate oscillator RTC- 6-channel PWM- 8 channel 10-bit ADC (TQFP and MLF packages)- 6-channel 10-bit ADC (PDIP Package )- Programmable Serial USART interfaces- can operate in master/slave mode SPI serial interface (2009-10-16, Visual C++, 2491KB, 下载52次)

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

[其他] HLYYPF

系统默认支持中文简体、中文繁体和英文三中语言支持。用户能够自由的增加其它的语言支持,本系统的语言文件和PHP代码文件进行了分离,即使您不懂PHP编程也能自己增加其它语言版本。 角色管理 所有的菜单和动作(Action)都是基于角色进行管理。可以将网站的管理分配给多个用户,分类进行管理。
Support system default Chinese Simplified, Chinese Traditional and English language support III. The freedom of users to increase support for other languages, the language of the system files and PHP code files were isolated, even if you do not know PHP programming can increase their own versions of other languages. Role in the management of all the menus and actions (Action) are based on management role. Web site management can be assigned to multiple users, classification management. (2009-08-17, Visual C++, 3033KB, 下载1次)

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

[其他] shuzidianyuan

n 0 引言 n 1 数字电源的发展趋势 n 2 数字电源与模拟电源的性能比较及适用领域 n 3 数字电源的基本构成及电路设计 n 4 可编程开关稳压器的电路设计 n 5 精密数控基准电压源的设计 n 6 精密数控恒流电源的设计 n 7 结语
n 0 Introduction n 1 of the development trend of digital power n 2 digital and analog power supply of the areas of performance comparison and application of digital power n 3 basic components and circuit design n 4 programmable switching regulator circuit design n 5 precision CNC Voltage Reference n 6 precision CNC design of constant-current power supply n 7 Conclusion (2009-07-26, Visual C++, 1157KB, 下载40次)

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

[其他] MODBUS

Modbus可编程控制器之间可相互通讯,也可与不同网络上的其他设备进行通讯,支撑网络有Modicon的Modbus和Modbus+工业网络。网络信息存取可由控制器内置的端口,网络适配器以及Modicon提供的模块选件和网关等设备实现,对OEM(机械设备制造商)来说,Modicon可为合作伙伴提供现有的程序,可使Modbus+网络紧密地集成到他们的产品设计中去。
Programmable Logic Controller Modbus communication between each other, but also with various other devices on the network for communications, network support Modicon' s Modbus and Modbus+ industrial networks. Network information access may be built-in controller ports, network adapters, as well as the provision of Modicon modules, such as options and gateway devices, the OEM (manufacturer of machinery and equipment) is, Modicon partners can provide the existing procedures will enable the Modbus+ network closely integrated into their product design. (2009-06-04, Visual C++, 169KB, 下载100次)

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

[其他] secret

为了提高巡检的效率和质量,实现变电设备巡检电子化、信息化、规范化和智能化,最大限度减小漏检、错检,确保巡检人员从工作计划、执行、完工确认形成一个闭环,保证设施的安全和电力系统稳定,达到变电设备长期高效稳定运行,不妨探索性的将电子标签技术引入到输变电设备的运行巡检管理中。针对不同的变电设备及变量进行不同的电子标签编码,利用电子标签的规范管理及掌上式采集器的方便携带、数据存储量大、程序可编程的优点,开发出一套较为实用和完善的巡检电子标签数据采集管理系统,为输变电设备的巡检和数据管理提供强有力的技术支持。
err (2008-12-31, Visual C++, 55KB, 下载36次)

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

[其他] TC3.0_speed360

WIN-TC是一个TC2 WINDOWS平台开发工具。该软件使用TC2为内核,提供WINDOWS平台的开发界面,因此也就支持WINDOWS平台下的功能,例如剪切、复制、粘贴和查找替换等。而且在功能上也有它的独特特色例如语法加亮、C内嵌汇编、自定义扩展库的支持等。并提供一组相关辅助工具令你在编程过程中更加游刃有余,如虎添翼。 WIN-TC简繁双语版可以正常运行于98及其以上的简体及繁体WINDOWS操作系统上 好的编译工具好
WIN-TC is a TC2 WINDOWS platform development tools. The software used for the core TC2 provide WINDOWS platform interface, thus WINDOWS platform support functions such as cut, copy, paste and search for replacement. But also in the function has its unique characteristics, such as syntax highlighting, C embedded compilation, since the definition of the expansion of library support. And to provide a group of related aids you in the programming process more easily, a menace. WIN-TC Simplified bilingual version can run on normal 98 and above, Simplified and Traditional WINDOWS operating system to compile a good tool for good (2008-12-12, Visual C++, 3907KB, 下载52次)

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

[其他] luoxuan

显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得
Show the spiral queue,// spiral queue. Cpp// 21 22 ... ...// 20 7 8 9 10// 19 6 1 2 11// 18 5 4 3 12// 17 16 15 14 13// see the above figures with the laws of 1:00 set the coordinates is (0,0), X is positive to the right direction, y direction is positive downward. For example, 7 of the coordinates// (-1,-1), 2 coordinates for (0,1), 3 coordinates for the (1,1). Programming enter coordinates of any point (x, y), the output corresponding to a (2008-10-27, Visual C++, 1KB, 下载2次)

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

[其他] High_Quality_C++_C

软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。
Software Quality is linked to the majority of programmers in the mouth rather than things in mind! In addition to complete layman and real programming expert, the beginning of the book readers, do you feel will be the first to panic: wow! I fabricated C++/C process how there were so many problems? Do not be sad Author only a few years ago than you, more than just a few panic-stricken. Please take 12 hours to read 100 of this book, you will be benefited, which is in front of N-1 readers recommendations. (2007-12-05, Visual C++, 326KB, 下载6次)

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

[其他] fillwordtable

在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。
in practical application, programming procedures are often like word can be automatically generated documentation, a description of the proceedings or the status of running the operation; Or procedure can extract the contents of the database generated word form so that the users can easily view and modify, print. But VC Calling word is not easy, especially for word the various function, the author of the paper work experience tell us in detail how to call word for word and fill in the forms, with the same demand for the series Friends can also check MSDN Automation of Microsoft Office 97 and Microsoft Office 2000 . (2005-09-13, Visual C++, 49KB, 下载187次)

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

[其他] T3

约瑟夫环:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。编程打印出列顺序。
Josephus : No. 1, 2, 3, ..., n n clockwise direction by individuals sitting around a circle, each holding a password (positive integers). An optional started as a positive integer reported limits on the number of m, from the first individuals to embark on the clockwise direction since the beginning of a sequence number off, the report m stop. M reported out of the list of his password as a new value m, from a clockwise direction in the next one started from a newspaper a few, like that, until the total of all listed so far. Programming print out the order. (2005-01-07, Visual C++, 1KB, 下载35次)

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