代码搜索:ip核

找到约 10,000 项符合「ip核」的源代码

代码结果 10,000
www.eeworm.com/read/140649/13069736

rc2 hl_ip.rc2

// // HL_IP.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /////
www.eeworm.com/read/241995/13100907

h ip6_misc.h

/* * Copyright (c) 1993, 1994, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/325769/13185781

cc ip2zone.cc

#include #include #include #include using namespace std; struct IPInterval{ unsigned int low; unsigned int high; unsigned int provinceid; bool operator==(const
www.eeworm.com/read/325689/13190263

asp jk_ip_sys.asp

www.eeworm.com/read/239600/13270420

gif zf11_ip.gif

www.eeworm.com/read/323953/13306626

m ip_04_09.m

% MATLAB script for Illustrative Problem 4.9. echo on t=[0:0.01:10]; a=sin(t); [sqnr8,aquan8,code8]=u_pcm(a,8); [sqnr16,aquan16,code16]=u_pcm(a,16); pause % Press a key to see the SQNR for N = 8
www.eeworm.com/read/323953/13306629

m ip_04_07.m

% ip_4_07.m added for spar p1=0; p2=1; delta=1; n=11; tol=0.01; b=10*p2; uq_mdpnt('normal',b,n,delta,tol,p1,p2)
www.eeworm.com/read/323953/13306642

m ip_04_08.m

% ip_04_08.m added for spar n=10; tol=0.01; p1=0; p2=1; b=10*p2; [a,y,dist]=lloydmax('normal',b,n,tol,p1,p2);