-
包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。...
包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
- 2022-05-15 17:01:38下载
- 积分:1
-
2005最新C++经典著作
2005最新C++经典著作
2005最新C++经典著作
2005最新C++经典著作-2005最新C++经典著作Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU.chm
Addison.Wesley,.C++.Common.Knowledge.Essential.Intermediate.Programming.(2005).chm
Addison.Wesley.-.Exceptional.C++.Style.40.New.Engineering.Puzzles,.Programming.Problems.and.Solutions.-.Herb.Sutter.chm
Addison.Wesley,.C++.Coding.Standards.101.Rules.Guidelines.(2004).LiB.chm
Addison.Wesley.-.Imperfect.C++.Practical.Solutions.for.Real-Life.Programming.chm
- 2022-03-16 20:27:18下载
- 积分:1
-
java source code
java source code
- 2022-01-28 17:44:24下载
- 积分:1
-
vc simulation
vc模拟--烟火-vc simulation-- pyrotechnics
- 2022-03-04 22:25:15下载
- 积分:1
-
基于Gabor特征提取和神经网络的人脸检测的matlab程序
基于Gabor特征提取和神经网络的人脸检测的matlab程序,用于MATLAB的彩色图像色彩空间转换的MEX文件! 程序用于在RGB、LUV,XYZ以及LAB色彩空间之间进行转换。 将文件解压,会有六个MEX文件,将它们放在MATLAB的搜索路径之中,使用时可直接使用! 例如: Y=rgb2lab(X); 其中X为要转换的图像,其色彩空间为RGB;Y为输出图像,其色彩空间为LAB。
- 2022-01-21 19:35:38下载
- 积分:1
-
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错...
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various-*+/4 operator, also support floating-point operations, also feeling good
- 2022-02-27 02:12:52下载
- 积分:1
-
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
在 C 原始 SmartCardIO
由安德鲁 · 费尔南德斯
- 2022-05-18 14:15:29下载
- 积分:1
-
操作注册表的例子
罗的操作注册表的例子
.386
.model flat, stdcall
option casemap :none
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Include 文件定义
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
include Advapi32.inc
includelib Advapi32.lib
;>>>>>>>>>>>>>>>>>
- 2022-06-30 19:09:30下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
Enhanced Tk Console for all Tk platforms
Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms
WHERE: http://tkcon.sourceforge.net/
http://www.purl.org/net/hobbs/tcl/script/
REQUIREMENTS: Tcl/Tk 8.0+
Tested through Tcl/Tk 8.5.
tkcon is all Tcl/Tk code, no compiling required
tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix). tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available. It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
FEATURES:
Command history
Path (Unix style)/Proc/Variable name expansion
Multiple and tabbed consoles, each with its own state (via multiple
interpreters)
Captures stdout and stderr to console window (puts overridden)
Hot errors (click on error
- 2022-02-03 02:19:33下载
- 积分:1