-
编程珠玑源码
主要是对编程珠玑2版的部分代码实现。富有洞察力和创造力地围绕着这些折磨程序员的实际问题展开讨论,从而理解问题并学会解决问题的技能,这些都是程序员实际编程生涯中的基本技能。
- 2022-01-25 23:37:19下载
- 积分:1
-
Simple C++ class for manipulate Date and time.
Simple C++ class for manipulate Date and time.
- 2022-02-04 15:45:35下载
- 积分:1
-
网吧计费管理系统
随着信息技术的不断提高,计算机技术已经逐步应用到各个领域,发挥了越来越重要的作用。在网吧运营中,计算机应用是最为重要的,使用计算机对网吧信息进行有效管理,可以提升业务能力和管理水平,因此开发网吧计费管理系统具有十分重要的意义。
本文讲解一个功能齐全的网吧计费系统,从分析系统需求出发,并进行概要设计和详细设计,实现了基于C/S架构的网吧计费系统。该系统分为前台管理和后台管理。前台主要功能为系统管理、会员管理、查询管理、班组管理。后台主要功能为会员管理、费率设置、营业额查询和员工管理等。该系统主要实现技术为Visual Studio2010开发平台,C#开发语言,以及SQLServer2008数据库等。经过测试,该系统可以很方便的应用于网吧计费领域,有效的降低了管理成本。
- 2023-01-26 04:50:07下载
- 积分:1
-
FANUC LADDER-III 6.9 汉化包
本汉化包适用于FANUC LADDER-III 6.9,完全汉化。
- 2022-01-25 23:09:59下载
- 积分:1
-
大位图绘图类
一类用于在任何指定的窗口中绘制一个非常大的位图图像。此外包括调色板量化的质量好 algorythm。
- 2023-04-20 17:35:03下载
- 积分:1
-
电梯自动控制程序,是自己用的一个小程序
电梯自动控制程序,是自己用的一个小程序 -Elevator automatic procedure is itself a small program used
- 2023-06-12 13:10:03下载
- 积分:1
-
我在一个英文网站上找到的C程序,实现了著名的“贪食蛇”游戏。程序中的图形完全采用文字画的形式,很有特色。我曾经和作者用电子邮件联系过,此程序可以任意传播。...
我在一个英文网站上找到的C程序,实现了著名的“贪食蛇”游戏。程序中的图形完全采用文字画的形式,很有特色。我曾经和作者用电子邮件联系过,此程序可以任意传播。-in an English website to find the C program, realized the famous "Snake" game. The procedures are used graphic language in the form of paintings, very unique. I had e-mail contact with the author that this procedure can be arbitrary spread.
- 2022-12-05 01:15:03下载
- 积分:1
-
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n)....
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n* m).
- 2022-03-30 21:31:25下载
- 积分:1
-
Process source code control rod. With horizontal, vertical, graded, showing the...
进程杆控件的源代码。具有水平、垂直,渐变,显示文本和百分比,播放声音的功能-Process source code control rod. With horizontal, vertical, graded, showing the text and the percentage of the function to play a sound
- 2022-08-22 14:04:23下载
- 积分:1
-
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及...
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存.
(2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存.
(3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来.
-At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
- 2022-02-10 10:40:46下载
- 积分:1