代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/382361/2637874
prerm comedi-source.prerm
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-source ]; then
rm -f /usr/doc/comedi-source
fi
www.eeworm.com/read/382361/2637879
postinst comedi-source.postinst
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/comedi-source -a -d /usr/share/doc/comedi-source ]; then
ln -sf ../share/doc/comedi-source /usr/doc/comedi-source
fi
fi
www.eeworm.com/read/380709/2652818
tcl ns-source.tcl
#
# Copyright (c) 1996 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided th
www.eeworm.com/read/378997/2677612
js source_editor.js
tinyMCEPopup.requireLangPack();
tinyMCEPopup.onInit.add(onLoadInit);
function saveContent() {
tinyMCEPopup.editor.setContent(document.getElementById('htmlSource').value);
tinyMCEPopup.close();
}
f
www.eeworm.com/read/378241/2687634
c source1.c
/*P1.0和P1.1分别由两开关控制S1,S2。开始为全关,2S后S1开,0.1S后S2开,
/*S1保持2.0S S2保持2.4S,如此反复,fosc=10Mz
/*(关关)2S后(关开)1S后(开开)1.9S后(开关)5S后(关关)
/*设每次10ms中断一次,对应的次数为:0,200,300,490,990 而P1输出0,1,3,2 */
#include
www.eeworm.com/read/378241/2687635
c source2.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define COM8255 XBYTE[0xdfff]
#define PA8255 XBYTE[0xdffc]
uchar data s[6] _at_ 0x20;
uchar data t[
www.eeworm.com/read/376561/2708993
js source_editor.js
function saveContent() {
tinyMCE.setContent(document.getElementById('htmlSource').value);
tinyMCE.closeWindow(window);
}
function onLoadInit() {
tinyMCEPopup.resizeToInnerSize();
// Remo
www.eeworm.com/read/376006/2718245
source largeobject_1.source
--
-- Test large object support
--
-- Load a file
CREATE TABLE lotest_stash_values (loid oid, fd integer);
-- lo_creat(mode integer) returns oid
-- The mode arg to lo_creat is unused, some vestigal ho
www.eeworm.com/read/375758/2720039
js source_html.js
function loadTxt()
{
document.getElementById("txtLang").innerHTML = "\u6362\u884c ";
document.getElementById("btnCancel").value = "\u53d6\u6d88 ";
document.getElementById("btnApply
www.eeworm.com/read/375190/2726383
py source_locations.py
#!/usr/bin/python
# Copyright (C) Craig Rodrigues 2005.
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LIC