登录
首页 » Visual C++ » opengl03

opengl03

于 2010-05-19 发布 文件大小:1028KB
0 138
下载积分: 1 下载次数: 3

代码说明:

  opengl 方面的源码,初学者可以看一下(opengl source area, beginners can take a look)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • AIMI561
    This the free version of my Basis of AI Backprop designed to accompany my not yet published textbook, _The Basis of AI_. This program contains enough features for students in an ordinary AI or Neural Networking course. It includes the quickprop and delta-bar-delta algorithms for faster training and a fast integer version for machines without floating point hardware. This particular package includes C source for DOS and UNIX, examples, an ASCII manual and a number of DOS binaries. The binaries are for systems with floating point hardware (bp.exe), one for systems without floating point hardware (bp486sx.exe) and an integer version binary (ibp486sx.exe) for systems without floating point hardware.
    2007-11-10 11:59:38下载
    积分:1
  • fuzzy2
    说明:  FUZZY LOGIC gaussian function /triangular function
    2019-05-01 22:27:39下载
    积分:1
  • 第一个MFC的WinSocket编程示例
    环境:Windows XP SP 3、 VC++ 6.0、 Windows Server 2003 SDK 使用步骤: 1、下载解压之后,使用VC++ 6.0 IDE打开.dws文件 2、点击“!”按钮运行程序 3、如果一切正常会出现一个对话框,然后选择下拉框中的“服务端”启动服务器进程--接着点击“监听”按钮 4、然后再点击“!”按钮运行客户端进程 5、如果一切正常,那么选择下拉框中的“客户端”启动客户端进程--接着点击“连接”按钮,让客户端连接到socket服务器 6、在客户端的“消息”栏中输入信息,然后点击“发送”按钮 7、点击服务器端进程,应该可以看见客户端发送过来的消息,然后可以在“消息”栏中输入响应信息,然后点击“发送”按钮,此时会在客户端进程中看服务器端进程响应的信息 该示例是实现了一个客户端对象对应一个服务端对象的socket的网络编程--最简单的VC++的网络编程示例。该示使用主要是自定义一个类--它继承MFC库中CAsyncSocket类,然后重写OnAccept, OnSend, OnReceive和OnClose方法来实现一对一的VC++的socket网络编程。注意:自定义类关联应用向导生成的对话框类,需要在头文件中书写语句“class CHelloSocketDlg;”,并且在.cpp文件中写入语句“#include "HelloSocketDlg.h";”,否则编译不会通过! 本示例使用Dialog模式的UI是为方便说明socket编程,在对话框类的OnInitDialog方法有初始化的成员变量的注释说明,在自定义类中的注释非常详细。本人觉得MFC使用异步通信类CAsyncSocket实现Java中的ServerSocket类和Socket类的编程效果,是非常牛的!(虽然本人认为它还封装得不够OO--因为它封装得让使用者觉得“很傻很天真”)。
    2022-03-22 11:57:16下载
    积分:1
  • LinuxMulti-threadProgrammingManual
    Linux下多线程编程指南,pdf格式,介绍了Solaris操作系统中POSIX线程和Solaris线程的多线程编程接口,该指南将指导程序员如何创建性新的多线程程序以及如何向现有的程序中添加多线程(Under the multi-threaded Linux Programming Guide, pdf format, introduced the Solaris operating system, POSIX threads and Solaris threads of the multi-threaded programming interface, the guide will guide programmers how to create multi-threaded nature of the new procedures and how to add to an existing program Multithreading)
    2010-01-29 10:13:32下载
    积分:1
  • CListCtrl.CHeaderCtrl-
    说明:  改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景。合适给刚刚接触VC的人学习(Change CListCtrl, CHeaderCtrl height, fonts, colors and backgrounds. The right to learn from people new to VC)
    2021-02-25 15:19:38下载
    积分:1
  • socket_program_guide
    1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 (1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D)
    2020-11-14 14:59:42下载
    积分:1
  • 一个学生管理系统
    说明:  基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。(based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving View Cstudentview category completed, which can be accomplished functions : All the records, record increase, delete records, modify records, sorting records, the searching of records, Controls in the form visual display.)
    2006-01-07 11:28:43下载
    积分:1
  • gridctrl in mfc view
    一个类似EXCEL电子表格VC类库。可以嵌入到MFC程序中增强列表控件显示功能。(A similar class library EXCEL spreadsheet VC. Can be embedded into the MFC list control procedures to enhance display.)
    2007-12-19 17:07:05下载
    积分:1
  • DataType
    datatype uses where needs strictly concerning about its size
    2017-07-18 22:50:04下载
    积分:1
  • hrhed_src
    vc编写的十六进制编辑器(vc compilation hexadecimal system editor )
    2004-11-03 19:10:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载