搜索资源列表
dll.zip
- 我根据comp430s改写的DLL源码,可在多线程下使用。还带有DES加密算法函数
CChessSource
- 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
2007020516032920436
- VC++的正则DLL演示源码 演示正则DLL创建;DLL的显式调用和DLL的隐式调用-VC regular DLL demo source is the demonstration was to create DLL; Explicit DLL and call the DLL implicit call
bldc_1_sinusoidal
- 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB / Simulink environment simulation permanent magnet brushless DC motor, In the above circu
qull
- DT三角化实现,注意该工程接口在设计上期望使用者直接调用exe,而不是dll。否则需要自行修改源码-DT triangulation achieved, attention to the interface works in the design expectations of the users directly call exe, instead dll. Otherwise, the need to amend its own source
7zipDll
- 完善后的LZMA(7ZIP)压缩DLL文件,且带有示范使用源码。
MPQ
- 国内关于storm的资料很少额 Delphi的相关资料更是到处都找不到甚至Google都找不到 我就写了个分享啦 里面有很详细的注释 使用Storm.dll解压MPQ文件的演示 只是一个简单的演示 更强大的MPQ工具和其他源码请看Http://Www.WuHansen.Com/soft 虽然很简单 但是我也是研究了一定时间的 公布出来让想研究的朋友少走弯路 程序使用很简单 假设程序名MPQ.exe 有个mpq文件demo.w3m包含war3map.j要把它解压出
czip_dll_source
- czip解压缩算法源码。在VC6和VS2008下编译通过,生成目标为dll文件。
Base64demo
- Base64 Encode/Decode的dll包装,包括vc++和delphi的demo,dll的源码
zip.rar
- zip格式压缩解压缩源码及演示 先用VC编译czip_source目录内程序,之后拷贝debug目录内zipdll.dll和zipdll.lib到czip_demo目录再编译此目录内程序即可得到演示程序test_zip,zip form compression solution compression source code and the demonstration first uses VC to translate in the czip_source table of contents
RankNCG
- RankNGG 算法实现. 含有dll文件。源码为matlab-RankNgg algorithm implementation .
ZlibVBExample
- 调用zlib.dll进行文件夹压缩和解压源码例子,工程用VB编写,代码量少,通俗易懂。-Folder called zlib.dll for compression and decompression source example, works written with VB, the code less, easy to understand.
High-Precision-Library
- C++语言高精度计算库 可以直接利用dll文件 也可以利用源代码内嵌入项目 国外开放源码资源 质量很高 许多部分利用汇编语言加速,实现精巧-C++ language using high-precision computation library dll file can also be used the source code open-source embedded projects abroad, many parts of resource quality hig
20099213556721
- 这是一个仿winrar的解压缩程序的源码,使用了Unrar.dll来实现解压缩功能,目前改dll的版本是3.8,还没有实现压缩功能。使用前,请把压缩包中的unrar.dll 拷贝到系统目录(windows/system32)目录下方可使用。 这个代码下载过来有一些bug,比如解压缩的时候不能选择路径,只输入;输入了路径还是解压缩到当前目录下等等小bug,我们把上面的小bug修正过来了,重新发布。 -This is an imitation of winrar unzip program so
Bayes
- 一个matlab写的动态链接库,实现贝叶斯运算,源码里面也有,C#可以直接调用其中的DLL文件,测试有效。-Write a matlab dynamic link library that implements the Bayesian computing source inside the C# can directly call the DLL files, test Effect.
bzip2-1.0.6.tar
- bz2源码,自己建工程编译生成dll或lib-bz2 source to build their own project compiled dll or lib
UnRar
- 调用UNRAR.dll解压RAR压缩文件的源码。-The call UNRAR.dll decompression RAR to compress the source.
7zDll
- 7z解压源码,删除了一些不需要的东西。可以生成DLL.-7z decompression source, removed some unnecessary things. Can generate a DLL.
2DMaxima
- VC/C++源码,其它分类,坐标系,极大值 VC++ 二维坐标系下求极大值,对离散点求极大值,StdAfx.h,StdAfx.cpp这些文件用于生成名为 2DMaxima.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。编译运行需要msvcr100d.dll和msvcp100d.dll文件,可在DLL下载栏目下载。-VC/C++ source, other classification, coordinate systems, maxima VC++ tw
Strategy
- 人工智能导论课程大作业,四子棋策略dll文件源码。使用并实现了MCTS算法。每一步计算时间为4秒。-Assignmeng of Introduction to Artificial Intelligence, Connect4 game strategy dll sources. Use and implement MCTS algorithm. Every step of the calculation time is 4 seconds.