代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/302812/13827004
c f.c
#include "typedef.h"
#include "utilities.h"
#include "ip.h"
u16_t chkum(u16_t *dataptr,u16_t len,u32_t acc)
{
for(;len>1;len-=2)
acc+=*(u16_t*)dataptr++;
if(len&1){
acc+=htons((u16_t)((*(u8_t*
www.eeworm.com/read/302298/13838093
m f.m
function f=f(x)
n=size(x);
I=ones(n);
f=(I+(x./2).^2).^2*pi;
www.eeworm.com/read/302283/13838201
cpp f.cpp
// Problem F
// http://acm.zju.edu.cn/show_problem.php?pid=2711
// Solution by semiconductor
#include
#include
#include
using namespace std;
const char NUL = '\0'
www.eeworm.com/read/301646/13853222
m f.m
function r=f(x)
n=3;
r=zeros(n,1);
r(1)=x(1).^2-10*x(1)+x(2).^2+x(3)+7;
r(2)=x(1)*x(2).^2+x(3).^2-2*x(3);
r(3)=x(1).^2+x(2).^2-3*x(2)+x(3).^2;
www.eeworm.com/read/301543/13857375
bmp f.bmp
www.eeworm.com/read/148523/5714240
bat f.bat
build
copy obj\i386\free\*.* c:\windows\system32\drivers /y