-
glm源程序包
由于C/C++标准库中没有几何数学库,这样造成在开发一个三维系统之初往往都需要自行实现一个实用的几何数学库,这样太费时费力了。GLM的出现可以很好的解决这个问题。
GLM设计上遵照OpenGL Shading Language风格,使用开放的MIT授权协议。会GLSL的人可以很快上手。因采用了数据结构与函数方法分离的方式,可以很容易扩充函数方法而不改变原文件(增加新的头文件即可,不过得在不同的头文件中找函数方法比较费力
- 2022-07-05 00:25:17下载
- 积分:1
-
minigui 的字体
minigui 的字体-MiniGUI fonts
- 2022-04-08 01:33:47下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
PicShow可以帮您将整个文件夹里头的图像,逐一显示在画面上,供大家兴赏。其主要的功能有:1.支持常见的文件格式,如JPEG、BMP、TIFF、GIF、PNG...
PicShow可以帮您将整个文件夹里头的图像,逐一显示在画面上,供大家兴赏。其主要的功能有:1.支持常见的文件格式,如JPEG、BMP、TIFF、GIF、PNG、PSD、TGA、PCX等;2.可直接播放声音或音乐格式,如WAV、MIDI、MP3、RA、RMI、AIFF、AU等;3.使用者可自行设定展示图片时的参数;4.提供线上操作手册及自动模式。 -PicShow can help you to a whole bunch of folders of images, each show on the picture for everyone- tours. Its main functions are : 1. Support for common file formats, such as JPEG, BMP, TIFF, GIF, PNG, PSD, TGA, PCX; 2. Direct broadcast sound or music formats, including WAV, MIDI, MP3, RA, RMI, AIFF, AU; 3. users can set their own display pictures of the parameters; 4. providing online operations manual and automatic mode.
- 2022-07-25 18:39:59下载
- 积分:1
-
LED控制卡上位机程序,目前为初步设计,以后逐步完善,部分功能设计值得借鉴...
LED控制卡上位机程序,目前为初步设计,以后逐步完善,部分功能设计值得借鉴-LED control card host computer program, currently the preliminary design
- 2022-10-17 13:10:03下载
- 积分:1
-
This application not only demonstrates the basics of using the Microsoft Foundat
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
- 2022-05-24 06:05:24下载
- 积分:1
-
网站用户访问来源饼形图数据统计代码
应用背景基于js技术制作的饼状图统计代码,效果比较好,十分的实用,可以互相交流关键技术
- 2022-09-28 07:20:03下载
- 积分:1
-
有屏幕截图和带有半透明字体函数的例子
有屏幕截图和带有半透明字体函数的例子-There is a translucent screen shots and examples of fonts function
- 2022-08-15 21:31:50下载
- 积分:1
-
beautiful station!
美化画图界面,能够画出很多漂亮的界面,自己试一下。-beautiful station!
- 2022-06-16 15:00:39下载
- 积分:1
-
numerical algorithm data structure and implementation
数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
- 2022-08-08 04:05:42下载
- 积分:1