您好,欢迎光临本网站![请登录][注册会员]  

课程资源下载,C/C++下载列表 第1496页

« 1 2 ... .91 .92 .93 .94 .95 1496.97 .98 .99 .00 .01 ... 11838 »

[C/C++] 多路舵机控制

说明: 基于51单片机的多路舵机控制,
<a809586929> 上传 | 大小:2kb

[C/C++] 使用new和delete创建二维数组

说明: 使用new和delete创建二维数组,作业习题中的一道,希望能有所帮助
<qq_42248521> 上传 | 大小:491byte

[C/C++] 华南理工大学计算机全英班算法设计实验

说明: Experiment 1 The QuickSort Algorithm 1.Introduction to the quicksort algorithm In order to sort the input data sequence S, we can do like below: 1)Select one number q and then divide the sequence S into three sub-suquences: S1 in which all of elemen
<z_y_r12138> 上传 | 大小:15kb

[C/C++] 最长的一帧-学习osg必看

说明: 这是一篇有关 OpenSceneGraph 源代码的拙劣教程,没有任何能赏心悦目的小例子,也 不会贡献出什么企业级的绝密的商业代码,标题也只是个噱头(坏了,没人看了^_^)。 本文写作的目的说来很简单,无非就是想要深入地了解一下,OSG 在一帧时间,也就 是仿真循环的一个画面当中都做了什么。 对 OSG 有所了解之后,我们也许可以很快地回答这个问题,正如下面的代码所示: while (!viewer.done()) viewer.frame();
<mingguang7213> 上传 | 大小:797kb

[C/C++] 用分支限界法解决一个TSP问题实例,该实例可从平面上随机产生n个点,权值就是两之间的笛卡尔距离

说明: 该代码会产生一个TSP问题的实例,并且运用分支界限法解决
<weixin_38045555> 上传 | 大小:1kb

[C/C++] 黑白棋mfc简单版

说明: #include "stdafx.h" #include "Draw.h" #include #include #include "DrawDoc.h" #include "DrawView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //zhan// ///////////////////////////////////////////
<qq_35335624> 上传 | 大小:4mb

[C/C++] c++控制台下的黑白棋

说明: 实现了正常的游戏以及保存和读取功能 /* 黑白棋 */ #include #include int opponet(int player) { if(player==1) { return 2; } else { return 1; } } void main() { int i,j,x,y,k,l; int board[8][8]={0}; int player=1; printf(" 0 1 2 3 4 5 6 7"); printf("\n"); for(i=0;i<8;i++
<qq_35335624> 上传 | 大小:253kb

[C/C++] vc电子时钟 圆盘状

说明: 自己vc初学开发的电子时钟欢迎大家指正 #include "stdafx.h" #include "clock.h" #include "math.h" #include #include #include "clockDoc.h" #include "clockView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////
<qq_35335624> 上传 | 大小:2mb

[C/C++] Qt5实现可配置截图及基于百度OCR自动识别标题

说明: 基于场景截图,配置截图区域,快捷键快速截图。基于百度OCR技术实现指定区域为文件自动命名。参见文章 https://blog.csdn.net/u010383605/article/details/80379114
<u010383605> 上传 | 大小:975kb

[C/C++] GLSTUDO 调用IDLL

说明: 利用GLSTUDIO调用DLL, 一个简单的小程序,主要适用于初学者
<weixin_42246286> 上传 | 大小:2mb

[C/C++] c++编写五子棋的程序

说明: 使用MFC编写五子棋的一个cpp文件。用C++编写的。。。。。
<zlj_lovecijiajia> 上传 | 大小:4kb

[C/C++] 遗传算法(GA)求解TSP问题C++程序

说明: 使用遗传算法求解TSP问题; 使用C++实现; 通用性好,只需要修改城市坐标和城市个数就可以求解任意个城市规模的TSP问题
<searchtoknowledge> 上传 | 大小:3mb
« 1 2 ... .91 .92 .93 .94 .95 1496.97 .98 .99 .00 .01 ... 11838 »