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

位置和<b>速度</b>

  • psp上的reader 这个是以月光老大的cnreader为基础 增加了zip文件浏览功能

    psp上的reader 这个是以月光老大的cnreader为基础 增加了zip文件浏览功能,象浏览目录一样浏览zip文件。 zip内部的中文文件名可以正常显示 修正了原版的cnreader不能显示中文路径名的问题(同处理中文文件名一样处理)。 我只有1.5的,所以1.0没有测试过。 zlib用的是网上流行的版本,可能是1.2.2版,这个版本已经确认了有一些安全问题,稍候后我会研究一下最新1.2.3版本。 我这样做的原因是现在rip过的game都是正好放进512m的棒子里,结果为了几兆空间不得不删掉很多书,相当不爽的说。 这个版本最方便的是可以把很多书放进一个zip文件里,同时解决了中文文件名乱麻问题。 原版的cnreader之所以很大是因为他把字库也整合进去了。 下一步是准备把字库抽出来也进行zip处理。最大限度的减少占用的空间。 文档表明zlib有内存内压缩功能,就是管道处理,有兴趣的朋友一起来研究一下吧 我没有在看书的时候听歌的习惯,我觉得那样会让我分心。所以下一步除了提取字库之外只打算控制频率以实现节能(到目前为止,我还没有看到任何测试证明低频率可以节能)通过动态调整频率在节能和处理速度上达到平横。

    标签: cnreader reader psp zip

    上传时间: 2014-01-13

    上传用户:zhliu007

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • 这是一个在PC上的电机控制软件

    这是一个在PC上的电机控制软件,实现了对电机的加速、减速和设定速度等功能,同时还家了定时功能。

    标签: 电机控制 软件

    上传时间: 2013-12-28

    上传用户:tfyt

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 动易2006sql全功能版 如果遇到MD5加密文件

    动易2006sql全功能版 如果遇到MD5加密文件,而又不知道密码的, 请在数据库中换上这组加密的数据469e80d32c0559f8 密码就是admin888 此程序如需调试后方能使用,请您在百忙中抽出一点点时间,把调试好的程序打包发给我们。 为了您和大家都能使用到无错的代码,也为了程序的质量,请大家贡献自己的一份力量,为 创建更好的学习环境,让我们一起努力。 广告投放请与3E建站客服联系: QQ:486689 广告位置和价格请查看: http://3easp.com/support/advertise.asp全功能商业版,带齐了所有功能,注意将版本全部改为3,后台才可以打开所有模块:

    标签: 2006 sql MD5 加密

    上传时间: 2015-06-20

    上传用户:refent

  • 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的

    使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。 按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。

    标签: 参数 弹性 网络

    上传时间: 2013-12-17

    上传用户:84425894

  • 异步电机矢量控制

    异步电机矢量控制,有MARS法,isq闭环测速法,可以运行有速度和无速度两种模式。

    标签: 异步电机 矢量控制

    上传时间: 2013-12-12

    上传用户:czl10052678

  • CY7C68013USB芯片的传输例程界面

    CY7C68013USB芯片的传输例程界面,包括传输和测试速度!适合于USB界面开发的参考!

    标签: C68013 68013 CY7 USB

    上传时间: 2015-12-21

    上传用户:佳期如梦

  • 这个是我大学刚毕业时写的射击小游戏

    这个是我大学刚毕业时写的射击小游戏,滚轴二维平面射击游戏,用VC2003开发,用了DIRECTX,游戏操作简单,‘D’键为开关,可以设置武器的火力和移动速度,自己玩了就知道,源码过两天就上传

    标签: 大学 毕业 小游戏

    上传时间: 2016-01-06

    上传用户:onewq

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery