-
This is my personal vc done in the context of the realization of the maze. You c...
这是我个人做的在vc环境下的迷宫问题的实现。各位可以参考或指教!-This is my personal vc done in the context of the realization of the maze. You can reference or enlighten!
- 2023-02-28 21:45:03下载
- 积分:1
-
俄国人写的内存数据库的delphi封装
俄国人写的内存数据库的delphi封装-Russian people write memory database delphi Packaging
- 2022-04-24 15:04:06下载
- 积分:1
-
用VB sql2000 做的一个学生信息管理系统
用VB sql2000 做的一个学生信息管理系统-VB sql2000 to do with a student information management system
- 2022-07-17 04:35:20下载
- 积分:1
-
先进的高校管理系统
它是用户的先进的大学作为背 end.5 不同类型编写 C#.Net 4.5 作为前端和 SQL Server 2012 中的管理系统项目1.管理-一切2.讲师 (考勤及内部标记的条目只)3.账目专员 (仅限交易记录)4.招生主任 (学生注册,配置文件条目只)5.学生 (查看出勤、 内部标记、 费用详细信息、 事件和主体信息)6.数据库备份和还原的选项主要特点是: slipStudent StudentsProfile EntryHostelers EntryRegistration/AdmissionAttendanceInternal 标记 EntryEmployee 配置文件 EntryTransactionSalary PaymentCourse 费 PaymentBus 费 PaymentScholarship PaymentHostel 费 PaymentOthers TransactionTransportation ManagementEvents ManagementCourse 费付款 ReceiptScholarship 付款 ReceiptHostel 费付款 ReceiptBus 费付款 ReceiptSalary 报告 CardUsersRegistrationChange PasswordPassword RecoveryAdvance 记录 SearchingAdvance ReportsLogin 信息: 用户类型-访问权限名称-adminPassword-12345
- 2022-05-13 13:22:51下载
- 积分:1
-
假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
- 2022-04-27 21:17:34下载
- 积分:1
-
这是一个TSP问题的限界算法,用C++编程的
这是一个TSP问题的限界算法,用C++编程的
- 2022-05-28 21:49:14下载
- 积分:1
-
民间标会的会员管理用的软件。是为一个顾客定做的!
民间标会的会员管理用的软件。是为一个顾客定做的!-civil standard to be a member of the management software. For a customized!
- 2022-01-26 06:03:01下载
- 积分:1
-
[文件说明] cbook.cgi 主文件 (755) edit.cgi 子程序 (755) admin.cgi 设置面板 (755) setup.cgi ...
[文件说明] cbook.cgi 主文件 (755) edit.cgi 子程序 (755) admin.cgi 设置面板 (755) setup.cgi 配置文件(666) faces.cgi 肖像 (755) faces.txt 肖像存放格式 num.txt 留言个数 data.cgi 数据存放文件 (666) image 图片目录 [安装指南] 1.将*.cgi文件和setup.file上传到cgi目录中 image上传到非cgi目录(除非你的cgi目录支持图片浏览) 2.其他设置都在运行admin.cgi后设置。 3.admin.cgi设置好后,手动输入cbook.cgi进入留言界面. 用户名:chaste 密码: chaste-[documented] cbook.cgi main document (755) edit.cgi subroutine (755) admin.cgi pane (755) setup.cgi configuration files (666) faces.cgi Portrait (755) faces.txt portrait storage format num . txt messages Number data.cgi data repository (666) image catalog [Installation] 1. will*. cgi files and upload to setup.file cgi directory image uploaded to the non- cgi directory (unless you support the cgi directory Photo View) 2.admin.cgi 3.admin.cgi place, cbook.cgi manually input into the message interface. Username : chaste Password : chaste
- 2022-05-24 06:29:17下载
- 积分:1
-
SQL连接Java
应用背景此代码可用于制作与使用Java SQL数据库连接!你只需要替换数据库中的地址信息,用户名和通。关键技术此代码可用于建立数据库连接使用Java和SQL服务器中的应用。它不仅显示了如何连接到数据库,而且还可以如何进行查询和管理数据库连接。
- 2022-07-07 18:08:01下载
- 积分:1
-
清华版数据结构的代码实现
清华版数据结构代码实现-Qinghua version code data structure to achieve
- 2022-03-26 09:18:11下载
- 积分:1