-
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码...
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
- 2022-06-21 22:07:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
为程序加密的代码,是一个很好的代码,可以为你的软件产生序列号....
为程序加密的代码,是一个很好的代码,可以为你的软件产生序列号.-procedures for the encryption code is a good code, you can have the software serial number.
- 2022-10-14 04:15:03下载
- 积分:1
-
wince用EVC编译的蓝牙扫描,文件传输,耳机控制软件.完完整软件包!MIPS,ARM编译通过
obexparser.lib
filebrowser....
wince用EVC编译的蓝牙扫描,文件传输,耳机控制软件.完完整软件包!MIPS,ARM编译通过
obexparser.lib
filebrowser.cpp
devicechooser.cpp
treeutils.c-wince with EVC compiler Bluetooth scanning, file transfer, headset control software. End complete package! MIPS, ARM compiler through obexparser.libfilebrowser.cppdevicechooser.cpptreeutils.c
- 2023-01-19 18:40:04下载
- 积分:1
-
一个简单的通讯录程序,自己编写的控制台程序,利用了链表,是一个关于链表操作学习的很好例子。...
一个简单的通讯录程序,自己编写的控制台程序,利用了链表,是一个关于链表操作学习的很好例子。-A simple address book program, their own procedures for the preparation of the console, using a linked list is a list to operate on a very good example of learning.
- 2022-01-20 22:54:56下载
- 积分:1
-
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题...
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题-Benefits are not afraid of the sprintf function as sprintf only so much I have try to improve the country without the basic problem
- 2022-09-08 03:15:02下载
- 积分:1
-
windows编程循序渐进
windows编程循序渐进一书为我们详细而全面地介绍了vc++的编程基础知识,本书共20章,内容全面丰富,适合于vc++初学者和相关的工程技术人员。
此部分为配套的code源码,方便学习使用,祝大家学习愉快。
- 2023-01-13 18:40:09下载
- 积分:1
-
用于jsp中的语言编码
用于jsp中的语言编码-jsp for the coding language
- 2022-02-05 07:45:04下载
- 积分:1
-
很好很强大哦 ,吼吼 ,不下载你会后悔一辈子的哦
很好很强大哦 ,吼吼 ,不下载你会后悔一辈子的哦-I love you baby,come on,oh yeah!
- 2022-01-26 04:08:17下载
- 积分:1
-
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !...
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !-This procedure is the use of RFID as a CRC16 checksum principle, the use of the displacement method, look-up table method to do a good job and then upload. In addition, the downloaded file to extract the suffix after the name change. C!
- 2022-02-05 01:00:18下载
- 积分:1