搜索资源列表
xt
- 一个成绩管理系统,用excel作为打印报表,希望对各位有用-a performance management system, using excel as a print statements, and I hope to you and useful
delphixujiguanli
- 一个优秀的学籍管理系统 密码为123 能对学生的信息输入,修改和打印-an outstanding unsuccessful password management system for the 123 students will input the information, modify and print
erterryrtyeryt
- 程序要求实现学生成绩的添加,查找,修改,删除以及统计和打印等相关功能. 利用汇编语言的编程思想是实现一个小巧的学生成绩管理系统,其中包括宏程序的引用,子程序调用/嵌套,算术指令,数据传送指令和DOS调用指令等的使用.-procedures call for the addition of student achievement, identify, modify, remove and Print statistics and other related functions. the use
shoufei
- Visual C++ 一个汽车收费站的收费系统 该系统可以根据不同的汽车收费 打印票据 和统计车流量-a vehicle fee stations on the system of the system under a different vehicle charges Print votes According to the statistics of traffic volume and
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
atm30
- 基于ATM的火车票销售系统, 本系统新增的功能为用户输入购票的起点和终点,通过ATM系统中的车票数据库的相应判断,打印输出相应的车票,并且在账户中扣除相应的金额。-ATM-based train ticket sales system The new feature in the system of user input for the purchase of starting and ending points. ATM systems through the ticket data
23827349
- 本软件《计量信息管理系统》,由水石工作室开发。本程序采用 强劲开发工具制作。能够分类管理、维护计量器具信息,并完成相关 报表的打印工作。-the software "metering information management system," the water from the stone studio development. The program uses a robust development tool production. Can be class
20048289172808
- 工资管理系统(可更改标题及位置)本程序用于工资的保存、打印.使用前需定位后端数据库所在硬盘位置-wage management system (to change the title and position) of the procedures for the preservation of wages, Print. Before the use of the back-end database positioning location where hard disks
5141_6181
- 微软插件:Office2007将文件输出为PDF或XPS格式. 微软将Office2007 可将文件输出为PDF格式,不过需要安装2007 Microsoft Office 加载项:Microsoft Save as PDF 或 XPS。 今天刚好使用并下载,跟大家分享一下。这可是正版操作系统+正版OFFICE才能从微软下载下来的哟。 安装后,打开任何一个Office2007组件,都可以单击开始按钮,然后在“另存为”菜单下选择“发布为PDF或XPS”命令,按照程序提示操作
lingprinter
- 该程序是用Delphi开发的斑马打印机支持系统,该程序将系统中的数据发送至一数据源中,斑马打印机从数据源中抓取数据,然后做打印!-that the procedure was developed by Delphi Zebra printer support system, The system will process the data sent to a data source, Zebra printers from data sources crawls data and then do
pdfrd
- 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
gedebahe
- public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print(\"Please input a oushu:\") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputL
Xyyj
- 吸油烟机风量风压测试系统的设计和开发的全部过程。 实现串口通讯技术和使用Excel 2000调出报表的方法是本系统开发的关键之处。作者在本文中重点论述了其具体的设计和实现方法,通过串口通讯来实现数据采集,进而实现对吸油烟机风量风压的检验,并按标准要求打印测试报告、绘制出风压风量和效率曲线。-Range Hood air volume air-testing system in the design and development of the whole process. Serial comm
xiao
- 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,\"c\"表示统计各分数段人数,\"p\"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行\"cjgl\"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分的功能。-Thi
Bankers_algorithm
- 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
PrintServerDemo
- 打印机监控系统,用于企业内打印机作业的监控,并记录下所有的打印记录 //这是没有密码的版本,原来版本我也没有加密码的-printer control system for enterprises operating within the printer monitoring and recording all the records Print!
print
- 制卡企业盒子上打印标签的源码,采用数据库控件,无数据库-Business card box system to print labels source, using a database control, non-database
print
- 四川省社会保险收据打印程序,解决未使用金保工程软件系统机打发票的问题。-Sichuan social insurance receipt printing program to solve the problem the unused Jinbaogongcheng software system machine-printed invoices.
modify-sheet-width-and-print
- 程式设定表格宽度参数,并且使用系统打印机打印出来-Setup the table width parameters, and use the system printer to print out
The-measurement-and-control-system
- 智能粮仓安全测控系统,支持注册人员登陆,登陆信息数据库管理,双向串口通信,模拟、数字电压采集,测试报表打印,测试数据数据库管理等-Safety monitoring system of intelligent granary, support the registration personnel landing, landing information database management, bidirectional serial communication, analog, digital