资源列表
[C#编程] sharpgl-master
说明:C#版本的OpenGL文件,最新版本sharpgl-master2.4-C# version of the OpenGL file, latest version sharpgl- master2.4<胡修祥> 在 2025-06-13 上传 | 大小:4.77mb | 下载:0
[C#编程] eight-queens
说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is backtracking algorithms typical case. The problem is that international che<ANDY> 在 2025-06-13 上传 | 大小:3kb | 下载:0
[C#编程] searching-file
说明:这是我大二时上c语言课程的课程设计。程序基本功能: 1 添加文件 2 删除文件 3 全部文件列表 4 修改文件摘要 5 按关键词查找文件 程序注释完全,可以按照步骤提示一步一步运行。当然由于水平有限程序有不少bug,不过基本功能实现了。希望能帮到需要的童鞋。 两外程序可以直接运行的。如果赋值程序到VC++6.0环境下,中文及注释变成了问号。可以发消息联系我,发给亲们源文件。 -This is on my sophomore c language curriculu<ANDY> 在 2025-06-13 上传 | 大小:19kb | 下载:0
[C#编程] Arduino_control
说明:控制Arduino,工作环境C#。Arduino非常易于上手,其稳定通用的硬件模块、简洁实用的IDE(集成开发环境)、通俗易懂的程序代码、免费开源的网络素材......都成为吸引广大电子爱好者的亮点。 -Control Arduino, working environment C#. Arduino is very easy to use, its stable common hardware modules, simple and practical IDE (Integrated Devel<王燕> 在 2025-06-13 上传 | 大小:42kb | 下载:0
[C#编程] doudizhuqipai
说明:斗地主的C#源码,棋牌游戏源码,一个不错的局域网通信和棋牌算法的学习代码-Landlords of C# source code, chess game source code, a good LAN communication and learning chess algorithm codes<yuqiang> 在 2025-06-13 上传 | 大小:251kb | 下载:0
[C#编程] OpenGL-simplist-code-for-sphere
说明:用最简单方式创建的opengl动态球体,是初学者的好帮手-very simple opengl sphere c++ code<剡朋> 在 2025-06-13 上传 | 大小:2.27mb | 下载:0
[C#编程] CryptLearn
说明:Educational tool. Shows schemes of simple crypto protocols.<Vlad> 在 2025-06-13 上传 | 大小:10.06mb | 下载:0
[C#编程] hash-table
说明:散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash ta<ANDY> 在 2025-06-13 上传 | 大小:469kb | 下载:0
[C#编程] Geodetic-coordinate-transformation
说明:将大地坐标转换到大地空间直角坐标,即将大地纬度,大地经度,大地高转换到X,Y,Z,采用的是克拉索夫斯基椭球-Will the earth coordinate transformation to the space rectangular coordinate, the earth is the latitude and longitude of the earth, the earth high transition to the X, Y, Z, USES a carat SuoFuSi e<陈雷雷> 在 2025-06-13 上传 | 大小:115kb | 下载:0