-
right drive : Sesame, open sesame not close your hand on the button drive
对光驱说: 芝麻开门,芝麻关门 不用你用手按光驱按钮了-right drive : Sesame, open sesame not close your hand on the button drive
- 2022-04-15 02:21:47下载
- 积分:1
-
telephone billing for procedures/* signal definition : clk : clock signal, which...
电话计费器程序/*信号定义:
clk: 时钟信号,本例中其频率值为1Hz;
decide: 电话局反馈回来的信号,代表话务种类,“01”表示市话,“10”表示
长话,“11”表示特话;
dispmoney: 用来显示卡内余额,其单位为角,这里假定能显示的最大数额为50 元
(500 角);
disptime: 显示本次通话的时长;
write,read: 当write 信号下降沿到来时写卡,当话卡插入,read 信号变高时读卡;
warn: 余额过少时的告警信号。本例中,当打市话时,余额少于3 角,打长
话时,余额少于6 角,即会产生告警信号;
cut: 当告警时间过长时自动切断通话信号。 */-telephone billing for procedures/* signal definition : clk : clock signal, which in this case, their frequency of 1Hz; decide : Telephone Bureau feedback signal, then the Treasury representative types, "01" Urban said, "10" The point said, "11" expressed special words; dispmoney : to show the card balance, the unit of angle, Here are supposed to show the maximum amount of 50 billion yuan (500 angle); disptime : The calls show the length; write, read : When the write signal arrival of the down time to write cards, When the card insert, read signal change high Reader; warn : Fees balance of the alarm signal. In this example, when fighting Cit
- 2022-02-26 10:38:56下载
- 积分:1
-
银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)...
银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)-bankers algorithm demonstration, the test can be used, the compressed bundle very detailed (based on the source code to make the network)
- 2022-05-26 14:05:30下载
- 积分:1
-
busbox 1
busbox 1.0-busbox 1.0, the first full edition of busybox.
- 2022-02-12 20:34:12下载
- 积分:1
-
模拟Windows下UltraEdit程序
应用背景基于C语言的大型项目,适合对C语言有一定了解的人,对于C语言编程能力的提升有较大帮助关键技术调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。
运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。
- 2022-04-18 09:18:47下载
- 积分:1
-
这是一个VC++的程序员实用大全精华版,希望大家能用用,互相交流。...
这是一个VC++的程序员实用大全精华版,希望大家能用用,互相交流。-This is a VC++ Utility Daquan programmers best version, I hope everyone can use to exchange.
- 2022-08-25 01:52:44下载
- 积分:1
-
这是一个我自己开发的,可以通过定制模板来实现PowerBuilder中将数据窗口的一行导入到excel中的全局函数,功能非常强大...
这是一个我自己开发的,可以通过定制模板来实现PowerBuilder中将数据窗口的一行导入到excel中的全局函数,功能非常强大-This is a development of my own, you can customize the templates to achieve the PowerBuilder DataWindow row will be imported into excel in the global function is very powerful
- 2022-01-25 17:12:06下载
- 积分:1
-
PB do with a small library management system without the installation procedure...
用PB做的一个小型图书管理系统 无安装程序ASA数据库-PB do with a small library management system without the installation procedure ASA databases
- 2022-05-23 11:31:14下载
- 积分:1
-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1
-
霍夫曼编码的C语言实现
霍夫曼编码的C语言实现-Huffman coding in C language Albion
- 2023-03-31 07:40:03下载
- 积分:1