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 } }
上傳時(shí)間: 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.
上傳時(shí)間: 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.
上傳時(shí)間: 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 ...
上傳時(shí)間: 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...
上傳時(shí)間: 2015-04-10
上傳用戶:lhc9102
資源簡介:純真IP數(shù)據(jù)庫的使用類 使用 void CTestQQwryDlg::OnButtonSave() { NL_QQwry *qq=new NL_QQwry qq->SaveToFile() delete qq } void CTestQQwryDlg::OnButtonLoad() { NL_QQwry *qq=new NL_QQwry UpdateData(1) m_szP=qq->Test() ...
上傳時(shí)間: 2013-12-09
上傳用戶:許小華
資源簡介: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....
上傳時(shí)間: 2013-12-21
上傳用戶:zhengzg
資源簡介:libflash -- This the Version 0.4.10 of the Flash Library for Linux
上傳時(shí)間: 2016-01-08
上傳用戶:dengzb84
資源簡介:This an USB2.0 chip CY7C68013 Configuraion Example for Slave FIFO mode with "async" mode.
上傳時(shí)間: 2014-06-04
上傳用戶:ANRAN
資源簡介:delphi中的幾個(gè)技巧 1、判斷一個(gè)字符串是否包含于另外一個(gè)字符串的方法 例如:if pos( ab , abcd )<>0 then messagedlg( ab是包含于abcd ,mtConfirmation,[mbYes, mbNo],0) pos(obj,target) 在target字符串中找出第一個(gè)出現(xiàn)obj的第一個(gè)字符位置,如果找不...
上傳時(shí)間: 2013-12-31
上傳用戶:z754970244
資源簡介:This java 5.0 in Nutshell book always is old but is readfu
上傳時(shí)間: 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.
上傳時(shí)間: 2016-12-22
上傳用戶:nanfeicui
資源簡介:This is OpenCv1.0 converted for C++Builder6 static libraries arhive.
上傳時(shí)間: 2013-12-20
上傳用戶:hustfanenze
資源簡介:主要源碼: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTem...
上傳時(shí)間: 2013-12-20
上傳用戶:zl5712176
資源簡介: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...
上傳時(shí)間: 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 ...
上傳時(shí)間: 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...
上傳時(shí)間: 2017-05-25
上傳用戶:2467478207
資源簡介://芯片資料請(qǐng)到www.elecfans.com查找 //DS1820 C51 子程序//這里以11.0592M晶體為例,不同的晶體速度可能需要調(diào)整延時(shí)的時(shí)間//sbit DQ =P2^1;//根據(jù)實(shí)際情況定義端口 typedef unsigned char byte;typedef unsigned int? word; //延時(shí)void delay(word usecond...
上傳時(shí)間: 2013-11-03
上傳用戶:hongmo
資源簡介:#include <at24c01a.h>/*************************************************向24C01A寫入一個(gè)字節(jié)輸入:E2ROM地址,字節(jié)數(shù)據(jù)******************************************************/void write24c01a(uchar uadd_1,uchar udata_1){sendbyte=0xa0;start();se...
上傳時(shí)間: 2013-12-23
上傳用戶:wxhwjf
資源簡介:加密算法 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...
上傳時(shí)間: 2015-07-16
上傳用戶:wqxstar
資源簡介:#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 ; ...
上傳時(shí)間: 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...
上傳時(shí)間: 2016-07-02
上傳用戶:184890962
資源簡介:1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib...
上傳時(shí)間: 2017-04-01
上傳用戶:糖兒水嘻嘻
資源簡介:在本課中,我們要用一個(gè)按鍵來實(shí)現(xiàn)跑馬燈的 10 級(jí)調(diào)速。這又會(huì)涉及到鍵的去抖的問 題。? 本課的試驗(yàn)結(jié)果是,每按一次按鍵,跑馬速度就降低一級(jí),共 10 級(jí)。? 這里我們又增加了一個(gè)變量 speedlever,來保存當(dāng)前的速度檔次。? 在按鍵里的處理中,多了當(dāng)前...
上傳時(shí)間: 2017-11-06
上傳用戶:szcyclone
資源簡介:題目:古典問題:有一對(duì)兔子,從出生后第3個(gè)月起每個(gè)月都生一對(duì)兔子,小兔子長到第三個(gè)月后每個(gè)月又生一對(duì)兔子,假如兔子都不死,問每個(gè)月的兔子總數(shù)為多少???? //這是一個(gè)菲波拉契數(shù)列問題 public class lianxi01 { public static void main(String[] ar...
上傳時(shí)間: 2017-12-24
上傳用戶:Ariza
資源簡介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score ??{ ??float math; ??float english; ??float computer; ??}; struct student ??{ ??int numb...
上傳時(shí)間: 2019-06-08
上傳用戶:啊的撒旦
資源簡介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score ??{ ??float math; ??float english; ??float computer; ??}; struct student ??{ ??int numb...
上傳時(shí)間: 2019-06-09
上傳用戶:啊的撒旦
資源簡介:#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,terms; SPNode data [SMAX]; }; sparmatrix CreateSparmatrix() { sparmatrix A; printf("\n\t\t請(qǐng)輸入稀疏...
上傳時(shí)間: 2020-06-11
上傳用戶:ccccy
資源簡介:本源代碼是基于STM32F4xx硬件平臺(tái)設(shè)計(jì)的貪吃蛇小游戲,主要難點(diǎn)在:隨機(jī)點(diǎn)產(chǎn)生、貪吃蛇轉(zhuǎn)向、貪吃蛇貪吃點(diǎn);本部分主要接收產(chǎn)生隨機(jī)點(diǎn),產(chǎn)生隨機(jī)點(diǎn)需要注意兩個(gè)方面:1、隨機(jī)點(diǎn)在有效的范圍內(nèi);2、貪吃點(diǎn)與貪吃蛇不重合。產(chǎn)生隨機(jī)點(diǎn)主要有兩個(gè)函數(shù),分別如下...
上傳時(shí)間: 2022-08-10
上傳用戶:
資源簡介:此程序?qū)崿F(xiàn)的是一個(gè)運(yùn)算器,是在一個(gè)程序的基礎(chǔ)上進(jìn)行改進(jìn)的,計(jì)算器中需要的運(yùn)算以及操作對(duì)象: IF,AND,OR,<,<=,>,>=,<>,=,== 數(shù)字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.
上傳時(shí)間: 2015-04-09
上傳用戶:love1314