虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

IF

  • width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu

    width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) IF (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }

    标签: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height

    上传时间: 2013-12-26

    上传用户:thinode

  • opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C

    opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external numerical libraries, though it can make use of some of them (see below) at runtime, IF they are available

    标签: cross-platform middle-to-high consists hundreds

    上传时间: 2013-12-25

    上传用户:李梦晗

  • 卫星调谐器 DBS TUNER The TA1322FN is a wideband down-converter which can operate at input frequency ra

    卫星调谐器 DBS TUNER The TA1322FN is a wideband down-converter which can operate at input frequency ranging from 850 MHz to 2200 MHz. Intended primarily for use in satellite tuners, this IC includes an oscillator, a mixer, an IF amplIFier and a PLL.

    标签: down-converter frequency wideband operate

    上传时间: 2017-06-17

    上传用户:xinyuzhiqiwuwu

  • 5800C Fm芯片资料和驱动代码 技术特点: *国内首颗采用CMOS工艺的调频收音机芯片; *驱动能力强

    5800C Fm芯片资料和驱动代码 技术特点: *国内首颗采用CMOS工艺的调频收音机芯片; *驱动能力强,可直接驱动耳机及放大器; *功耗低,比国外先进方案还低1mA; *频率覆盖从76M-108M的各国调频波段; *高度集成度,所需外围器件数为零; *强大的LOW-IF数字音频结构; *强大的数字信号处理技术(DSP),实现自动频率控制和自动增益控制; *数字自适应噪声抑制 接受灵敏度高、音质出色、立体声效果优异; *支持重低音,可调式电台搜寻、柔软静音和混音等功能; *只需一个32.768K晶振作为参考时钟; *支持I2C和SPI数字接口,支持I2S音频接口,可以配合所有多媒体处理芯片; *可调去加重(50/75 us) ; *模拟和数字音量控制; *线性模拟输出电压; *两线和三线控制接口模式; *封装面积: 4×4mm,24-pin QFN

    标签: 5800C CMOS 驱动 芯片资料

    上传时间: 2017-06-21

    上传用户:1101055045

  • This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 wit

    This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 with report using html page. You should load this components: -Kewlbuttonz -Ms Rich Textbox Control -Ms Windows Common COntrols 6.0 -Ms Windows Common COntrols-2 6.0 -VB 6 Resource Editor All components in this source isn t include in this zip file s. you should find them on web, IF you don t have it :-) Before you run this source, you must run reg file on folder Info.

    标签: application finance project Server

    上传时间: 2013-12-31

    上传用户:zm7516678

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even IF they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    标签: user-space can drivers perform

    上传时间: 2014-01-01

    上传用户:saharawalker

  • GNU_Radio GNU radio is a free/open-source software toolkit for and the con

    GNU_Radio GNU radio is a free/open-source software toolkit for and the content is controlled by a handful of organizations. Cell building software radios, in which software defines the phones are a great convenience, but the features your phone transmitted waveforms and demodulates the received supports are determined by the operator s interests, not yours. waveforms. Software radio is the technique of getting code A centralized system limits the rate of innovation. Instead of as close to the antenna as possible. It turns radio hardware cell phones being second-class citizens, usable only IF problems into software problems.

    标签: open-source GNU_Radio software toolkit

    上传时间: 2017-06-27

    上传用户:拔丝土豆

  • This code outputs various NMEA strings to a com port. The code was originally used to test naviati

    This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. IF you change this to visible the relevant NMEA string can be displayed.

    标签: code originally outputs naviati

    上传时间: 2013-11-30

    上传用户:熊少锋

  • Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI,

    Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI, text file, array, etc... IF you like this program, pls vote me :D Just compile and run the program. javac FacultyBookList_Main java FacultyBookList_Main

    标签: program this assignment JTable

    上传时间: 2013-12-13

    上传用户:时代电子小智

  • Normally a list view is updated by a user directly by selecting a list view item and then editing or

    Normally a list view is updated by a user directly by selecting a list view item and then editing or deleting it. New items are usually added at the bottom of the list. This works fine since the user knows which items have been changed or deleted and where the new items will pop up. A drawback of it is that, IF the list is sorted, then new items will not be displayed in a sorted way, instead they will be listed in the order of being created.

    标签: list view selecting Normally

    上传时间: 2017-07-02

    上传用户:Pzj