-
MobileX 通过手机数据线连接手机,然后程序就可以控制手机短信收发和电话簿编辑,可以支持很多类型,但是要选对参数哦...
MobileX 通过手机数据线连接手机,然后程序就可以控制手机短信收发和电话簿编辑,可以支持很多类型,但是要选对参数哦-MobileX data through the phone line to phone, and then can control procedures SMS transceiver and telephone directory editor, can support many types, but the right to choose parameters oh
- 2022-03-05 20:09:29下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, s
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, say myprogram.cpp, and you want to put it on your website, you can run it through Cpphtml which will convert the code to HTML with all comments, keywords and preprocessor directives highlighted. Cpphtml will send all output to cout, so you have to redirect the output to a file if you want to create a HTML file
- 2022-12-14 19:50:03下载
- 积分:1
-
许多不是太难的C常用算法程序。初学者不妨一个个的研究下,很基础,很有必要。涵盖功能很多,不一一列举。...
许多不是太难的C常用算法程序。初学者不妨一个个的研究下,很基础,很有必要。涵盖功能很多,不一一列举。-Not too many of C procedures commonly used algorithms. Beginners may wish to study one by one, the very foundation, it is necessary. Covers many functions, not added to the list.
- 2022-02-03 04:29:10下载
- 积分:1
-
实例讲解如何进行串口通信以及相应的代码,例子
实例讲解如何进行串口通信以及相应的代码,例子-Examples to explain how to carry out serial communication and the corresponding code, for example,
- 2022-01-25 14:47:15下载
- 积分:1
-
api函数拦截。
api函数拦截。-api function interception.
- 2022-07-18 18:20:38下载
- 积分:1
-
编译原理初学者适用,DFA,有穷自动机的功能实现
编译原理初学者适用,DFA,有穷自动机的功能实现-Compile the application of the principle of beginners, DFA, DFA realize the function of
- 2022-05-31 05:44:10下载
- 积分:1
-
配合"ipb2COMx.rar"一起使用,可以打开及WriteFile
配合"ipb2COMx.rar"一起使用,可以打开及WriteFile-With " ipb2COMx.rar" used together, can open and WriteFile
- 2022-07-02 20:25:43下载
- 积分:1
-
matlab fft 加速度时程与位移的变换
matlab fft 加速度时程与位移的变换-fourier
- 2022-11-29 17:35:03下载
- 积分:1
-
DV算法使用最短路径模拟石油铺设模拟…
运用DV算法模拟石油管道铺设最短路径模拟,在MFC中实现可视化,简便易行。-DV algorithm is simulated using the shortest path to simulate the laying of oil pipelines in the MFC to achieve visualization easy.
- 2022-01-25 23:29:15下载
- 积分:1