-
C#开发的一个库存管理系统。很实用,源码齐全。
C#开发的一个库存管理系统。很实用,源码齐全。-C# development of an inventory management system. Very practical, complete source code.
- 2022-06-15 15:49:39下载
- 积分:1
-
实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式...
实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式-Segment achieved a point of synthesis of linear interpolation to optimize the design, there are easy-to-use interface and input methods
- 2023-01-07 01:35:04下载
- 积分:1
-
炸金花
单机游戏炸金花,比牌大小算法,c#实现winform程序,vs2012运行。
- 2022-01-28 13:12:22下载
- 积分:1
-
可以按指数大小创建两个多项式并实现多项式相加然后输出
可以按指数大小创建两个多项式并实现多项式相加然后输出-Index size can create two polynomials and then realize the sum of the output polynomial
- 2022-02-06 15:10:28下载
- 积分:1
-
有两副牌,从每副中任意抽5张牌进行博弈,显示抽取的牌后会显示每副牌的等级,按下按钮进行比较...
有两副牌,从每副中任意抽5张牌进行博弈,显示抽取的牌后会显示每副牌的等级,按下按钮进行比较-There are two sets of cards, drawn at random from each deputy to conduct five card game, showing extraction of each of the plates will show the level of vice cards, press the button to compare
- 2022-07-22 12:58:35下载
- 积分:1
-
一个不错的关于 SoftICE 的使用说明
一个不错的关于 SoftICE 的使用说明-A nice instructions for use on the SoftICE
- 2023-06-22 00:05:04下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
这是一个球,是初学者学习的一个范例子
这是一个球,是初学者学习的一个范例子-This is a ball, beginners learning a model son
- 2022-07-25 11:33:17下载
- 积分:1
-
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存...
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Scheduling allows parallel operating system based on the work of the Road and a few algorithms from the system selected a number of operations they packed the main memory, so that they procedures."
- 2023-03-30 19:35:04下载
- 积分:1
-
图书管理系统
图书管理系统其实是对图书、读者数据的管理,它的实现将为管理者提供极大的方便。系统功能模块如下: (一)登录模块 (二)书库管理模块 1.增加图书 2.图书查询 3.图书编辑 (三)借还管理模块 1.借阅管理 2.归还管理 (四)管理员模块 1.添加成员 2.修改密码管理员账户:root密码:123456调试软件:eclipse操作系统:window7数据库:MySQL运行环境:普通电脑
- 2022-03-23 10:38:19下载
- 积分:1