代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/277141/10664559
htm otl3_ex108.htm
OTL 4.0, Example 108 (OTL/ODBC and bulk operations with MS SQL
Servers's TEXT)
www.eeworm.com/read/277141/10664577
htm otl4_ex513.htm
OTL 4.0, Example 513 (OTL/ODBC and bulk operations with MS SQL
Servers's TEXT)
www.eeworm.com/read/421785/10699060
c binbit.c
/* binbit.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int main(void)
{
char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/418304/10955192
m fm_comp.m
function fm_comp(flag)
% FM_COMP define settings and operations of the GUI
% for creating new components
%
% FM_COMP(FLAG)
%
%see also FM_MAKE FM_COMPONENT FM_BUILD
%
%Author: Federico Mila
www.eeworm.com/read/458000/7314454
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/457902/7315807
c binbit.c
/* binbit.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int main(void)
{
char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/456193/7355042
m fm_comp.m
function fm_comp(flag)
% FM_COMP define settings and operations of the GUI
% for creating new components
%
% FM_COMP(FLAG)
%
%see also FM_MAKE FM_COMPONENT FM_BUILD
%
%Author: Federico Mila