-
This paper describes the use of Java to call SQL Server stored procedure
本文详细介绍了用Java调用SQL Server的存储过程-This paper describes the use of Java to call SQL Server stored procedure
- 2022-08-09 21:47:10下载
- 积分:1
-
From regular expressions to DFA thorough study of examples like regular expressi...
从正则表达式到有穷自动机实例
想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。
-From regular expressions to DFA thorough study of examples like regular expressions, we must know the principles of DFA, this source can give you a good reference sample. Compiled program generates an executable file, run this file from a DOS window, then prompted to enter a regular expression.
- 2022-01-26 01:32:36下载
- 积分:1
-
主机用串口,从机用普通的I/O口进行相互的通信
主机用串口,从机用普通的I/O口进行相互的通信-Host using the serial from the machine put it in general I/O port for communication with each other
- 2023-09-07 09:10:02下载
- 积分:1
-
HFSS仿真的helix结构,以及结果照片
HFSS仿真的helix结构,以及结果照片-HFSS simulation of the helix structure
- 2022-06-02 09:21:20下载
- 积分:1
-
Floyd classic algorithm used to calculate the location of personnel between the...
采用经典的Floyd算法,计算出人员两地点间的最短路径,方便订票,很实用。且结合了MFC,界面更直观。-Floyd classic algorithm used to calculate the location of personnel between the two shortest path to facilitate the booking, it is practical. And a combination of MFC, more intuitive interface.
- 2022-04-28 05:56:10下载
- 积分:1
-
vc control, can display multi
vc控件、可以显示多排标签页片的标签控件。-vc control, can display multi-row tab control tablets tag.
- 2023-07-29 03:40:03下载
- 积分:1
-
usb hid读写程序
Visual C++ 现在支持 C 运行时库的安全版本。默认情况下允许使用此库。当生成项目时,可能会显示一些有关否决的函数的警告。建议您针对这些警告进行更正,以使代码更加安全。">
已对 C/C++ 编译器的默认设置进行了修改,以使其更加符合 ISO 标准 C++。这些更改包括: 对于循环范围强制使用标准 C++,支持 wchar_t 作为本机类型。如果不更改现有代码或用于生成现有代码的编译器选项,则这些更改可能导致现有代码无法编译。">
由于 Visual C++ 项目需要生成嵌入式(默认) Windows SxS 清单,因此在使用清单工具生成时会自动将项目中的清单文件排除。建议将任何清单文件中包含的依赖项信息都转换为源代码包括的头文件中的“#pragma comment(linker,"<在此处插入依赖项>")”。如果项目已经通过资源(.rc)文件在 RT_MANIFEST 资源节中嵌入清单,则需要先将该行注释掉,然后才能正确生成项目。">
由于 C++ 编译器中的一致性更改,可能需要更改代码才能使项目在生成时不出错。C++ 编译器的早期版本允许按成员函数名称(如 MemberFunctionName)指定成员函数指针。C++ 标准则要求使用 address-of 运算符指定完全限定名(如 &ClassName::MemberFunctionName)。如果您的项目包含在 Windows 窗体设计器中使用的窗体或控件,则可能必须更改 InitializeComponent 中的代码,这是因为设计器生成的代码使用的是委托构造中的不一致的语法(在事件处理程序中使用)。">
- 2022-12-26 15:50:08下载
- 积分:1
-
这是有关VC++的一个应用程序,主要实现对话框编辑的应用。
这是有关VC++的一个应用程序,主要实现对话框编辑的应用。-It is about a VC++ application, the main achievement dialog editor application.
- 2022-07-18 09:05:29下载
- 积分:1
-
读取目录下的所有txt文本文件
资源描述读取指定目录下的所有文本文件,指定目录是m_strSDFile,这个变量可以按需要改变,可以打开一个目录让用户选择。读取的方法采用递归调用,如果txt文件比较多,对于内存占用会比较多。文本文件的大小没有限制。文本文件找到后,存储在m_TxtFileArry中。
- 2022-09-20 19:15:03下载
- 积分:1
-
do with Delphi database applications as simple Although there is no complete sof...
用Delphi做数据库应用就这么简单 虽然是个没有全部完成的软件,但数据库的插入、查找、更新等等有了,初学者可以看看,呵! 源代码中的打印及查询部分只是包括一些测试时使用的代码,我在了解如何实现打印及查询后就没有继续做下去。这两个部分可以根据不同的需求修改。-do with Delphi database applications as simple Although there is no complete software, but database insert, retrieve, update, etc. With that beginners can see, uh! The source code for the print and inquiries, including some part is the use of the test code, I understand how to achieve Print and inquiries had not continue to do so. These two parts can be based on different needs revision.
- 2022-09-02 19:10:03下载
- 积分:1