-
java pos收银
java做的pos系统。
带远程pos。
带数据库,本地数据库用的mysql。
连接用的odbc
- 2022-03-17 05:06:21下载
- 积分:1
-
Official document conversion system for the flat data and information transfer
公文转换系统 用于单位内的资料信息的传递-Official document conversion system for the flat data and information transfer
- 2022-11-16 01:05:03下载
- 积分:1
-
digital pipe controls ..... as long as the use ....................... 98
数码管控件.....只要在98下使用-digital pipe controls ..... as long as the use ....................... 98
- 2022-05-24 22:40:58下载
- 积分:1
-
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要...
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要-MFC-based program to read the JPEG image has been color images to realize the mutual transformation of gray images, the user can on this platform based on the completion of their algorithm needs
- 2022-08-12 00:02:36下载
- 积分:1
-
一本很好的WINDOWS DRIVER的书
一本很好的WINDOWS DRIVER的书-A very good book WINDOWS DRIVER
- 2022-10-26 10:35:03下载
- 积分:1
-
各种插值算法的数值分析,其中包括:牛顿…
数值分析当中的各种插值算法,包括:牛顿插值,三次样条插值,代数插值等等,在工程应用中非常有用!-Numerical analysis of the various interpolation algorithms, including: Newton interpolation, cubic spline interpolation, algebraic interpolation, etc., in engineering applications is very useful!
- 2022-07-26 00:00:21下载
- 积分:1
-
本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能...
本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是"kkcocoon". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
- 2022-02-03 17:35:49下载
- 积分:1
-
一个FFT的频谱分析的例子
一个FFT的频谱分析的例子-FFT spectrum analysis of an example
- 2022-07-18 17:58:24下载
- 积分:1
-
html5以及note.js技术编写的实时聊天系统
这是使用的HTML5技术,以及css相关技术以及note.js制作而成的一个实时聊天系统。能实现实时的聊天功能也能进行即时的文件传输功能。还能够对文本进行编辑操作!
- 2022-03-04 17:23:52下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1