-
WinCE下的图片处理包调用imgdecmp.dll实现的
WinCE下的图片处理包调用imgdecmp.dll实现的-WinCE under the photo package called imgdecmp.dll realized
- 2022-07-12 01:46:37下载
- 积分:1
-
Calculate factorial of large numbers, using an array of methods to calculate a f...
计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
- 2022-03-29 07:48:59下载
- 积分:1
-
Simple Browse 简洁易用的图片浏览器
Simple Browse 简洁易用的图片浏览器 -Simple simple easy-to-use photo browser
- 2023-03-19 03:40:04下载
- 积分:1
-
这是源代码,Visual Basic 6为I2C通信通过PC订单…
This the sorce code in Visual Basic 6 for the I2C Communication through PC Ports.-This is the sorce code in Visual Basic 6 for the I2C Communication through PC Ports.
- 2022-01-26 06:12:50下载
- 积分:1
-
大家看一下,c++输入输出流及本地化,适合于初学者
大家看一下,c++输入输出流及本地化,适合于初学者-We look at, c++ input and output flow and the localization, suitable for beginners
- 2022-03-09 19:15:57下载
- 积分:1
-
Students with the fundamental information management using c/c++ linked list dat...
学生基本信息管理 用c/c++ 数据结构 链表-Students with the fundamental information management using c/c++ linked list data structure
- 2022-02-13 13:57:24下载
- 积分:1
-
实例06
实例06-GETIP-06-GETIP
- 2023-02-24 17:55:04下载
- 积分: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
-
windows 界面设计 100 个例子 vc++ mfc 方向的
windows 界面设计 100 个例子 vc++ mfc 方向的-windows interface design, 100 example of the direction of vc++ mfc
- 2022-03-04 06:39:19下载
- 积分:1
-
基于QT和Sqlite的进销存管理系统
该程序是Linux开发环境下基于QT和Sqlite的进销存管理系统。该系统实现了进销存管理系统以下功能:
商超系统总共包括以下七大模块。
1 基础信息模块
包括系统所需的所有基础数据,如商品类别管理、商品管理等等。
2 权限管理模块
按公司管理架构设立自上而下的分级访问权限。
3 采购模块
供应商信息(基础信息,往来对账单,应付款管理)
- 2022-03-28 14:39:22下载
- 积分:1