-
ex6
program that will calculate how many odd integers in a given interval from 1 to N, where N is entered through the keyboard. The program will print out the total number of odd numbers in a given interval as the product of all odd numbers in that interval. As a result, the program should print "at intervals of 1 to N has <x> odd numbers and their product is <proizvod>.".
- 2014-02-04 18:16:03下载
- 积分:1
-
[EA]海豚小弟带SAR跟损
说明: [EA]海豚小弟带SAR跟损,带止损的ea,大家可以下载测试(Dolphin brother with a loss)
- 2019-07-04 19:13:32下载
- 积分:1
-
Simple-Student-Management-System
说明: 基于DOS界面的一个简单学籍管理系统。支持文件输入输出,包含录入,成绩分析,学习管理等功能,可直接运行。(A simple DOS-based interface status management systems. Support file input and output, including the entry, performance analysis, learning management and other functions, can be directly run.)
- 2011-04-17 17:13:40下载
- 积分:1
-
DES_3DES
说明: DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。 通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
- 2020-06-19 20:20:01下载
- 积分:1
-
C# 创建一个泛型接口
C# 创建一个泛型接口的例子,创建一个泛型接口的代码和方法如下:
public interface IGenericInterface {
T CreateInstance(); //接口中调用CreateInstance方法
}
//实现上面泛型接口的泛型类
//派生约束where T : TI(T要继承自TI)
//构造函数约束where T : new()(T可以实例化)
public class Factory : IGenericInterface where T : TI, new()
{
public TI CreateInstance()//创建一个公共方法CreateInstance
{
return new T();
}
}
class Program
{
static void Main(string[] args)
{
//实例化接口
IGenericInterface factory =
Factory();
//输出指定泛型的类型
Console.WriteLine(factory.CreateInstance().GetType().ToString());
Console.ReadLine();
}
}
- 2022-03-11 00:59:39下载
- 积分:1
-
matlabandvc
VC++与Matlab混合编程的快速实现。快速实现vc++与matlab的接口通信。(VC++ and Matlab Fast Implementation of mixed programming. Fast Implementation of vc++ and matlab interface communication.)
- 2010-10-30 09:34:08下载
- 积分:1
-
123485721345214542165
大整数的运算,我再网上找刀的一些,大家一起分享(large integer arithmetic, I find the Internet a number of knives, to share with everyone)
- 2006-08-08 09:14:24下载
- 积分:1
-
openssl开发实例
openssl客户端与服务端通信的例子,非常适合新手学习openssl开发
- 2022-11-11 21:55:04下载
- 积分:1
-
Nuvoton_I2C_24LC64
nuvoton M051 系列开发源码i2c 控制部份(nuvoton M051 Series Development Source i2c control part)
- 2012-11-22 00:34:31下载
- 积分:1
-
buck-shuangbihuan
saber软件搭建的BUCK双闭环控制模块,电流内环和电压外环,直接能用。(saber software built BUCK double-loop control module, the current inner and outer voltage, can be used directly.)
- 2013-07-23 10:24:51下载
- 积分:1