CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - .e

搜索资源列表

  1. MicroprocessorFormulaCalculator

    0下载:
  2. 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:403286
    • 提供者:gao
  1. address-list-DBMS

    0下载:
  2. 功能要求: 信息包括:学号、姓名、年龄、性别、出生年月、地址、电话、电子邮件等。 能建立、修改和增删学生通讯录 能按多种方式进行查询 有报告-Functional requirements: information including: school, name, age, sex, date of birth, address, phone, e-mail. Can create, modify, and query a variety of ways to add or de
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:2122936
    • 提供者:rex
  1. acc_free_v1.0

    0下载:
  2. 订单系统的功能: 1、后台管理,可以在后台中查看订单信息,包括下单时间、下单的IP、收货地址等信息; 2、邮箱+手机短信提醒,即使您在外,也能随时掌握订单信息,不会漏掉任何一个订单; 3、限制同一个IP提交的订单数量,为了防止恶意订单和爆单,我们特意在程序中进行了设置,能够限制同一个IP提交的订单数量;-Order system functions: 1, Manage, can be viewed in the background order information, inclu
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:4453569
    • 提供者:王伟
  1. 63

    0下载:
  2. 用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。如求17的平方根,可以用17相继减去奇数1、3、5、7、…,当结果为 负数时停止,即: 17-1-3-5-7-9<0 可以看出,17在减去5次奇数后结果变为负数,可以近似认为17的平方根在4与5之间,计算NUM的平方根,如果NUM=17,则ANS中保存结果4。 -Save odd-frequency method, find a number of approximate square root of
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:646
    • 提供者:张一
  1. myshop

    0下载:
  2. 电子商务网站,衣服网站-E-commerce sites, clothing sites. . . . . . . . . .
  3. 所属分类:assembly language

    • 发布日期:2017-12-06
    • 文件大小:6712028
    • 提供者:董雪
  1. RSA-CPP

    0下载:
  2. RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1710
    • 提供者:wang
  1. falali

    0下载:
  2. E语言全屏秒杀外挂源码,可以学习写法。包括异界秒杀 回血秒杀,各位外挂的写法-E language Full spike external source, you can learn the wording
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:258621
    • 提供者:rittxpl
  1. clock

    0下载:
  2. 报时小闹钟 本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可, 钟表显示的时间为本机系统的时间。   按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐; 按q键退出本程序. -Timekeeping small alarm clock this program is a compilation series with exquisite graphics clock, double-click th
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:14854
    • 提供者:陈大花
  1. qiongjufa

    0下载:
  2. 一. 用穷举法求解下列问题。 1.班上要在A, B, C, D, E, F 6名同学中选派若干人去参加比赛,综合比较各人的情况,得出选择的条件如下: a) E和F两人中至少去一个; b) C和D两人中去一个; c) D和E要么都去,要么都不去; d) A,B,F三人中要去两个; e) 若C不去,则B也不去; f) C和F不能一起去。 请仔细分析上述条件,找出参加比赛的合适人选。 -A. Using brute-force method to solve the
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:575
    • 提供者:长城
  1. Student-achievement-management

    0下载:
  2. 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行"cjgl"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:86380
    • 提供者:张浩
  1. lts

    0下载:
  2. 在线聊天室E源码,可以注册帐号,自动分配ID-Online chat rooms E source, you can sign up to automatically assign an ID
  3. 所属分类:assembly language

    • 发布日期:2017-06-02
    • 文件大小:14768269
    • 提供者:张迪
  1. Test.-E.

    0下载:
  2. 钓鱼源码 后台发送收信邮箱 注明收信邮箱要开通stmp服务-Fishing source background send mail to recipient mailboxes marked the opening reception stmp service
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1015
    • 提供者:阿萨德
  1. sds

    0下载:
  2. 通过一个图的权值矩阵求出它的每两点间的最短路径矩阵。 从图的带权邻接矩阵A=[a(i,j)] n×n开始,递归地进行n次更新,即由矩阵D(0)=A,按一个公式,构造出矩阵D(1);又用同样地公式由D(1)构造出D(2);……;最后又用同样的公式由D(n-1)构造出矩阵D(n)。矩阵D(n)的i行j列元素便是i号顶点到j号顶点的最短路径长度,称D(n)为图的距离矩阵,同时还可引入一个后继节点矩阵path来记录两点间的最短路径。-By weight of a graph in which eac
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:583
    • 提供者:肖杰飞
  1. 100234316

    0下载:
  2. 电子商务的课程设计,有源程序和实验报告电子商务的课程设计,有源程序和实验报告-E-commerce course design
  3. 所属分类:assembly language

    • 发布日期:2017-05-08
    • 文件大小:1784219
    • 提供者:rhino
  1. An-Initialization-Procedure-in-Solving-Optimal.ra

    0下载:
  2. An Initialization Procedure in Solving Optimal Power Flow by Genetic Algorithm.With this procedure, one can start the optimization process (i.e., genetic algorithm) with a set of control variables, causing few or no violations of constraints.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:9019
    • 提供者:Praveen
  1. 7-seg-clock

    0下载:
  2. The TAPR PIC-Encoder (PIC-E) is a general-purpose packet radio encoder based on the Microchip, Inc. PIC16F84 PIC microcontroller. The PIC-E was designed to provide a generic interface between the digital world (in the form of serial data stre
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:64858
    • 提供者:Antor
  1. 7-seg-counter

    0下载:
  2. The TAPR PIC-Encoder (PIC-E) is a general-purpose packet radio encoder based on the Microchip, Inc. PIC16F84 PIC microcontroller. The PIC-E was designed to provide a generic interface between the digital world (in the form of serial data stre
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:61550
    • 提供者:Antor
  1. Inverter(complete)

    0下载:
  2. The TAPR PIC-Encoder (PIC-E) is a general-purpose packet radio encoder based on the Microchip, Inc. PIC16F84 PIC microcontroller. The PIC-E was designed to provide a generic interface between the digital world (in the form of serial data stre
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:20572
    • 提供者:Antor
  1. animation-vivek

    0下载:
  2. The TAPR PIC-Encoder (PIC-E) is a general-purpose packet radio encoder based on the Microchip, Inc. PIC16F84 PIC microcontroller. The PIC-E was designed to provide a generic interface between the digital world (in the form of serial data stre
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:62076
    • 提供者:Antor
  1. RB_Sound

    0下载:
  2. The TAPR PIC-Encoder (PIC-E) is a general-purpose packet radio encoder based on the Microchip, Inc. PIC16F84 PIC microcontroller. The PIC-E was designed to provide a generic interface between the digital world (in the form of serial data stre
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:27670
    • 提供者:Antor
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com