搜索资源列表
MPI
- 读取文件,然后根据要求选择进程数,并行运算,最后在得出的各个结果中选出最大值-Read the file, and then asked to choose the number of processes, parallel computing, in the end all the results obtained to select the maximum
27796737GREEDYSELECT1
- 贪心法会议安排,先对结束时间排序,然后依次取出最大子集。-Greedy schedule of meetings, the first sort of the end of time, to be followed by the largest subset removed.
c
- 输入1900-3000年之间的某个日期y年m月,求出y年m月有多少天。 若要结束输入则输入y或Y,否则,继续输入年、月,输出当月的天数。 -Enter a date between 1900-3000 y years m months, y years m calculated on the number of days. To end input, enter y, or Y, otherwise, continue to input the year, month, outpu
julei
- 遗传算法解决聚类问题。.边的权重与时间关系为:1-(用户最近标注时间-该边被标注时间)*0.01,时间间隔以月计,相差一个月权重相差0.01,最近标注的权重为1 2.边的权重通过端点的出度调整 3.若用户没有共现标签,则以其权重最大的部分标签自连接构造标签对 4.若用户标签对少于预设大小,则将其拥有的标签对重复多次,直到数量与预设大小相等-Clustering genetic algorithm to solve the problem. . While the w
6.3
- 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之
a
- OpenMP简单的应用 输入计算线程数 重复循环执行一定数量的代码 记录起始时间和结束时间 时间相减求出代码执行时间-A simple OpenMP applications enter the calculation of the number of threads that repeat loop executes a certain amount of code to record the start time and end time subtraction to find the co
Interims-Check-That-Based-on-CUDA
- 本程序解决的问题是中期冲突探测的GPU加速问题。随着航空运输业的持续高速增长,空中交通流量日益增长、空域密度不断增加,使得飞机之间的碰撞风险大大增加,对飞行安全造成了严重威胁。为了保障空中交通安全,防止飞机发生危险接近甚至碰撞,冲突检测至关重要。但是,冲突检测的算法非常复杂,而且当某片空域密度过大时,会严重影响检测速度,从而丧失时效性,这时,CPU计算完全不能适应需求,引入GPU并行计算就很必要了。本试验中,经过cuda加速后,不仅能很好的解决目前国内空中管制的100条计划的要求,并且能大大提高
BigNumber
- 输入数据有若干组数据,每组数据由一个运算符(+、-、*、/、 )和两个整数构成,如果运算符遇到‘@’,则表示运行结束。-There are a number of input data sets of data, each set of data by an operator (+,-,*, /, ), and two integers, if the operator encounters ' @' , it means the end of the run.
MULTIPLY
- 在CPU和GPU端分别实现大型矩阵的相乘,优化大型矩阵相乘的运行速度-In the end CPU and GPU were achieved by multiplying the large matrix to optimize the speed of large matrix multiplication
HashCalc
- 通过计算出相应文件或程序的哈希值,通过端到端的校验,为验证文件在传输过程当中是否准确无误提供了依据-By calculating the corresponding hash files or programs through end-to-check, in order to verify whether the file is accurate provided the basis for the transfer process
code
- 数字脉冲检测序列设计与实现,利用verilog语言进行编码与设计,实现脉冲检测,并进行后端设计。-Digital pulse detection sequence design and implementation, use verilog language coding and design, implementation pulse detection, and back-end design.
《MATLAB神经网络原理与实例精解》随书附带源程序
- 《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出了自己的实现,便于读者理解神经网络的具体实现细节。(Firs
OpenCoarrays-2.0.0-rc1.tar
- OpenCoarrays is an open-source software project that produces an application binary interface (ABI) used by the GNU Compiler Collection (GCC) Fortran front-end to build executable programs that leverage the parallel programming features of the Fortra