代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/104218/15701740
h auto.h
//戒1:不要将不同类型的智能指针相赋值
//戒2:不要将命长的智能指针赋给命短的智能指针
//戒3:不要将智能指针作为值参传给非资源释放子程序,最好也不要用形参
//戒4:非资源申请函数不要以如何形式返回智能指针
//戒5:一个指针如果被智能指针取得就不应该让其释放给非智能指针
//说明:智能指针(引用计数的除外)都以某种形式传递一个令牌
#ifndef <mark>auto</mark>_ptr_h
#d ...
www.eeworm.com/read/100370/15876012
pjt auto.pjt
www.eeworm.com/read/100370/15876018
pjx auto.pjx
www.eeworm.com/read/291152/8439656
prg auto_update.prg
search_path='D:\TOOLS_CD' &&需扫描的盘符
USE
CREATE CURSOR auto_update(main_path c(250), file_size n(12),file_modi_date d,file_modi_time c(10),file_property c(6))
APPEND BLANK
REPL main_path WITH sear
www.eeworm.com/read/291152/8439659
fxp auto_update.fxp
www.eeworm.com/read/188938/8507509
bmp getorder_auto.bmp
www.eeworm.com/read/389692/8507871
dat auto-gas.dat
18.0 8 307.0 130.0 3504. 12.0 70 1 "chevrolet chevelle malibu"
15.0 8 350.0 165.0 3693. 11.5 70 1 "buick skylark 320"
18.0 8 318.0 150.0 3436.
www.eeworm.com/read/289769/8528342
c ts_auto.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "Ts_auto.h"
#define ADCPRS 39
void __irq Adc_or_TsAuto(void)
{
rINTSUBMSK|=(BIT_SUB_ADC|BIT_SUB_TC); // Mask su
www.eeworm.com/read/289769/8528429
h ts_auto.h
#ifndef __Ts_auto_H__
#define __Ts_auto_H__
void Ts_Auto(void);
#endif /*__Ts_auto_H__*/