-
The program of dll test can examine the effect from dll file.
dll测试的文件可以把dll文件的效果进行查看-The program of dll test can examine the effect from dll file.
- 2022-02-07 20:42:06下载
- 积分:1
-
huffmancode的完整实例分析
hufffmancode的完整实例分析!代码简易!通过min函数 select函数来实现huffmancode的全过程!
- 2022-05-17 08:51:06下载
- 积分:1
-
一个动态的字符串类,与规模的快速测定方法,级联,…
A dynamic string class, with fast methods for size determination, concatenation, etc.
- 2022-10-04 09:00:03下载
- 积分:1
-
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境...
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm collection, including a variety of enhanced DES algorithm, the deformation DES algorithm, there is PASCAL, ASM, C, such as multi-lingual version, there is DOS, WINDOWS, Linux, and other UNIX environment code
- 2022-03-10 13:54:14下载
- 积分:1
-
消去法求解线性方程组。
MFC做的可视化界面。
消去法求解线性方程组。
MFC做的可视化界面。-Elimination method for solving linear equations. MFC to do visual interface.
- 2022-01-22 14:27:56下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
Date & Time
这是简单的应用程序代码,显示当前时间和日期。它是用Python编写的语言。此外,为了可视化的应用程序,我用了“Tkinter的”库。欲了解更多信息,你可以参考它的网站,并找到不同的方法,帮助您使您的应用程序的框架。请注意,我用的Python IDE的第3版本编写代码。 我也把这段代码在Saakhtani这是一个波斯的网站
- 2022-03-02 23:17:26下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
java开发的档案管理系统
本系统是用java开发的具有图形界面的档案管理系统,可以实现档案的管理功能,整体功能描述较为详细,适合学习,难度不大。
同时实现了java多线程的设计思想和java对于网络的编程以及服务器的相关知识
- 2022-12-05 21:00:03下载
- 积分:1
-
The book version of DirectX SDK 9.0 to modeled, involving almost covered in the...
本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Window
-The book version of DirectX SDK 9.0 to modeled, involving almost covered in the Window
- 2022-08-19 11:01:09下载
- 积分:1