-
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
-Latest PKCS11 password token interface standard costs a lot of劲才found
- 2022-03-25 18:25:51下载
- 积分:1
-
机械与人员跟踪系统
- 2022-10-28 17:40:04下载
- 积分:1
-
delphi开发的录音机,带源码,能很好的实现录音功能。
delphi开发的录音机,带源码,能很好的实现录音功能。-delphi development of tape recorders, with source code, can realize good recording function.
- 2022-07-21 08:30:18下载
- 积分:1
-
AntiDebugProtect过驱动保护完整源码
过一切驱动保护,HP、NP、TP等等保护不在话下,其他不入流的保护基本秒过,需要的用户可以下载浏览学习,根据不同的操作系统对源码稍作修改即可。
- 2022-03-21 11:41:12下载
- 积分:1
-
利用ini文件将你的应用程序放到“收藏夹”里面
利用ini文件将你的应用程序放到“收藏夹”里面-use ini file your applications to "favorites" inside
- 2022-03-18 14:03: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
-
自己动手做了一个小的photoshop运行程序
自己动手做了一个小的photoshop运行程序-their hands of a small operational procedures photoshop
- 2022-11-15 04:55:04下载
- 积分:1
-
revers engineering docs for 8051 micro controller
revers engineering docs for 8051 micro controller
- 2022-04-24 19:41:05下载
- 积分:1
-
一个微
一个java微型编辑器程序(需要改为*.jar)-a micro-editor (need to be converted into*. jar)
- 2023-01-01 12:20:03下载
- 积分:1
-
自然计算-遗传算法源代码
遗传算法解决相关问题,涉及交叉,变异,遗传,迭代,父本,子代等。目标函数:y = 21.5+x1*sin(4πx1)+x2*sin(20πx2)
- 2022-02-24 21:59:25下载
- 积分:1