压缩包内包含两个文件夹curl_静态库和curl_动态库,内容说明如下:curl_静态库下面:bin子目录包含curl.exe及动态库libcurl.dllinclude子目录包含头文件lib子目录包含动态库的导入库文件libcurl.libcurl_动态库下面:bin子目录包含curl.exeinclude子目录包含头文件lib子目录包含静态库libcurl_a.lib
2024/7/1 21:08:25 1.07MB libcurl.dll libcurl_a.li libcurl.lib curl
1
"Thisimportantvolumeisthefirstpartofatwo-parttextbook(thesecondpartisentitledConservationlawsandellipticequations).Thetextincludesinterestinghomeworkproblemsthatimplementdifferentaspectsofmostoftheschemesdiscussed.Theimplementationaspectofthistextincludesalargeamountofcomputing.Otherusefulaspectsofcomputingincludedinthisvolumearesymboliccomputingandtheuseofgraphicsforanalysis.Prerequisitessuggestedforusingthisbookmightincludeonesemesterofpartialdifferentialequationsandsomeprogrammingcapability.Thisbookwillbeagoodreferencetextforstudents."--MATHEMATICALREVIEWS
2024/6/27 8:31:32 2.74MB CFD FDM PDE
1
近年来,异构计算得到了业界的普遍关注。
作为高性能计算的一种主流解决方案,CPU+GPU的异构计算模式已经得到了产业界和学术界的广泛关注。
从2011年Altera公司发布支持利用OpenCL来开发FPGA的SDK工具以后,采用CPU+FPGA构成异构计算系统成为另一种具有竞争力的解决方案。
本书主要介绍了FPGA异构计算系统的基本架构和开发方法,并以多个不同的案例为读者展示了如何利用几种常用的优化方法来进一步提升系统性能。
本书既可以作为高性能异构计算领域研发者的参考书籍,也可以作为有兴趣掌握这一新技术的电子工程师、软件工程师或在校学生的入门教程。
2024/6/22 21:17:34 20.28MB FPGA OPENCL
1
Differenttypesoffemtosecondopticaltweezershavebecomeapowerfultoolinthemodernbiologicalfield.However,howtocontroltheirregulartargets,includingbiologicalcells,usingfemtosecondopticaltweezersremainstobeexplored.Inthisstudy,humanredbloodcells(hRBCs)aremanipulatedwithfemtosecondopticaltweezers,andtheirstatesunderdifferentlaserpowersareinvestigated.TheresultsindicatethatopticalpotentialtrapsonlycancapturetheedgeofhRBCsunderthelas
2024/6/22 5:40:05 1.46MB 飞秒激光 光镊 人红细胞 捕获
1
opengl20面体#include#defineX.525731112119133606#defineZ.850650808352039932staticGLfloatvdata[12][3]={//各顶点坐标{-X,0.0,Z},{X,0.0,Z},{-X,0.0,-Z},{X,0.0,-Z},{0.0,Z,X},{0.0,Z,-X},{0.0,-Z,X},{0.0,-Z,-X},{Z,X,0.0},{-Z,X,0.0},{Z,-X,0.0},{-Z,-X,0.0},};staticGLuinttindices[20][3]={//构成各面(三角形)的顶点索引{1,4,0},{4,9,0},{4,5,9},{8,5,4},{1,8,4},{1,10,8},{10,3,8},{8,3,5},{3,2,5},{3,7,2},{3,10,7},{10,6,7},{6,11,7},{6,0,11},{6,1,0},{10,1,6},{11,0,9},{2,11,9},{5,2,9},{11,2,7},};voiddisplay(){glClear(GL_COLOR_BUFFER_BIT);glBegin(GL_TRIANGLES);for(inti=0;i<20;++i){glColor3f(1.0,1.0,i*1.0/20);//颜色设置glVertex3fv(&vdata;[tindices[i][0]][0]);glVertex3fv(&vdata;[tindices[i][1]][0]);glVertex3fv(&vdata;[tindices[i][2]][0]);}glEnd();glFlush();}voidinit(){glClearColor(0.0,0.0,0.0,0.0);}intmain(intargc,char**argv){glutInit(&argc;,argv);glutInitDisplayMode(GLUT_SINGLE|GLUT_RGB);glutInitWindowSize(250,250);glutInitWindowPosition(100,100);glutCreateWindow("Polygon");init();glutDisplayFunc(display);glutMainLoop();return0;}
2024/6/21 7:15:38 749B opengl 20面体
1
quazip库已编译完成,包含源码、include、lib和dll,编译环境qt4.8.3和vs2010,经过实际测试,完全可用,放心下载
2024/6/17 1:29:02 199KB QT的quazip
1
ThisdocumentexplainshowtoprepareWindowsenvironmentforADSsimulationswithSiMKit.ThisincludesthecreationofaADSSiMKitstartupscriptinsuchawaythatsimulationsforADSareenabledwithSiMKit.Afterthis,ADScanbestartedthroughtheADSSiMKitstartupscriptandtheinstallationoftheSiMKitdesignkitcanbedone.
2024/6/15 21:13:15 717KB ADS 元件模型
1
JasperGoldFormalVerificationPlatformprovidesindustry-leadingperformance,capacity,andusability,deliveringa3Xproductivitygainandupto6Xperformanceimprovementcomparedtoprevioussolutions.TheplatformincludesJasperGoldApps—targetedsolutionsthataddressspecificdesignandverificationchallenges.
2024/6/14 14:37:39 347KB Formal
1
使用C#进行RDLC报表的开发。
包括入门的文档资料,以及能够正确运行的源码。
RDLC-report-view。
DevelopmentofRDLCreportsusingC#.Includingentrydocumentation,andthecorrectoperationofthesourcecode。
2024/6/13 2:17:40 4.22MB .net C#
1
InATourofC++,SecondEdition,BjarneStroustrup,thecreatorofC++,describeswhatconstitutesmodernC++.Thisconcise,self-containedguidecoversmostmajorlanguagefeaturesandthemajorstandard-librarycomponents—not,ofcourse,ingreatdepth,buttoalevelthatgivesprogrammersameaningfuloverviewofthelanguage,somekeyexamples,andpracticalhelpingettingstarted.StroustruppresentstheC++featuresinthecontextoftheprogrammingstylestheysupport,suchasobject-orientedandgenericprogramming.Histourisremarkablycomprehensive.Coveragebeginswiththebasics,thenrangeswidelythroughmoreadvancedtopics,includingmanythatarenewinC++17,suchasmovesemantics,uniforminitialization,lambdaexpressions,improvedcontainers,randomnumbers,andconcurrency.ThetourevencoverssomeextensionsbeingmadeforC++20,suchasconceptsandmodules,andendswithadiscussionofthedesignandevolutionofC++.Thisguidedoesnotaimtoteachyouhowtoprogram(forthat,seeStroustrup’sProgramming:PrinciplesandPracticeUsingC++,SecondEdition),norwillitbetheonlyresourceyou’llneedforC++mastery(forthat,seeStroustrup’sTheC++ProgrammingLanguage,FourthEdition,andrecommendedonlinesources).If,however,youareaCorC++programmerwantinggreaterfamiliaritywiththecurrentC++language,oraprogrammerversedinanotherlanguagewishingtogainanaccuratepictureofthenatureandbenefitsofmodernC++,youcan’tfindashorterorsimplerintroductionthanthistourprovides.
12.6MB c++17
1
共 664 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡