-
c#编的非常简易的计算器,功能不是很完善。
c#编的非常简易的计算器,功能不是很完善。-series of very simple calculators, and function is not perfect.
- 2022-02-07 13:48:20下载
- 积分:1
-
里面有多个C编写的课程设计
里面有多个C编写的课程设计-C inside a number of courses designed to prepare
- 2022-03-24 07:04:49下载
- 积分:1
-
AdoExample
这是我自己写的一个数据库课程设计主要是如何利用ADO跟ACCESS数据库写的,主要使用MFC进行编写,大开工程编译一下就可以运行了(just a ado program)
- 2011-05-21 19:18:32下载
- 积分:1
-
stored_proc_using_ado
利用ADO技术设置数据库名,用户ID密码,也可以倒入数据(use ADO set up the database name, user ID password, data can be poured into the)
- 2006-06-06 12:12:13下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
GD32_CDC_新大陆_内部晶振V1 -UART M1
读写NFC卡片,金融交易设备,NFC近场通信。(Read and write NFC cards)
- 2019-03-16 14:57:50下载
- 积分:1
-
openGL--3ds-models-of-human-body
基于vc opengl的3ds人体多段肢体模型导入并显示。可实现键盘控制。按键Q,E,A,D,W,S,J,L,K,I,U,O,以及方向键。可实现视角转换和右臂的驱动。(vc6.openGL display and control 3ds models of human body)
- 2013-08-31 16:19:08下载
- 积分:1
-
基于DSP28335的单相PWM整流 双闭环PI控制
基于DSP28335的单相PWM整流 双闭环PI控制(siglephase pwm based on dsp)
- 2018-09-28 00:07:20下载
- 积分:1
-
text-redactor-on-WinApi-CPP
This is a text redactor on WinApi C++.
Options:
1)open the file
2)save
3)save as
4)exit
- 2013-11-24 21:06:25下载
- 积分:1
-
Cexpert
C语言讲得最专业的一本图书,各种疑难都讲得很好,值得拥有(The most professional book in C language is worth having.)
- 2019-05-16 01:16:18下载
- 积分:1