-
移植的ios畅销游戏《蠢蛋测试》,windows平台
安装包内包含蠢蛋测试的中英文语言文件,以及蠢蛋测试游戏的主程序。程序使用了.net gdi+开发,同时使用了DriectSound做声音输出。程序依赖.net framework 2.0,压缩包内包含完整的源码工程文件以及资源文件 &nb
- 2022-03-22 02:49:46下载
- 积分:1
-
题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10...
题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提
成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于
40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于
100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。
-topics : computing net fishery or drying topics : corporate bonus payments made to generate profit. Profit (I) less than or equal to 10 million, the prize money to be raised by 10%; The profit of more than 10 million, less than 20 million, less than 10 million by some 10%, which hovered above 10 million, cocoa generate 7.5%; 200,000-400,000 it among when more than 20 million, could generate 5%; 400,000 to 600,000 between when more than 40 million, can generate 3%; 6-1000000 between, above 60 million, could generate 1.5%, higher than 100 million, more than some 1 million by 1% will generate from the keyboard month profit I, for the total prize money should be paid? 1. Program Analysis :
- 2022-08-25 11:42:32下载
- 积分:1
-
向打印机倾倒作业
dump job to printer
- 2022-06-16 04:38:34下载
- 积分:1
-
Delphi 驱动程序
在 Delphi 编写驱动程序
驱动程序开发一直是 C/c + + 和汇编语言程序员的特权。如果有人需要写一个设备驱动程序在特尔斐,他不得不解决对于"适配器"的驱动程序会允许其用户模式程序一些能力,内核模式函数接口。也是"巫师",(据说) 允许你创建多驱动程序开发不知情的情况下的驱动程序。这两种往往是商业软件。
对于某些任务之一也可以使用一项服务 (可以用 Delphi 编写)。好吧,要么,或学习到 C/c + + 程序。与旧的 Delphi 版本,您仍然可以使用 Microsoft DDK 要链接的对象文件中包含的链接器由 Delphi 编译器需要一个有效的.sys 文件,但德尔菲的较新版本有不同的.obj 文件格式。到底有没有希望吗?嗯,那里是啊 !
为什么你通常无法创建驱动程序在特尔斐的主要原因是这样:
它的编译器/链接器不能产生.sys 文件。
对象文件格式不兼容如上文所述。
DDK 中非 C/c + + 语言通常不可用。
一些基本的单位 (RTL) 他们并不打算在内核模式下使用和驱动程序 (和它整个系统) 有可能崩溃。
我最近发现的解决方案是德尔福驱动程序开发工具包 v0.0.4 (本地镜像),解决这些问题的大部分,并允许您创建内核模式驱动程序,即使在 Delphi 7 !它包含了翻译的 DDK 头,一个实用程序,特尔斐 OBJ 文件转换为格式兼容微软链接器和其他一些东西。最好的事情是它是免费的 !编研在我使用 Delphi 7 的 Windows
- 2022-07-22 19:15:52下载
- 积分:1
-
hard disk read and write simple procedures, able to test disk transfer rate, in...
简单的读写硬盘程序,能实现测试硬盘传输速率,实际中已得到验证-hard disk read and write simple procedures, able to test disk transfer rate, in reality has been demonstrated
- 2022-01-26 03:14:01下载
- 积分:1
-
Floyd classic algorithm used to calculate the location of personnel between the...
采用经典的Floyd算法,计算出人员两地点间的最短路径,方便订票,很实用。且结合了MFC,界面更直观。-Floyd classic algorithm used to calculate the location of personnel between the two shortest path to facilitate the booking, it is practical. And a combination of MFC, more intuitive interface.
- 2022-04-28 05:56:10下载
- 积分:1
-
迷宫寻宝,能够通过键盘控制寻宝人的前后左右的运动方向,寻宝人找到宝藏后可以打印寻宝人踪迹...
迷宫寻宝,能够通过键盘控制寻宝人的前后左右的运动方向,寻宝人找到宝藏后可以打印寻宝人踪迹-fun maze, through keyboard control zone around the direction of the campaign around, treasure after treasure found treasure people can trace Print
- 2022-06-15 16:08:24下载
- 积分:1
-
Samsung sjf2410 v4.0 original code to support AMD 29LV800BB, E28F128 StrataFlash
三星sjf2410 v4.0原始代码,支持AMD 29LV800BB,E28F128 StrataFlash
- 2022-10-07 15:40:03下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源...
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源-a famous ftp search engine will be able to search the famous website and a lot of resources
- 2022-05-06 11:18:07下载
- 积分:1