-
一个仓库管理系统...大家可以研究下
一个仓库管理系统...大家可以研究下-A warehouse management system can be studied under the U.S. ...
- 2022-03-18 00:19:07下载
- 积分:1
-
A simple example source pendants, pendants can be uploaded to the server (http:/...
一个简单的挂件实例源码,可以上传到挂件服务器(http://www.xiaobeiker.com)并发布。-A simple example source pendants, pendants can be uploaded to the server (http://www.xiaobeiker.com) and publish.
- 2023-02-25 16:30:04下载
- 积分:1
-
matlab写的遗传算法
生物遗传学的一个基本元素是染色体。染色体彼此相交。变异本身和新设置的染色体生成的。基于需求的一些染色体存活。这是一代一代在生物组织中的周期遗传学。许多代重复上述过程,最后最好的一套染色体根据要求将可用。这是生物遗传学的自然过程。数学算法相当于上述的行为智商的优化技术被称为作为人工遗传算法
- 2022-08-13 01:56:51下载
- 积分:1
-
debug strings a function of results as ultraedit View binary files g
调试字符串内容的函数,效果如同ultraedit查看二进制文件 g++ -o a decode.cpp vc直接编译,可能要稍作修改-debug strings a function of results as ultraedit View binary files g-o decode.cpp vc a direct compiler, may have to make some modifications
- 2023-07-03 08:10:03下载
- 积分:1
-
QT5 简单的快读软件
qt5学习中。很简单的快读小工具。把要读的文字复制到右边文本框里,左边可以调整速度,点击开始文字就能在界面上快速滚动。
- 2022-02-04 22:48:06下载
- 积分:1
-
计算公式已经实现了很多,但对中国的支持。
计算表达式的实现已经有很多了,但是支持含有中文变量名的表达式计算的功能代码我没有找到,因此我抽取一个计算器程序计算表达式的源码,作了一些修改,使之支持含有中文变量名的表达式。-calculation formula has been the realization of a lot, But Chinese support for the variable name contains the expression of functional calculation code, I did not find, So I take a calculated expression calculator source code, made some changes, so that it supports variable names containing the Chinese expression.
- 2022-02-28 17:46:06下载
- 积分:1
-
Siemens company sle4442 encryption id cards reading, writing and checking the so...
西门子公司的sle4442加密ic卡的读、写、密码校验源程序。-Siemens company sle4442 encryption id cards reading, writing and checking the source code.
- 2022-02-02 04:47:19下载
- 积分:1
-
DirectX游戏项目
DirectX Project Game
- 2022-06-28 15:56:28下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
浮子静平衡测量仪控制系统原代码,通过串口控制平衡仪器
浮子静平衡测量仪控制系统原代码,通过串口控制平衡仪器-Resouce code of floater still ballance measurement intrument control system, use serial port to control ballance equipment.
- 2022-08-25 14:27:15下载
- 积分:1