-
this small program can help you fast access to Ethernet addresses and IP address...
这个小程序可以帮助你快速获取网卡地址和IP地址-this small program can help you fast access to Ethernet addresses and IP addresses
- 2023-04-17 20:00:03下载
- 积分:1
-
VB程序计算8051定时器的初始化值
VB App for calculating timer initialization value for 8051
- 2022-03-16 10:22:02下载
- 积分:1
-
OpenCV
基于opencv的人脸和人眼检测程序,mfc界面,功能强大,简洁好用-Opencv-based human face and the human eye testing procedures, mfc interface, a powerful, simple and easy to use
- 2022-01-28 00:57:35下载
- 积分:1
-
一个声音记录,回放的程序,同时显示当前声音的电平,可以改造为一个网络点对点的语音通讯程序...
一个声音记录,回放的程序,同时显示当前声音的电平,可以改造为一个网络点对点的语音通讯程序-a voice recording and playback procedure, and the voice of the show current levels, can transform a network of point-to-point voice communications procedures
- 2022-03-26 03:58:30下载
- 积分:1
-
ie输入判断
判断数遍点击ie位置是否可以输入,以及获得ie输入框内容,鼠标点击到ie时可以获得ie的当前位置是否为可输入的地方,已经获得当前可输入位置已经输入的内容。
- 2022-05-24 09:08:17下载
- 积分:1
-
modeless dialog details
无模式对话框详细信息
- 2023-03-22 19:20:03下载
- 积分: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
-
Crypt RSA, WinCrypt
RSA crypt Wincrypt,代码演示RSA加密,解密。打开文件加密.txt,使用明文进行加密。
- 2022-12-19 18:00:03下载
- 积分:1
-
ppc下的evc编程,通过gdi操作,画2d图形
ppc下的evc编程,通过gdi操作,画2d图形-EVC programming under ppc by gdi operations, drawing 2d graphics
- 2023-08-30 06:30:04下载
- 积分:1
-
//就是一个封闭区域,要用不同的颜色填充,先在其内部选中一点象素作为“种子”,对其填充,然后判//断其上下左右的象素是否在封闭区域内且未被填充,如果是则也把它选...
//就是一个封闭区域,要用不同的颜色填充,先在其内部选中一点象素作为“种子”,对其填充,然后判//断其上下左右的象素是否在封闭区域内且未被填充,如果是则也把它选为“种子”压入栈,再从栈中弹//出一个对其填充,再判断其上下左右的象素,如此往复,直到最后一个象素被填充为止。
//说明程序用递归 来实现
//fill_point(x,y) //把x,y 单元格进行填充
//is_inner(x,y) 判断x,y是否是单元格内部的点,如果是则返回1否则0-Seed filling algorithm
- 2022-10-25 15:10:03下载
- 积分:1