-
使用自适应和Huffman编码,和附带的图形界面
使用tc2的adaptive huffman编码,并附带图形界面-use of adaptive vs. Huffman coding, and incidental graphical interface
- 2022-11-14 03:05:04下载
- 积分:1
-
专业、 学术或学习目的 123 TSQL 函数
这是用于专业、 学术或学习的 123 TSQL 函数的集合。有许多转换十六进制/八进制/二进制/罗马数字,如双曲型、 逻辑和三角函数的数学函数。组合、 排列 (因子)、 安排的组合功能。其他有趣的功能包括大量转化为简单易懂的英语、 莫尔斯代码、 EBCDIC 和反之亦然,莱文斯坦的距离 (语言学) 加密、 无限精度司和数字理论函数: 素数,不足、 完善、 丰富、 金色的数字。验证: 有效的电子邮件、 IP、 邮编和其他许多人。有一些有用的字符串函数来计数内另一个字符串的匹配项,找到一个从字符串末尾的字符串中的字符位置,包装、 再次换行,解开一个字符串,等等
- 2022-03-22 02:17:01下载
- 积分:1
-
system Note : This application is a database system developed VFP data acquisiti...
系统说明:这是一个应用VFP数据库系统开发的数据采集系统。-system Note : This application is a database system developed VFP data acquisition system.
- 2022-05-08 23:07:24下载
- 积分:1
-
考勤管理系统
考勤管理系统-Attendance Management System
- 2022-01-28 23:38:24下载
- 积分:1
-
10名海盗抢得了窖藏的100块金子,并打算瓜分
这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯
是按下面的方式进行分配:最...
10名海盗抢得了窖藏的100块金子,并打算瓜分
这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯
是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包
括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方
案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名
最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan to divide up these spoils of war. This is the democracy of some pirates (of course it was their own unique democracy), their habits are based on the following manner allocation : one of the most powerful pirate proposed distribution plan, and then all the pirates (including the proposal himself) on this program for a vote. If 50% or more of the pirates agreed to this program, this program was adopted and on the allocation of spoils of war. Otherwise, the proposals will be pirates thrown into the sea, and then nominate the most serious piracy repeated this process
- 2023-06-24 15:35:03下载
- 积分:1
-
主要涉及ADO编程模型中的记录集。
主要涉及ADO编程模型中的记录集。-mainly involve ADO programming model of the records set.
- 2023-07-05 03:15:04下载
- 积分:1
-
迷宫算法,找出较优的路径,找到出口.算法效率比较高
迷宫算法,找出较优的路径,找到出口.算法效率比较高-maze algorithm to find the optimum path, finding an exit. More efficient algorithm
- 2022-08-14 18:01:10下载
- 积分:1
-
Semantic Ontology word Inquiry System
基于语义本体的单词查询系统-Semantic Ontology word Inquiry System
- 2022-03-24 21:50:31下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
这是一个有序链表的生成和插入的源码。用C++实现。
这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
- 2022-02-02 23:35:15下载
- 积分:1