代码搜索:QCC
找到约 84 项符合「QCC」的源代码
代码结果 84
www.eeworm.com/read/386874/8720392
sav qcc_1.sav
www.eeworm.com/read/168845/5430232
jam qcc-tools.jam
# Copyright (c) 2005 Rene Rivera.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
{
local GXX =
www.eeworm.com/read/295035/8189385
m qcc4.m
function c4=qcc4(H)
%c4=qcc4(H)
%如果包含有4环,则c4=1,否则c4=0
[rows cols]=size(H);
doubleH=double(H);
M=doubleH*doubleH';
t=find(M>1);
len=length(t);
cnt=len-rows;
c4=cnt>0;
www.eeworm.com/read/331534/3411232
svn-base makedepend.qcc.svn-base
K 13
svn:eol-style
V 6
native
END
www.eeworm.com/read/331534/3411242
svn-base makedepend.qcc.svn-base
#! /bin/sh
#
# $Id: //poco/1.3/build/script/makedepend.qcc#1 $
#
# makedepend.gcc
#
# Create dependency file, QNX Neutrino QCC version
# Usage: makedepend.qcc source target dir1 dir2 dir3 dir4 flags..
www.eeworm.com/read/261579/11635622
pas infoimport.pas
unit InfoImport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Base, ActnList, ComCtrls, ToolWin, cxStyles, cxCustomData,
cxGraphics
www.eeworm.com/read/389205/8542639
uue test_nandflash.uue
begin 0666 test_nandflash.bin
M@-J@XPC@G^4.\*#A! "?Y0#PH.%(@@ D%. 0 0H., *#C 0" XD +4./\
M__^Z 1"!XC( 4>/X__^Z#O"@X03@+>6((9_E" "2Y8 @.- (#C( " XQ
M@.,( (+E[?__ZP@ DN6 "#B0 @XB (.(0 "#B
www.eeworm.com/read/407291/7117412
txt flash.txt
部分作品效果:
凝望 http://cp.paipai.com/qcc_preview/qcc_preview.html?id=1000384&type=1
劲舞秀 http://cp.paipai.com/qcc_preview/qcc_preview.html?id=1000521&type=1
www.eeworm.com/read/161017/6305862
uue test_nandflash.uue
begin 0666 test_nandflash.bin
M@-J@XPC@G^4.\*#A! "?Y0#PH.%(@@ D%. 0 0H., *#C 0" XD +4./\
M__^Z 1"!XC( 4>/X__^Z#O"@X03@+>6((9_E" "2Y8 @.- (#C( " XQ
M@.,( (+E[?__ZP@ DN6 "#B0 @XB (.(0 "#B
www.eeworm.com/read/342073/12043619
c binary_values.c
#include "spiht.h"
#include "spihtdecode.h"
int QccBinaryCharToInt(const unsigned char *ch, unsigned int *val)
{
int byte_cnt;
if ((val == NULL) || (ch == NULL))
return(0);
/*