虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

seg-Y

  • 好用的lcd1602 液晶驱动程序

    好用的lcd1602 液晶驱动程序,可以设置显示位置setxy(x,y),输出字符串LCD_string

    标签: 1602 lcd 液晶驱动 程序

    上传时间: 2013-12-20

    上传用户:chenlong

  • 在一个按照东西和南北方向划分成规整街区的城市里

    在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。

    标签: 方向 城市

    上传时间: 2016-01-21

    上传用户:mikesering

  • * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this

    * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:

    标签: USER_MSG_INTERCEPT TeamInfo client search

    上传时间: 2016-01-22

    上传用户:ynzfm

  • 由循环程序给出机器人关节变量(o1,02)

    由循环程序给出机器人关节变量(o1,02),通过正解运算求出相应的末端位姿(x,y)

    标签: 02 循环程序 变量 机器人

    上传时间: 2016-01-23

    上传用户:李梦晗

  • 三星S42SD电浆电视的故障判断及维修 三星 V2 . V3 .V4 LG V6 .V7 面板电源版 我们皆可处理 一. 面板上各模组的功能: 如下图所示

    三星S42SD电浆电视的故障判断及维修 三星 V2 . V3 .V4 LG V6 .V7 面板电源版 我们皆可处理 一. 面板上各模组的功能: 如下图所示,pdp面板一共分为电源板、X驱动板、Y驱动板、逻辑板、逻辑BUFFER板(E、F、G)、Y BUFFER板(上、下)、 OF等部分: *电源板: 给面板上其他功能模组及整机厂家做的主板,视频处理板提供电源。 *X驱动板:按照逻辑板上送来的时序信号,产生并为X电极提供驱动信号。 *Y驱动板:按照逻辑板上送来的时序信号,产生并为Y电极提供驱动信号。

    标签: S42 三星 面板 42

    上传时间: 2016-01-29

    上传用户:AbuGe

  • Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form

    Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable time/memory.

    标签: meta-learning classifiers combining Boosting

    上传时间: 2016-01-30

    上传用户:songnanhua

  • 拉格朗日插值算法

    拉格朗日插值算法,输入[x0 x1 x2]和对应的[y0 y1 y2],按拉格朗日插值发计算出[x0 x2]之间任何一个X所对应的Y值

    标签: 插值 算法

    上传时间: 2013-12-29

    上传用户:miaochun888

  • 古典密码中

    古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉尼亚密码 首先确定密钥长度(本例中密钥只采取个位数字,所以取决于输入密钥的长度),然后输入满足这个长度的向量;加密:取明文第一个字母并将之移k1位,这里k1=1,第二个字母移k2位,k2=2,一旦到了密钥末尾,又从头开始。 4.换位密码 首先确定密钥长度,输入长度为5的0到4的整数序列,将明文分成每5个字母一组,每组字母按照密钥进行换位。

    标签: 密码

    上传时间: 2016-02-09

    上传用户:jqy_china

  • 打印河南农业大学这几个字

    打印河南农业大学这几个字,但键盘输入y 时继续,n时推出,中间有提示,

    标签: 打印 农业 大学 河南

    上传时间: 2016-02-17

    上传用户:edisonfather

  • 用C++中的MFC编程实现正轴等角割圆柱投影

    用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p

    标签: MFC 编程实现 投影

    上传时间: 2013-12-29

    上传用户:himbly