-
光立方源程序
光立方的源程序,有教程,有代码,下载进单片机就能使用,非常好的一个代码。
- 2022-06-12 02:56:27下载
- 积分:1
-
采集软件源码
采集软件源码
- 2013-12-08下载
- 积分:1
-
本书从数据库的列表
此代码会给简要思路形成图书列表中数据库以及如何实现在 c# 中,使它更容易选择器来选择最佳选项从列表中选择一本书。
- 2023-04-22 23:45:03下载
- 积分:1
-
qqWPF
说明: 一款应用微软WPF技术编写的仿qq软件源代码。软件界面美观,功能齐全。(An application written in Microsoft' s WPF technology imitating qq software source code. Software interface is beautiful, fully functional.)
- 2010-04-29 17:01:33下载
- 积分:1
-
C语言LL语法分析器
编译原理作业,含分析文档和测试用例,不含词法分析,软件工程专业大三文件:《grammarForC》(含义:grammer代指”语法分析“。文件名表示”为C语言写的语法分析器“)IDE:VS2013识别思路:见文档《思路.txt》可以识别的内容:C语言的一个子集,包括变量声明(含指针和数组)、函数调用、if分支、for循环不能识别bool表达式具体产生式见文档《C语言LL1语法.xlsx》(该文档还说明了各个非终结符的意义)不包含词法分析。直接输入记号流而不是字符流。输入的记号都是终结符。各个记号的含义见文档《终结符表.xlsx》
- 2022-01-26 01:18:58下载
- 积分:1
-
Kmeans算法
这是关于机器学习与深度学习里的比较基础的算法,就是Kmeans算法,其中的代码是基于CUDA的并行计算的代码。
- 2022-09-26 14:40:03下载
- 积分:1
-
我用C#语言写的一个对COM端口读写的示例程序!希望对想从事串口编程的朋友,有所帮助。...
我用C#语言写的一个对COM端口读写的示例程序!希望对想从事串口编程的朋友,有所帮助。-c# program for COM-port
- 2022-01-30 23:57:43下载
- 积分:1
-
【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数...
【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。 这是一个使用循环链表的经典问题。因为要不断地出列,采用链表的存储形式能更好地模拟出列的情况。-[n-- with the individuals sitting around the round table is from a certain location m (1 m n) of people reported the number of reported number of people who have come out. Next individuals, that the original clause k a position who reportedly started from a few, and reported that the number of people who come forward. Accordingly continue to repeat until all of the people come out so far. Test procedures designed sought out a sequence out. This is a use of recycled Chain classic problem. Due to the constant up and be using the storage form of Chain better simulate down.
- 2022-07-01 15:37:34下载
- 积分:1
-
c
说明: 用C语言编写的一些小例程,在cvi上进行开发,希望对你有所帮助。(Cvi on some small routines written in C language development, I hope for your help.)
- 2012-05-17 16:43:01下载
- 积分:1
-
LINQ 实战开发
LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. "LINQ in Action" is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You"ll then learn to query unstructured data using LINQ to XML and rel
- 2022-08-15 21:28:26下载
- 积分:1