代码搜索:loader程序源码
找到约 10,000 项符合「loader程序源码」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13080857
txt 如何在程序中禁止屏幕保护程序.txt
利 用 API函 数 SystemParametersInfo可 以 实 现 :
SystemParametersInfo SPI_SETSCREENSAVEACTIVE, False, 0, SPIF_SENDWININICHANGE
www.eeworm.com/read/478008/6727932
txt 程序的书写规则(程序的编码规范).txt
[编程技巧]程序的书写规则(程序的编码规范)
程序匠人 发表于 2005-8-8 23:20:00 阅读全文(649) | 回复(0) | 引用(0)
程序的书写规则(程序的编码规范)
随着软件产品的功能增加和版本的提高,代码越来越复杂,源文件也越来越多,
对于软件开发人员来说,除了保证程序运行的正确性和提高代码的运行效率之外,规
范风格的 ...
www.eeworm.com/read/153720/12011488
pdf iccavr c语言例子程序源程序.pdf
www.eeworm.com/read/114100/15113183
txt 如何在程序中禁止屏幕保护程序.txt
利 用 API函 数 SystemParametersInfo可 以 实 现 :
SystemParametersInfo SPI_SETSCREENSAVEACTIVE, False, 0, SPIF_SENDWININICHANGE
www.eeworm.com/read/28622/871895
doc 程序14-8:电子琴程序.doc
www.eeworm.com/read/28622/871907
doc 程序11-15:频率计程序.doc
www.eeworm.com/read/26219/955753
c pcf8563读闹钟子程序 程序.c
//********** PCF8563读闹钟子程序PCF8563_read _alm()********
void PCF8563_read_alm( struct alarm * alm)
{
IIC_ read_lendata(0xA2,9,&alm->minute,1); //读分钟字节
IIC_ read_lendata(0xA2,10,&alm->hour,1);
www.eeworm.com/read/473388/6851894
c 应用程序调用usb驱动程序.c
#include "stdafx.h"
#include
#include
#include
#include
#include
// Microsoft released two setupapi.h files: one in Win98 DDK and
/
www.eeworm.com/read/268337/11142715