基于FPGA的UDP硬件协议栈,全部用SystemVerilog写的,不需CPU参与,包括独立的MAC模块。
支持外部phy的配置,支持GMII和RGMII模式。
以下是接口inputclk50,inputrst_n,interfacetousermoduleinput[7:0]wr_data,inputwr_clk,inputwr_en,outputwr_full,output[7:0]rd_data,inputrd_clk,inputrd_en,outputrd_empty,input[31:0]local_ipaddr,//FPGAipaddressinput[31:0]remote_ipaddr,//PCipaddressinput[15:0]local_port,//FPGAportnumber//interfacetoethernetphyoutputmdc,inoutmdio,outputphy_rst_n,outputis_link_up,`ifdefRGMII_IFinput[3:0]rx_data,outputlogic[3:0]tx_data,`elseinput[7:0]rx_data,outputlogic[7:0]tx_data,`endifinputrx_clk,inputrx_data_valid,inputgtx_clk,outputlogictx_en
2024/5/9 1:21:54 52KB FPGA UDP千兆 以太网 源码
1
Inthismanualaredescriptionsforcopyrightedproductswhicharenotexplicitlyindicatedassuch.Theabsenceofthetrademark®andcopyright©symbolsdoesnotinferthataproductisnotprotected.Additionally,registeredpatentsandtrademarksaresimilarlynotexpresslyindicatedinthismanualTheinformationinthisdocumenthasbeencarefullycheckedandisbelievedtobeentirelyreliable.However,SYSTECelectronicGmbHassumesnoresponsibilityforanyinaccuracies.SYSTECelectronicGmbHneithergivesanyguaranteenoracceptsanyliabilitywhatsoeverforconsequentialdamagesresultingfromtheuseofthismanualoritsassociatedproduct.SYSTECelectronicGmbHreservestherighttoaltertheinformationcontainedhereinwithoutpriornotificationandacceptsnoresponsibilityforanydamageswhichmightresult.Additionally,SYSTECelectronicGmbHoffersnoguaranteenoracceptsanyliabilityfordamagesarisingfromtheimproperusageorimproperinstallationofthehardwareorsoftware.SYSTECelectronicGmbHfurtherreservestherighttoalterthelayoutand/ordesignofthehardwarewithoutpriornotificationandacceptsnoliabilityfordoingso.Copyright2006SYSTECelectronicGmbH,D-07973Greiz/Thueringen.Rights-includingthoseoftranslation,reprint,broadcast,photomechanicalorsimilarreproductionandstorageorprocessingincomputersystems,inwholeorinpart-arereserved.NoreproductionmayoccurwithouttheexpresswrittenconsentfromSYSTECelectronicGmbH.
1.72MB CANopen
1
ReviewFromthereviews:"Thebookisdevotedtopublickeycryptography,whoseprincipalgoalistoallowtwoormorepeopletoexchangeconfidentialinformation….Thematerialisverywellorganized,anditisself-contained:noprerequisitesinhighermathematicsareneeded.Infact,everythingisexplainedandcarefullycovered….thereisabundanceofexamplesandproposedexercisesattheendofeachchapter.…Thisbookisidealasatextbookforacourseaimedatundergraduatemathematicsorcomputersciencestudents."(FabioMainardi,TheMathematicalAssociationofAmerica,October,2008)"Thisbookfocusesonpublickeycryptography….Hoffstein,Pipher,andSilverman…provideathoroughtreatmentofthetopicswhilekeepingthematerialaccessible.…Thebookusesexamplesthroughoutthetexttoillustratethetheorems,andprovidesalargenumberofexercises….Thevolumeincludesanicebibliography.…SummingUp:Highlyrecommended.Upper-divisionundergraduatethroughprofessionalcollections."(C.Bauer,Choice,Vol.46(7),March,2009)"Formostundergraduatestudentsinmathematicsorcomputerscience(CS),mathematicalcryptographyisachallengingsubject.…itiswritteninawaythatmakesyouwanttokeepreading.…Theauthorsofficiallytargetedthebookforadvancedundergraduateorbeginninggraduatestudents.Ibelievethatthisaudienceisappropriate.…itcouldevenbeusedwithstudentswhoarejustlearninghowtoexecuterigorousmathematicalproofs.…Istronglybelievethatitfindstherighttonefortoday’sstudents…."(BurkhardEnglert,ACMComputingReviews,March,2009)"Theexercisesandtextwouldmakeanexcellentcourseforundergraduateindependentstudy.…Thisisanexcellentbook.Hoffstein,PipherandSilvermanhavewrittenasgoodabookasispossibletoexplainpublickeycryptography.…Thisbookwouldprobablybebestsuitedforagraduatecoursethatfocusedonpublickeycryptography,forunder
2024/5/2 18:28:21 7.38MB 密码学
1
非扫描版ComputerArchitecture:AQuantitativeApproach,SixthEditionhasbeenconsideredessentialreadingbyinstructors,studentsandpractitionersofcomputerdesignforover20years.Thesixtheditionofthisclassictextbookisfullyrevisedwiththelatestdevelopmentsinprocessorandsystemarchitecture.ItnowfeaturesexamplesfromtheRISC-V(RISCFive)instructionsetarchitecture,amodernRISCinstructionsetdevelopedanddesignedtobeafreeandopenlyadoptablestandard.Italsoincludesanewchapterondomain-specificarchitecturesandanupdatedchapteronwarehouse-scalecomputingthatfeaturesthefirstpublicinformationonGoogle'snewestWSC.
2024/4/28 4:04:14 23.78MB computer architecture quantitative approach
1
Angular全栈生成器Yeoman生成器使用ES2017,MongoDB/SQL,Express,Angular和Node创建MEAN/SEAN堆栈应用程序-使您可以按照最佳实践快速设置项目。
生成的项目:用法安装yo,gulp-cli和generator-angular-fullstack:npminstall-gyogulp-cligenerator-angular-fullstack请注意:如果在安装过程中编译本机附件时遇到麻烦,请遵循的简短指南,了解。
然后,要运行您的应用程序(如果选择了Mongo,请确保MongoDB守护程序正在运行),请运行以下命令来启动服务器:npmrunstart:server和以下内容来启动前端的Webpack开发服务器:npmrunstart:clientWebpack服务器将通过(通常为)告诉您访问该应用程序的端口。
运行yoangular-fullstackyoangular-fullstack有关更多信息,请参见《。
先决条件MongoDB-下载并安装如果计划
2024/4/18 15:30:10 3.74MB javascript sass babel angular
1
一款Delphi皮肤界面组件,DynamicSkinForm_v14.10_for_D5-XE10.3完整版含源码
1
优爱酷批量长网页整页截图系统软件是一款全球首创逐屏加载技术,智能实现自动滚动浏览器滚动条、逐屏加载页面、并将完整的整个网页保存为图片格式(png,gif,bmp,jpg)、PDF格式的一款批量网页截图效率工具,支持txt,Excel,步进,模拟点等持批量截图方式,还具备添加个性化定制的图文水印,代理,仿真,登陆,重命名,裁剪等增强功能,用于为网页设计、商业报告、商业制图、文档存留、采样取证、艺术绘画、电商店铺等行业提供高效的批量网页截图工具软件。
2024/3/25 20:16:33 13.12MB 网页转图片 webshot websnap 网站缩略图
1
FastReport是功能齐全的报表控件,使开发者可以快速并高效地为·NET/VCL/COM/ActiveX应用程序添加报表支持。
此版本号为6.3.11全部源码版,支持D7到最新版本,编译前要删除旧版BPL。
2024/3/24 4:47:04 8.51MB FS FastReport FastReport v6
1
VC++6.0_cn_full(完整绿色版)(支持XP、Win7、Win8、Win10).exe
2024/3/24 0:15:48 30.27MB C语言
1
此日历图分为左右两部分,左边为二级伸缩导航菜单,右边为日历图。
左边可以收缩回去,仅仅显示日历图。
此日历图支持时间段的事件记录,比如:2015.03.02到2015.04.12的事件。
而且单机事件可以弹出弹出层查看详情。
支持IE、谷歌、火狐等浏览器。
适应不同分辨率。
绝对超值,绝对有用。
2024/3/14 8:02:19 296KB fullcalendar 日历图
1
共 338 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡