CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Five

搜索资源列表

  1. stepermoto

    0下载:
  2. 供测试使用的四项五线步进电机的c语言驱动程序,使步进电机旋转两圈。-C language for test using four five wire stepper motor driver, the stepping motor rotates two circles.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:小豆豆
  1. Hyperion-1.1

    0下载:
  2. 一个5层加密的壳程序源代码,请用g++编译。-A five-layer encryption shell program source code, please use the g++ compiler.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:263216
    • 提供者:李鱼
  1. sale

    0下载:
  2. 销售管理系统 某公司有四个销售员(编号:1-4),负责销售五种产品(编号:1-5)。每个销售员都将当天出售的每种产品各写一张便条交上来。每张便条包含内容: 1)销售员的代号 2)产品的代号 3)这种产品的当天的销售额 每位销售员每天可能上缴0-5张便条。假设,收集到了上个月的所有便条,编写一个处理系统,读取上个月的销售情况(自己设定),进行如下处理。 1)计算上个月每个人每种产品的销售额。 2)按销售额对销售员进行排序,输出排序结果(销售员代号) 3)统
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:139967
    • 提供者:
  1. 0.c.tar

    0下载:
  2. 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:zjuuuu
  1. 1.tar

    0下载:
  2. 经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the results of the program is runn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:zjuuuu
  1. hundunyingshe

    0下载:
  2. 基于混沌映射的图像加密算法是目前研究的主流,该本件中包含五类混沌映射,有一维混沌映射、二维混沌映射以及三个超混沌映射。- Image encryption algorithm based on chaotic map is mainstream research, which this piece contains five chaotic map, there is a one-dimensional chaotic maps, as well as three-dimensional c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2305
    • 提供者:薛薛
  1. COSC_2425_LY_Project2

    0下载:
  2. 汇编程序语言,用户输入五个数字,然后对这五个数字求和-The programmer need to type five numbers to the code, the program will output the sum of these five number.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:40160
    • 提供者:li
  1. uid16

    0下载:
  2. Wrapper functions for 16bit uid back compatibility. All nicely tied together in the faint hope we can take the out in five years time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1273
    • 提供者:yunmeimei
  1. data_smooth

    0下载:
  2. 一种数据平滑代码,可以对一组数据进行三点、五点、七点等平滑,并可以调整平滑次数。-A data smoothing code, a set of data for three, five, seven and so smooth, and you can adjust the number of smooth.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:518
    • 提供者:钟华森
  1. system

    0下载:
  2. 图书借还系统,具体要求如下: 1) 每人每次只允许借1本;累计最多5本,否则不能借阅。 2) 一次可以还书多本。 3) 能够随时显示学生累计情况、书库库存情况。 4) 能够随时保存学生累计情况、书库库存情况。 -Book circulation system requirements are as follows: 1) Each person is only allowed to borrow one total up to five, or can not borro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:13647
    • 提供者:jessy
  1. xz_dec_lzma2

    0下载:
  2. Range decoder initialization eats the first five bytes of each LZMA chunk.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8423
    • 提供者:furanza
  1. chopsticks

    0下载:
  2. 哲学家就餐问题。五个哲学家,五把叉子,来实现思考和就餐-Dining philosophers problem. Five philosophers, five forks to achieve thinking and dining
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:龚文清
  1. ECB-CBC-CFB-OFB

    0下载:
  2. Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:351057
    • 提供者:陈建军
  1. YDH

    0下载:
  2. 参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。-Participate in the Games n school numbered 1 ~ n. Competition is divided into men item m and w-woman projects that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:
  1. FiveChess

    0下载:
  2. 这是一个简单的五子棋游戏,可以实现简单的五子连珠对战的小游戏-This is a simple game of backgammon, you can achieve five simple renju game of war
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-08
    • 文件大小:15747396
    • 提供者:苏帅
  1. Shop7zwsgwxt_v4.9

    0下载:
  2. Shop7z网上购物系统集大气超美观页面+商品组合套餐+限时抢购秒杀+手机版+在线支付+新订单邮件自动通知+图片批量上传+淘宝数据包导入+弹出式分类菜单+不同规格不同价格+物流跟踪打印查询+会员积分及优惠券+邮件群发+图片在线管理+销售统计报表+五种价格体系+礼品礼券等等强大功能于一体,是企业或个人网上开店的最佳商城平台。-Shop7z online shopping system set the atmosphere super beautiful page+ Assortment Packa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:5024362
    • 提供者:李纨
  1. queue

    0下载:
  2. This file defines five types of data structures: singly-linked lists, lists, simple queues, tail queues, and circular queues.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4714
    • 提供者:mvqicw
  1. philosopher

    0下载:
  2. 编制模拟“五个哲学家”问题的程序 目的: 学习和掌握并发进程同步的概念和方法。 要求: 1、程序语法 philosopher [ -t <time> ] <time>是哲学家进餐和沉思的持续时间值,缺省值为2秒。 2、五个哲学家的编号为0~4,分别用五个进程独立模拟。 3、程序的输出要简洁,仅输出每个哲学家进餐和沉思的信息。例如,当编号为3的哲学家在进餐时,就打印: philosopher 3 is eating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:12466
    • 提供者:苏茗伊
  1. delphi-hook-library

    0下载:
  2. wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:929898
    • 提供者:YyQ
  1. jingchendiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。-Write and debug a simulation of the process scheduler, using the top priori
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1378
    • 提供者:李明
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com