-
图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。...
图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
- 2022-08-03 06:43:27下载
- 积分:1
-
伸展树……我写的很难看,而且又很长,这个结构唯一有用的就是可以分离树...
伸展树……我写的很难看,而且又很长,这个结构唯一有用的就是可以分离树- Extends the tree... ... I write very ugly, moreover very long,
this structure only is useful is may separate the tree
- 2022-01-26 00:38:00下载
- 积分:1
-
数据结构里的bfs算法,用vc6.0编写
数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
- 2023-06-05 21:35:04下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
数据结构的教程
数据结构的教程-data structure Guide
- 2022-04-02 02:19:44下载
- 积分:1
-
visual c++ 很全的ado的sample
visual c++ 很全的ado的sample-visual c is the whole of the sample ado
- 2023-08-05 05:45:02下载
- 积分:1
-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
- 2023-04-15 10:50:04下载
- 积分:1
-
data structure (Java version)
数据结构(Java语言版)-data structure (Java version)
- 2022-04-20 03:33:55下载
- 积分:1
-
一个通讯录程序 ,用编C++编的
一个通讯录程序 ,用编C++编的-a correspondence program, Part C series
- 2022-10-27 01:20:03下载
- 积分:1
-
操作系统银行家算法的仿真实现生成可视化文件,便于理解程序
操作系统银行家算法的仿真实现生成可视化文件,便于理解程序-OS bankers realize the simulation algorithm to generate visual documentation, easy to understand procedures
- 2022-03-04 00:09:47下载
- 积分:1