-
不错的API帮助API查询系统,带vb例子,可用作有一定VB基础的朋友学习VB 高级编程。...
不错的API帮助API查询系统,带vb例子,可用作有一定VB基础的朋友学习VB 高级编程。-good API API help the inquiry system, with vb example, VB can be used as a basis for a certain friend of learning VB senior programming.
- 2023-03-28 12:50:04下载
- 积分:1
-
《Eclipse in Action》,Manning 出版社的配套源代码
《Eclipse in Action》,Manning 出版社的配套源代码-Eclipse in Action, Manning Press, supporting source code
- 2022-04-16 12:55:34下载
- 积分:1
-
windows2000 Device Driver Design Guide
windows2000设备驱动程序设计指南-windows2000 Device Driver Design Guide
- 2022-06-17 12:00:10下载
- 积分:1
-
用VB编写DirectX7.0游戏
DirectX7.0终于出现了,同前面DirectX6相同,版本7也带了一个庞大(129M)的SDK开发库,同Dir...
用VB编写DirectX7.0游戏
DirectX7.0终于出现了,同前面DirectX6相同,版本7也带了一个庞大(129M)的SDK开发库,同DirectX6 SDK库相比,DirectX7的SDK库提供了以下新的功能:
* 对于Visual Basic的支持。用户可以使用类库在Visual Basic环境下开发基于DirectX的程序。
* 提供更多DirectX3D立即模式(Immediate Mode)下的API函数,以支持DirectX7中新的3D特效,包括立体环境映射、顶点混合等。
* DirectMusic支持DownLoadable Sound Level 2标准。
* DirectInput支持8按键的游戏杆设备,同时支持Microsoft的力反馈摇杆。SDK库提供了读取力反馈效果文件的方法。同时提供了Force Editor程序来建立效果。
对于VB爱好者来说,新的SDK库终于提供了完整的对VB的支持,现在终于可以使用Visual Basic来编写DirectX的程序了。
-err
- 2022-09-12 09:10:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载...
用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载-using TCP/IP internetworking this book in the source code, even in the hope that everyone likes. Download
- 2022-03-17 07:18:45下载
- 积分:1
-
c语言常用算法,是学习c的很好练习的源码。
c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
- 2022-05-04 23:05:05下载
- 积分:1
-
This is some level of change to the interface circuit, in the electronic design...
这是一些关于电平转换的接口电路图的介绍,在电子设计的过程中很实用。-This is some level of change to the interface circuit, in the electronic design process is very practical.
- 2022-03-07 06:57:12下载
- 积分:1
-
本资料详细描述了fortran95的编程语法及其在数值计算中的应用。...
本资料详细描述了fortran95的编程语法及其在数值计算中的应用。-This information is described in detail fortran95 programming syntax and its application in numerical calculation.
- 2023-03-20 20:20:06下载
- 积分:1
-
验证IP 验证IP 验证IP
验证IP 验证IP 验证IP -Verification IP to verify IP authentication IP authentication IP authentication IP
- 2022-03-24 01:38:12下载
- 积分:1