使用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
(三Ribbon什么是负载均衡?springcloud如何实现负载均衡)手摸手带你一起搭建Springcloud微服务理论+实践+解析配套例程资源
2024/6/12 11:33:24 80KB ribbon 负载均衡器 负载均衡 微服务
1
VisualizingData:ExploringandExplainingDatawiththeProcessingEnvironmentPaperbackbyBenFry这是一本关于计算信息设计的书籍。
从如何获取原始数据开始,到如何理解原始数据,本书都作了非常详尽的介绍。
书中使用由作者开发的开源编程环境Processing编程,它非常简单易用。
对于熟悉Java的程序员来说,本书后面的章节还介绍了如何将Processing和Java结合使用。
本书是写给那些拥有一个数据集合,好奇如何探索它,并且考虑如何交流这些数据的人们的。
随着我们处理越来越多的信息,需要可视化数据的人的数量增长非常迅速。
更重要的是,读者已经超越了某些可视化领域的专家。
通过让更大范围的人接触到可视化思想,在接下来的几十年中应该可以看到一些真正让人惊叹的成果。
BenFry在麻省理工多媒体实验室Aesthetics+ComputationGroup获得了博士学位。
他是卡内基•梅隆设计学院2006~2007年度NierenbergChairofDesign的客座教授。
他同CaseyReas共同开发了Processing,在2005年获得了PrixArsElectronica的GlodenNica奖项。
Ben的作品获得了Rockefeller基金会的NewMedia奖学金,并且展示在现代艺术博物馆,ArsElectronica,2002年的WhitneyBiennial,以及2003年的CooperHewittDesignTriennial中。
2024/6/11 5:16:46 6.25MB 可视化 媒体艺术
1
socket_test.c文件放到linux环境下,用gcc进行编译,运行。
socket_test文件夹用VC++6.0打开运行,就可以实现windows和linux间简单的通讯,能够进行字符的收发。
2024/6/10 20:07:18 2.35MB socket linux windows 通信
1
Title:RMachineLearningEssentialsAuthor:MicheleUsuelliLength:218pagesEdition:1Language:EnglishPublisher:PacktPublishingPublicationDate:2014-11-25ISBN-10:178398774XISBN-13:9781783987740GainquickaccesstothemachinelearningconceptsandpracticalapplicationsusingtheRdevelopmentenvironmentAboutThisBookBuildmachinelearningalgorithmsusingthemostpowerfultoolsinRIdentifybusinessproblemsandsolvethembydevelopingeffectivesolutionsHands-ontutorialexplainingtheconceptsthroughlotsofpracticalexamples,tipsandtricksWhoThisBookIsForIfyouwanttolearnhowtodevelopeffectivemachinelearningsolutionstoyourbusinessproblemsinR,thisbookisforyou.Itwouldbehelpfultohaveabitoffamiliaritywithbasicobject-orientedprogrammingconcepts,butnopriorexperienceisrequired.InDetailRMachineLearningEssentialsprovidesyouwithanintroductiontomachinelearningwithR.Machinelearningfindsitsapplicationsinspeechrecognition,search-basedoperations,andartificialintelligence,amongotherthings.Youwillstartoffbygettinganintroductiontowhatmachinelearningis,alongwithsomeexamplestodemonstratetheimportanceinunderstandingthebasicideasofmachinelearning.ThisbookwillthenintroduceyoutoRandyouwillseethatitisaninfluentialprogramminglanguagethataidseffectivemachinelearning.Youwilllearnthethreestepstobuildaneffectivemachinelearningsolution,whichareexploringthedata,buildingthesolution,andvalidatingtheresults.Thebookwilldemonstrateeachstep,highlightingtheirpurposeandexplainingtechniquesrelatedtothem.Bytheendofthisbook,youwillbeabletousethemachinelearningtechniqueseffectively,identifybusinessproblems,andsolvethembyapplyingappropriatesolutions.TableofContentsChapter1.TransformingDataintoActionsChapter2.R–APowerfulToolforDevelopingMachineLearningAlgorith
2024/6/9 17:14:38 2.81MB R Machine Learning
1
为《仿照linux内核的链表构造并遍历》一文写的测试源文件,文章链接https://blog.csdn.net/eidolon_foot/article/details/112998927。
文件里面有链表声明和初始化、判断链表是否为空、表头插入、表尾插入、遍历、反向遍历、由链表节点到数据项、删除节点的详细注解和示例。
在linux下用gcclist.c编译,./a.out运行。
2024/6/7 13:38:10 8KB 双向链表 kernel linux c语言
1
Thefeasibilityofmeasuringcratergeometriesbyuseofopticalcoherencetomography(OCT)isexamined.Bovineshankboneonamotorizedtranslationstagewithamotionvelocityof3mm/sisablatedwithapulsedCO2laserinvitro.Thelaserpulserepetitionrateis60Hzandthespotsizeonthetissuesurfaceis0.5mm.CratergeometriesareevaluatedimmediatelybybothOCTandhistologymethodsafterlaserirradiation.TheresultsrevealthatOCTiscapableofmeasuringcratergeometriesr
2024/6/7 5:36:39 838KB 组织消融 光学相干 CO2激光 170.1020
1
已往我们用的arm-linux-gcc都是一个压缩包解压来,导出环境变里的方式来安装。
今天弄了一下直接从ubuntu的库来安装。
其实我们用的arm-linux-gcc对应在ubuntu中为arm-linux-gnueabi.
2024/6/6 11:47:06 16KB ubuntu 20.04 arm
1
由于graphics.h是TC系列的图形库处理函数,不是标准库内容。
而DEV-C++的编译器是GCC,所以DEV-C++中不包含该类库。
要想使用,首先先下载两个文件:graphics.h(放入DEV-C++的安装路径/Dev-Cpp/include/)libbgi.a(放入DEV-C++的安装路径/Dev-Cpp/lib/)然后再在DEV-C++的工具栏中工程(Project)->工程属性(ProjectOptions)->参数(Parameters)的连接器(Linker)中增加-lbgi-lgdi32-lcomdlg32-luuid-loleaut32-lole32这样就可以使用#include了。
2024/6/5 14:52:32 52KB libbgi.a BIOS.H graphics.h
1
共 1000 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡