资源列表

« 1 2 ... .04 .05 .06 .07 .08 4209.10 .11 .12 .13 .14 ... 216394 »

[数据结构常用算法5

说明:Graphics 本题关于排序与二分查找,又数据规模可达10^8,故选择long long型的数组作为数据结构。 算法思想大致如下:对于输入的x,y数组,先进行排序,以便一对一形成线段,然后,对于每一组询问,进行二分查找,查找过程如下:运用询问点到第mid条直线两端点向量的外积,若外积大于0说明该点在直线上方,等于0说明该点在直线上,否则说明该点在直线下方(当然同时求出询问点到第mid+1条直线两端点向量的外积以判断该点的准确位置)。这样的二分查找即可找出该点的位置。最后输出结果。
<邓志杰> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)MATLAB

说明:使用matlab实现奇偶校验,使用for循环一步到位,加入了干扰位-Using matlab to achieve parity, use a for loop in one step, adding a bit of interference
<王谦> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[其他小程序predict-tool

说明:一个预测程序,用于SVM预测的,大家可以学习-is a predict
<> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[数学计算/工程计算dif_coef

说明:求取离散有限差分方程系数。dif_coef_1.m求取一阶差分系数。dif_coef_2.m求取一阶差分系数。-calcluate the coefficients of discrete finite difference equations.
<LiYi> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[其他小程序idsaodv

说明:intrusion detection system in aodv protocol
<megha> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[其他小程序java-code2

说明:实现一个小游戏,游戏名为21点,出牌者连续出牌点数相加不能大于21,最接近21的人胜出-achieve a small game,which called 21 points,continuous play points added is not greater than 21, the person which is closest to 21 is winner
<张峰> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[其他行业RF

说明:Program to calculate the parameters to design the rectangular patch antenna. Program will calculate automatically the width and length of the patch and the width and length of the transition and transmission feed line
<chinfong> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[matlab例程tsp_2opt

说明:code matlab for tsp using 2opt methode
<marouma> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[Windows编程MSFlexGrid

说明:从微软官方找到的MSFlexGrid表格编辑操作代码很实用的-MSFlexGrid the Microsoft official to find the table editing code is very practical
<杨建> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[能源行业(电力石油煤炭)ninubi

说明:基于s-function的DFIG模型,输入dq轴电压、转差、驱动转矩,输出dq轴电流、电机转速-s-function model of DFIG based input dq-axis voltage, slip, drive torque, output current dq-axis motor speed
<张田> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[matlab例程Degree

说明:社交网络度中心性算法,按节点的度值求出节点的编号-Social network centricity algorithm, according to the node degree of the node number
<华哥> 在 2025-11-24 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)get feature

说明:在机器学习图像分类的过程中,对ROI进行形状和纹理特征提取(exact the shape and texture features of ROI)
<CD.CR> 在 2025-11-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 4209.10 .11 .12 .13 .14 ... 216394 »

源码中国 www.ymcn.org