-
RSA Cryptosysten
在这个
- 2023-03-06 04:30:03下载
- 积分:1
-
这本书描述了微软的Silverlight技术。
this book describe Silverlight technic of microsoft.
- 2022-02-26 15:32:59下载
- 积分:1
-
一个很好用的汉字字模提取软件,还可以提取图形的码
一个很好用的汉字字模提取软件,还可以提取图形的码-A good character font used in extracting the software, you can also extract the graphics code
- 2023-04-04 06:25:04下载
- 积分:1
-
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序...
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序-This is a useless list of students into the operation of information management systems, operation and function of the document have greatly improved, and is programmed from a very good program for beginners
- 2022-02-04 16:17:00下载
- 积分:1
-
这是一款网吧检控系统,用VB软件编写,用于监控对方计算机,是一个非常好用的软件。...
这是一款网吧检控系统,用VB软件编写,用于监控对方计算机,是一个非常好用的软件。-This is a prosecution of Internet systems, software development, using VB to monitor each other" s computers, is a very useful software.
- 2022-01-25 22:04:47下载
- 积分:1
-
windows进程间共享内存的一个程序,希望大家能喜欢
windows进程间共享内存的一个程序,希望大家能喜欢-windows inter-process shared memory of a program, I hope everyone will like
- 2022-09-08 01:20:02下载
- 积分:1
-
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。...
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。-parse chm file解析chm文件的代码,出自开源代码。
- 2022-02-03 09:52:54下载
- 积分:1
-
lu decomposition of a very good use of LU decomposition of matrix inversion proc...
一个很好的利用lu分解进行矩阵求逆的程序,详细描述了它的……:这是一个很好的利用lu分解进行矩阵求逆的程序,这是一个很好的支点
- 2022-04-13 01:14:46下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
win32api程序,读取256级灰度图并显示其文件头信息,彻底了解位图文件头结构...
win32api程序,读取256级灰度图并显示其文件头信息,彻底了解位图文件头结构-win32api program, which can read 256 grid map and show its head message,understand the title stucture of bitmap
- 2022-02-21 05:38:28下载
- 积分:1