代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/295689/8145640
c msg.c
/* Wedit String Table */
char *StrTab[]={
/* strings from D:\LCC\SRC44\MAIN.C */
"Impossible to open %s\n", /* 0 */
"lcc: break. Erasing %s\n", /* 1 */
"Trap signal received. Compilation abort
www.eeworm.com/read/295144/8184190
cs parser.cs
/*
* Parser.cs
*
* Copyright (c) 2001, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/295072/8187985
c imagenet.c
/*
******************************************************************
* HISTORY
* 15-Oct-94 Jeff Shufelt (js), Carnegie Mellon University
* Prepared for 15-681, Fall 1994.
*
********
www.eeworm.com/read/294402/8227291
h sexp_ops.h
/**
SFSEXP: Small, Fast S-Expression Library version 1.0
Written by Matthew Sottile (matt@lanl.gov)
Copyright (2004). The Regents of the University of California. This material
was produced under U
www.eeworm.com/read/394093/8248999
cpp x24.cpp
#include
#include
using namespace std;
double number[4];
string expression[4];
bool Search(int n)
{
if(n==1)
{
if(number[0]==24)
{
cout
www.eeworm.com/read/393216/8303658
m disspp.m
function disspp(x)
% 此程序解决经典的24点游戏
% disspp(x)
% example:x=[3 3 8 8]
% disspp(x)
% 算法在网上有的,也可以编c++,java,asp,jap,html&etc,有兴趣者可以试试
% copyright:\流水
% 编写于5月27日晨
if nargin==0
x=[6 6 6 6];