-
about this DES(数据加密标准)的C + +代码
This about DES ( Data Encryption Standard ) C++ CODE
- 2022-02-22 12:32:42下载
- 积分:1
-
显示CPU的占用率,并将结果以文本文件的形式存放在C盘中
显示CPU的占用率,并将结果以文本文件的形式存放在C盘中-Shows that the occupancy rate of CPU, and the results to the form of text files stored in C after
- 2022-03-21 00:46:50下载
- 积分:1
-
Bitmap 位图、光标等资源编程的例子
Bitmap 位图、光标等资源编程的例子-Bitmap bitmaps, cursors and other resources programming examples
- 2022-12-24 09:40:03下载
- 积分:1
-
C语言通用范例开发源代码
应用背景C语言通用范例开发这本书的配套光盘源代码(第五章),分析给有需要的童鞋。关键技术第五章是关于C函数库的使用的一些例子,很有参考价值。
- 2022-03-05 04:46:51下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
很实用的乔列斯基算法,容易理解而且可以直接调用
很实用的乔列斯基算法,容易理解而且可以直接调用-Very practical乔列斯基algorithm, easy to understand but can also directly call the
- 2022-04-23 01:39:23下载
- 积分:1
-
Tht mainframe of the program is heart
程序的主框架窗口为心型,比较有创意-Tht mainframe of the program is heart-shape, which seems creative.
- 2022-11-21 04:25:03下载
- 积分:1
-
Lua,如何学习语言。
lua make, how to learn Lua language.
- 2022-02-02 00:24:49下载
- 积分: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
-
ecshop仿三九妈咪母婴网2015最新版
ecshop仿三九妈咪母婴网2015最新版非常不错的一套商城开源源码。现在拿出来和大家分享一下,个人开源,个人用途禁止商业开发。
- 2022-10-09 06:55:07下载
- 积分:1