-
Alarm clock program, you can set the alarm, ring tones from the set, it is pract...
闹钟程序,可以设定闹铃,铃声自定,很实用-Alarm clock program, you can set the alarm, ring tones from the set, it is practical
- 2022-02-05 02:46:40下载
- 积分:1
-
TDBF是本地数据访问组件为Delphi,BCB,Kylix,FreePascal。它的基地…
TDBF is a native data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don t need any special installer programs. The DB engine code is compiled right into your executable
- 2022-08-09 11:05:55下载
- 积分:1
-
通过读取文件 判断所读点组成的形状是否为正方形。
通过读取文件 判断所读点组成的形状是否为正方形。-Read the paper through the points to determine the time for a square shape.
- 2022-10-04 11:30:03下载
- 积分:1
-
Some of you may have already come to realize I have previously written and relea...
Some of you may have already come to realize I have previously written and released a similar control via CodeProject. Even though the last control was written using C++ along with MFC, some readers may wonder why I would recreate the same control without branching out into uncharted territory. But the fact of the matter is: I am indeed branching out, and this isn t simply a recreation. I ve never ventured into C# before. So rather than jump the gun and start out with an ambitious project that is nothing but of a stranger to me, I have decided to stick with something I am both familiar and comfortable with: porting my C2DPushGraph control to C#. After porting the control and discovering C# wasn t much different than C++ in ideology, I quickly shifted my focus to improving the feature set and overall design of the control, all while conforming to general C# standards and ethics. -Some of you may have already come to realize I have previously written and released a similar control via Co
- 2022-02-25 07:04:04下载
- 积分:1
-
一个快速写四位bmp位图的c程序
一个快速写四位bmp位图的c程序-a rapid write four bmp bitmap c procedures
- 2023-07-09 02:25:03下载
- 积分:1
-
一个用JAVA编写的模拟电话卡系统,可实现拨号,换卡等功能
一个用JAVA编写的模拟电话卡系统,可实现拨号,换卡等功能-a prepared using JAVA analog telephone card systems can be realized dial breathtaking functions
- 2022-01-26 15:23:22下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
窗口2000使用一个通用对话框
Windows 2000中使用通用文件对话框-Windows 2000 use of a common dialog
- 2023-04-03 20:30:04下载
- 积分:1
-
esp8266网页控制灯
当esp8266遇到 Html,该怎么内置网页控制设备,理清内置网页的实现过程,实现无需路由器手机也可以控制esp8266。
- 2022-07-17 00:17:50下载
- 积分:1
-
In this tutorial we use two spheres, rendered using Quadrics , to show local and...
In this tutorial we use two spheres, rendered using Quadrics , to show local and world coordinate systems.
- 2022-02-07 14:29:19下载
- 积分:1