搜索资源列表
雪晖在线投票系统
- 功能: 可以设置任意个投票主题,每个主题下面可以设置任意个投票标题,每个标题下面可以设置任意个投票选项(即问题)。每个标题可以设置是单选或者是复选。 在添加完投票标题以及投票选项之后自动生成调用代码,可以放置于你的网站任意页面的任何地方。管理员可以在后台设置是否允许同一IP多次投票,如果设置为不允许,那么同一IP在一个小时内不允许再次投票。投票后可以直接查看投票结果,在投票结果页可以详细看到每项投票的票数以及所占总投票的百分数,精确到小数点后三位。 1216更新: 修正了在没有新
v0.1216
- 继续传一些不同版本的peercast的源代码,希望大家喜欢.谢谢!-to send different versions of the source code peercast, hope you like them. Thank you!
1216
- 一个基于asm的网页建设的flash计算器,有较好的性能-asm2 a website based on the flash calculators, a better performance
cmos2
- 查看备份CMOS设置 - Examined backup CMOS establishes
1216
- 有開關PCX檔案 還有旋轉圖片 Contrast Stretching即時控制 畫直方圖 浮水印 很多種Filter 版權宣告 進場畫面(要手控把Form7的優先權調最高)-PCX files are switching Contrast Stretching also rotate the picture painted real-time control histograms are many kinds of watermark Filter Copyright Notices ad
1212-1216
- paper on leach algo for adhoc network
hzkthree
- 三个汉字库,12 16和24点阵式的。 已作为头文件使用。-Three character base, 1216, and 24 dot-matrix style. As the header files.
oled
- STM3F103RBT6 OLED底层驱动函数,用在不同的硬件上请适当的修改对应的GPIO口 字符取模说明: 12*6 字高12字宽6 : 对应中文字符 12*12 字高12字宽12 16*8 字高16字宽8 : 对应中文字符 16*16 字高16字宽16-STM3F103RBT6 OLED the underlying driver functions, with appropriate modifications corresponding to different
juzhenmi
- 题目描述: 给定一个n*n的矩阵,求该矩阵的k次幂,即P^k。 输入: 输入包含多组测试数据。 数据的第一行为一个整数T(0<T<=10),表示要求矩阵的个数。 接下来有T组测试数据,每组数据格式如下: 第一行:两个整数n(2<=n<=10)、k(1<=k<=5),两个数字之间用一个空格隔开,含义如上所示。 接下来有n行,每行n个正整数,其中,第i行第j个整数表示矩阵中第i行第j列的矩阵元素Pij且(0<=Pij<=1
1216
- 一个基于asm的网页建设的flash计算器,有较好的性能-asm2 a website based on the flash calculators, a better performance
1216
- 一个基于asm的网页建设的flash计算器,有较好的性能-asm2 a website based on the flash calculators, a better performance
SMARTRF04drive(including-win7-64bit)
- SMARTRF04EB CC DEBUGGER 驱动1216(含win7 64bit)-SMARTRF04EB CC DEBUGGER drive 1216(including win7 64bit)
mt1389-1216
- dvd player software bin files
1216
- VISUAL C++数据结构,二叉堆的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of binary heap, to find the minimum, insertion and deletion operations.
1216
- 显示模块,1216,单片机设计开发,51-Display module, single-chip design and development, 1216, 51
DSQ
- 单片机显示电路,单片机设计程序-Display module, single-chip design and development, 1216, 51
FindNSeek_Android_2014-1216
- FindNSeek 源代码的Android手机APK发展-FindNSeek source code of Android phones APK development
1216
- 一个生产管理系统的小程序,生产产品然后消费产品-A production management system for small procedures, products and consumer products
1216
- 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。(Using a minimum heap to achieve an integer priority queue, the following functions are implemented:
OnlineJudge_1216
- 1216. heap Descr iption 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。 Input Format 第一行含有一个正整数M(1<=M<=20000),代表总的操作数。 以下M行,每行一个操作。 Out