搜索:destroy
找到约 10 项符合「destroy」的查询结果
结果 10
https://www.eeworm.com/dl/648/464698.html
单片机开发
Font class which can create, destroy and manage font
Font class which can create, destroy and manage font
https://www.eeworm.com/dl/644/325014.html
汇编语言
Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CM
Program main BIOS image |
| /B - Program Boot Block |
| /N - Program NVRAM |
| /C - Destroy CMOS checksum |
| /E - Program Embedded Controller Block |
| /K - Program all non-critical blocks |
| /Kn - Program n th non-critical block only(n=0-7) |
| /Q - Silent execution |
...
https://www.eeworm.com/dl/619/383790.html
Linux/Unix编程
/* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALS
/* 在这里我们连接 "destroy" 事件到一个信号处理函数。
* 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值
* 都会触发这个事件。*/
g_signal_connect (G_OBJECT (window), "destroy",
G_CALLBACK (destroy), NULL)
/* 设置窗口边框的宽度。*/
gtk_ ...
https://www.eeworm.com/dl/665/478895.html
matlab例程
Rayleigh Fading Ampalitude without Phase Fading, The key point for ONES is that, in some modulation
Rayleigh Fading Ampalitude without Phase Fading, The key point for ONES is that, in some modulation schemes like DPSK the phase error can not destroy the results.
https://www.eeworm.com/dl/654/451973.html
数据结构
1.建立一个抽象数据类型的二叉树演示程序
1.建立一个抽象数据类型的二叉树演示程序,菜单包括Creak(建树),Traval(遍历),LEAVES(叶子结点),DISPLAY(显示),DESTROY(销毁),EXIT(退出)。
2待加工的数据为字符型,在过程中键入.
https://www.eeworm.com/dl/619/451815.html
Linux/Unix编程
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 ...
https://www.eeworm.com/dl/830159.html
技术资料
STM32二维码与条形码识别库(含资料与源码)
该二维码&条码识别LIB功能:1,支持QR二维码识别.2,支持CODE128,CODE39,I25,EAN13等四种编码方式的条码识别.3,支持UTF8-OEM转换输出(需要客户自己提供转换码表).    本LIB移植步骤:    1,实现atk_qrdecode.c里面的所有函数. 2,堆栈(Stack_Size)设置为0X1000或以上.&n ...
https://www.eeworm.com/dl/895829.html
技术资料
基于STC15单片机的白酒窖池无线温度监测节点设计
针对传统白酒固态发酵窖池温度采集方式耗时耗力、破坏发酵环境、精度偏差大的问题,基于STC15单片机和蓝牙技术设计一种无线的窖池温度监测节点。基于低耗特性,节点主控芯片选用STC15W4K32S4单片机;利用数字化温度传感器模块DS18B20对窖池内的环境温度进行采集,并通过与STC15W4K32S4单片机相连的信号线将 ...
https://www.eeworm.com/dl/513825.html
源码
c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowCla ...
https://www.eeworm.com/dl/513826.html
软件
简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowCla ...