void DockWidget::dock() { if (!docked) { KWin::setSystemTrayWindowFor(this->winId(), 0) this->setFixedSize(24, 24) this->show() docked = true } }
資源簡介:void DockWidget::dock() { if (!docked) { KWin::setSystemTrayWindowFor(this->winId(), 0) this->setFixedSize(24, 24) this->show() docked = true } }
上傳時間: 2013-12-10
上傳用戶:417313137
資源簡介:Part2 using C++ Operators if you are dreading this chapter because you don t like math_relax. c++ does all your math for you!it is a miscon ception that you have to be good at math to understand how to program compters.
上傳時間: 2016-10-16
上傳用戶:tonyshao
資源簡介:Part5 using C++ Operators if you are dreading this chapter because you don t like math_relax. c++ does all your math for you!it is a miscon ception that you have to be good at math to understand how to program compters.
上傳時間: 2014-01-22
上傳用戶:wlcaption
資源簡介:Imagine that you are a web developer (which is probably not a stretch if you are reading this book) and you are being encouraged to add some Ajax features to a site you’re working on. Maybe the originator of this request is your boss or ...
上傳時間: 2013-11-27
上傳用戶:鳳臨西北
資源簡介:This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how to perform functions such as adding a new layer ad...
上傳時間: 2015-04-10
上傳用戶:lhc9102
資源簡介:This libusb version 0.1.12. libusb is a library which allows userspace application access to USB devices. The official ftp site is: ftp://ftp.libusb.sourceforge.net/pub/libusb/ The official web site is: http://libusb.sourceforge....
上傳時間: 2013-12-21
上傳用戶:zhengzg
資源簡介:libflash -- This the Version 0.4.10 of the Flash Library for Linux
上傳時間: 2016-01-08
上傳用戶:dengzb84
資源簡介:This an USB2.0 chip CY7C68013 Configuraion Example for Slave FIFO mode with "async" mode.
上傳時間: 2014-06-04
上傳用戶:ANRAN
資源簡介:This java 5.0 in Nutshell book always is old but is readfu
上傳時間: 2014-01-10
上傳用戶:fanboynet
資源簡介:Scope of this RevisionThe 2.0 revision of the specification is intended for product design. Every attempt has been made to ensure aconsistent and implementable specification. Implementations should ensure compliance with this revision.
上傳時間: 2016-12-22
上傳用戶:nanfeicui
資源簡介:This is OpenCv1.0 converted for C++Builder6 static libraries arhive.
上傳時間: 2013-12-20
上傳用戶:hustfanenze
資源簡介:This book is designed to teach you the best practices in developing Windows DNA applications. We have avoided making this book a primer on every technology associated with Windows DNA. If we had followed this course, this would be an ency...
上傳時間: 2016-11-27
上傳用戶:yyq123456789
資源簡介:A heap is a binary tree satisfying the following conditions: 􀂄 This tree is completely balanced. 􀂄 If the height of this binary tree is h, then leaves can be at level h or level h-1. 􀂄 All leaves at level h are ...
上傳時間: 2014-01-01
上傳用戶:gundan
資源簡介:Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left...
上傳時間: 2017-05-25
上傳用戶:2467478207
資源簡介://芯片資料請到www.elecfans.com查找 //DS1820 C51 子程序//這里以11.0592M晶體為例,不同的晶體速度可能需要調整延時的時間//sbit DQ =P2^1;//根據實際情況定義端口 typedef unsigned char byte;typedef unsigned int? word; //延時void delay(word usecond...
上傳時間: 2013-11-03
上傳用戶:hongmo
資源簡介://遙控解碼子程序,LC7461,用戶碼為11C//external interrupt0void isr_4(){ ?unsigned char r_count;//定義解碼的個數?unsigned long use_data=0;//定義16位的用戶碼,只用到13位?unsigned long use_code=0;//定義16位的用戶反碼,只用到13位?unsigned ...
上傳時間: 2014-03-27
上傳用戶:shenlan
資源簡介:加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message dig...
上傳時間: 2015-07-16
上傳用戶:wqxstar
資源簡介:/* ?* _168ZHONGDUAN2.c ?* ?* Created: 2014/11/2 15:12:45 ?* ?Author: lenovo ?*/? #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic....
上傳時間: 2016-03-03
上傳用戶:彥 yan
資源簡介:?實驗源代碼 //Warshall.cpp?#include<stdio.h>?void?warshall(int?k,int?n)?{?int?i?,?j,?t;?int?temp[20][20];?for(int?a=0;a<k;a++)?{?printf("請輸入矩陣第%d?行元素:",a);?for(int?b=0;b<n;b++)?{?scanf?("%d",&temp[a][b]);?}...
上傳時間: 2016-06-27
上傳用戶:梁雪文以
資源簡介:#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; ...
上傳時間: 2016-07-02
上傳用戶:184890962
資源簡介:/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:漸亮1:漸滅 char ?pwm=0; c...
上傳時間: 2016-07-02
上傳用戶:184890962
資源簡介:#define TM1638_STB ? ? ? ? ? ? ? ? ? ? ?PORTC_Bit1 #define TM1638_CLK ? ? ? ? ? ? ? ? ? ? ?PORTC_Bit2 #define TM1638_DIO_IN ? ? ? ? ? ? ? ?DDRC_Bit3=0 #define TM1638_DIO_OUT ? ? ? ? ? ? DDRC_Bit3=1 #defin...
上傳時間: 2017-01-12
上傳用戶:ds68
資源簡介:在本課中,我們要用一個按鍵來實現跑馬燈的 10 級調速。這又會涉及到鍵的去抖的問 題。? 本課的試驗結果是,每按一次按鍵,跑馬速度就降低一級,共 10 級。? 這里我們又增加了一個變量 speedlever,來保存當前的速度檔次。? 在按鍵里的處理中,多了當前...
上傳時間: 2017-11-06
上傳用戶:szcyclone
資源簡介:#include<stdio.h> #define TREEMAX 100 typedef struct? BT { char data; BT *lchild; BT *rchild; }BT; BT *CreateTree(); void Preorder(BT *T); void Postorder(BT *T); void Inorder(BT *T); void Leafnum(BT *T); void Nodenum(BT *T); int TreeDep...
上傳時間: 2020-06-11
上傳用戶:ccccy
資源簡介:* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If ...
上傳時間: 2014-12-20
上傳用戶:Yukiseop
資源簡介:基礎程序設計 01 閃爍的LED? /* ?名稱閃爍的LED? ?說明LED按設定的時間間隔閃爍 */? #include<reg51.h>? #define uchar unsigned char? #define uint unsigned int? sbit LED=P1^0;? //延時? void DelayMS(uint x) ?{? ?uchar i;? ?whil...
上傳時間: 2016-09-19
上傳用戶:xinhoujue
資源簡介:基礎程序設計 01 閃爍的LED? /* ?名稱閃爍的LED? ?說明LED按設定的時間間隔閃爍? */? #include<reg51.h>? #define uchar unsigned char? #define uint unsigned int? sbit LED=P1^0;? //延時? void DelayMS(uint x)?{? ?uchar i;? ?while...
上傳時間: 2016-09-19
上傳用戶:xinhoujue
資源簡介:#include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR...
上傳時間: 2022-06-01
上傳用戶:kingwide
資源簡介:This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is not meant to be integrated into any application, but rather it should be used for demonstrative purposes. It clearly shows the basics of ho...
上傳時間: 2014-01-13
上傳用戶:bcjtao
資源簡介:The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib d...
上傳時間: 2015-04-30
上傳用戶:縹緲