-
fw_ver_0.1.0
C8051F340 application FW - keil C
- 2010-08-16 10:01:02下载
- 积分:1
-
chat1
基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。
编译:命令行模式下,切换到代码所在目录,输入make后回车即可。
运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。
此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(DES and RSA encryption based chat tool contains four files: chat.cpp, des.h, rsa.h, makefile. Compile: command line mode, switch to the code directory, enter make press Enter. Run: Command line mode input/chat, and then select the program to perform the role (client or server), such as selecting a server, the program automatically opens the port to start listening If you choose a client, you need to enter the server address. Finally, enter the quit command to exit the program. In addition, the code is implemented asynchronously, select and general three kinds of IO model, you need by defining the macro control.)
- 2021-04-14 21:48:55下载
- 积分:1
-
matlab-0-1Knapsack-problem-PSO
matlab 粒子群背包 解决最优解的问题, 程序代码直接运行即可(matlab 0-1Knapsack problem PSO)
- 2012-04-14 10:00:46下载
- 积分:1
-
get_ie_version
获取IE版本号(Getting version number of IE)
- 2020-12-01 21:59:28下载
- 积分:1
-
Source-code
HDMI 切换开关LT8631_Software,(HDMI HUB LT8631_Software,)
- 2015-02-26 09:38:42下载
- 积分:1
-
APM飞控源代码2.8.1
本代码是APM飞控的源代码,版本为2.8.1.适合对飞控感兴趣的朋友提供设计参考,特别是对飞控设计刚入门的设计人员,可以让他们少走弯路,直接移植使用!
- 2022-10-09 05:40:07下载
- 积分:1
-
lame-398-2.tar
Lame source code. The latest version.
- 2009-09-10 10:57:15下载
- 积分:1
-
tcmenc
3/4码率的TCM-16PAM编码程序,已在VISUAL DSP++环境下优化(3/4 rate of the TCM-16PAM coding process has been VISUAL DSP++ environment, optimizing)
- 2009-11-10 00:06:06下载
- 积分:1
-
漂亮的时钟(含源码)
一个时钟源码。带图像,十分漂亮,GDI+(A clock source. With images, very beautiful, GDI+)
- 2020-06-25 19:20:01下载
- 积分:1
-
C++做的火车车厢调度系统
本程序的任务是:假设停在铁路调度站入口处的车厢序列的编号依次为1,2,
3…n。设计一个程序,求出所有可能由此输入的长度为N的车厢序列。
若实现车厢调度的基本要求,所以需要建立一个栈来实现。栈的特性是先进
后出,而根据栈的特性,进栈与出栈都有两种可能:一个数进栈后,要么立即出
栈,要么进行下一个数的进栈;同样一个数出栈后,在栈不为空的情况下要么继
续出栈,要么进行下一个数的进栈;输入一个车厢长度,从而得到由此输出长度
为n的车厢序列,并定义一个二维数组来保存所有的输出序列。
- 2022-10-05 11:20:03下载
- 积分:1