代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/262079/11607709
cpp cheap.cpp
#include"iostream.h"
#include"stdio.h"
int ifover(int *p)
{
int i=1;
while(p[i-1])
i++;
if(i>=6)
return 1;
else
return 0;
}
void main()
{
// int a[5][5]={0,42,33,52,29,42,0,26,
www.eeworm.com/read/259531/11784784
readme-first
$Id: README-FIRST,v 1.1.1.1 2003/03/30 18:55:39 al-guest Exp $
=============================================================================
minicom-1.78-s + lrzsz-0.12.16 X, Y, Zmodem protocols + mod
www.eeworm.com/read/150238/12302672
m blockframes.m
function M3 = blockFrames(s, fs, m, n)
% blockFrames: Puts the signal into frames
%
% Inputs: s contains the signal to analize
% fs is the sampling rate of the signal
% m is the
www.eeworm.com/read/336899/12408044
html install.html
Building,
Installing, and Packaging Mini-XML
This chapter de
www.eeworm.com/read/336899/12408195
changes
CHANGES - 2008-01-28
--------------------
CHANGES IN Mini-XML 2.5
- The mxmldoc program now makes greater use of CSS and
supports a --css option to embed an alternate stylesheet.
- The mxmldoc
www.eeworm.com/read/218331/14926278
readme-first
$Id: README-FIRST,v 1.1.1.1 2003/03/30 18:55:39 al-guest Exp $
=============================================================================
minicom-1.78-s + lrzsz-0.12.16 X, Y, Zmodem protocols + mod
www.eeworm.com/read/114764/15038985
dpr mir2.dpr
program mir2;
uses
Forms,
Dialogs,
IniFiles,
Windows,
SysUtils,
ClMain in 'ClMain.pas' {FrmMain},
DrawScrn in 'DrawScrn.pas',
IntroScn in 'IntroScn.pas',
PlayScn in 'Play
www.eeworm.com/read/215632/15056089
txt readme.txt
========================================================================
CONSOLE APPLICATION : Mini FtpServer
========================================================================
App
www.eeworm.com/read/208892/15233097
txt text1.txt
#include
using namespace std; //使用标准命名空间std
#define M 3 //矩阵的行数
#define M 4 //矩阵的列数
class Matrix
{
int a[M][N]; //存放二维树组的值
public