-
定时关机啦反改革 改革 广告规格高规格更高古古怪怪广告广告规格高规格更高...
定时关机啦反改革 改革 广告规格高规格更高古古怪怪广告广告规格高规格更高-垃圾网站大幅广告广告规格高规格更高
- 2022-01-30 14:57:53下载
- 积分:1
-
遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程...
遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of cross-
- 2022-03-18 23:38:02下载
- 积分:1
-
Under the windows mobile messaging inbox to read and write all the c++ code, whi...
windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call
- 2022-09-14 03:00:03下载
- 积分:1
-
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件...
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件
-How to use system () function call with its own file is not in the same directory. Exe files
- 2022-12-04 00:10:03下载
- 积分:1
-
道路曲线测设
该代码用于任意桩距的道路曲线测设元素的计算 可以输出TXT EXCEL文件 ,涵盖平曲线 竖曲线 的计算 ,结果可以用于全站仪测设道路曲线
- 2023-02-03 01:20:04下载
- 积分:1
-
字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。...
字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
- 2022-07-10 21:51:08下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
三星arm平台cpu检查小程序,操作系统wince,evc编译。仅供参考。...
三星arm平台cpu检查小程序,操作系统wince,evc编译。仅供参考。-Samsung arm platform cpu inspection of small procedures, operating system, wince, evc compiler. Is for reference only.
- 2023-05-28 01:25:03下载
- 积分:1
-
An example of using URBI via LibURBI in C
An example of using URBI via LibURBI in C-An example of using URBI via LibURBI in C++
- 2022-02-15 01:49:10下载
- 积分:1
-
WCE蓝牙打印
非常好用,值得推荐的WEC蓝牙打印管理源码
- 2022-03-24 05:40:30下载
- 积分:1