-
对java代码第二十八所,很经典的哟,包括所有方面…
28日学会Java的代码,内容很经典的哟,包括Java的方方面面,-Institute on the 28th of Java code, as is the classic yo, including all aspects of Java.
- 2022-03-01 03:02:09下载
- 积分:1
-
这个是我开始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自...
这个是我开始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自己当初的设计与大家分享,二来是有鉴于网上对ADO控件的使用这方面的介绍不是很多,自己算是抛砖引玉吧。-this my first contacts with the idea of programming, database only want to do so to achieve a sock simple LAN in the chat room, I think a lot of people have ideas too. This procedure itself no value, but one to their original design to share with you, to the Internet is given the right to use ADO this presentation is not very large, is to initiate it themselves.
- 2022-01-25 14:51:39下载
- 积分:1
-
批量智能打印codesoft标签模板文件
概述:运用labview开发的自动、批量、智能打印codesoft模板标签文件。
用处:codesoft定制化、批量打印复杂标签,打印的数据源从第三方软件导入或手动创建。
特点:自动、智能、批量打印,支持模板文件多、标签变量多、定制化、个性化定义打印任务。智能校验重复打印、漏打印的常见错误发生。
- 2022-03-20 21:09:15下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。...
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
- 2022-01-28 09:52:54下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1
-
升压
boost-log,一个牛人为boost库写的C++的日志库。boost作为一个庞大的C++基础库,一直缺少日志模块,改代码填补了这个空白,目前还在审核阶段-boost-log, a cow artificially boost library of C++ Writing the log database. a huge boost as the C++ foundation libraries, has been the lack of log module, change the code to fill the gaps in the current audit period is also
- 2022-03-18 04:27:59下载
- 积分:1
-
该软件是典型的将 HTML 页面文件(包括媒体文件)捆绑成 EXE 电子文档的制作软件。软件支持大多数基于 Web 的技术,集成了目前所有同类软件的优点于一身,...
该软件是典型的将 HTML 页面文件(包括媒体文件)捆绑成 EXE 电子文档的制作软件。软件支持大多数基于 Web 的技术,集成了目前所有同类软件的优点于一身,是 EXE 电子图书制作软件中最豪华、最完善的一款-The software is a typical HTML pages of documents (including the media) bundled into the EXE electronic document production software. Software support for the majority of Web-based technology that integrates all existing software similar to the one the merits of electronic books EXE software produced the most luxurious, the perfect one
- 2022-03-20 07:00:09下载
- 积分:1
-
可以用devcpp编译,可以测试文件,字符的md5值
可以用devcpp编译,可以测试文件,字符的md5值-Can be devcpp compile, you can test the file, the character of the md5 value
- 2022-12-25 22:35:03下载
- 积分:1
-
At Ocaml
Define a function fibseq that takes an natural number n and return a F...
At Ocaml
Define a function fibseq that takes an natural number n and return a Fibonacci sequence as a list of n elements.
- 2022-02-12 15:54:38下载
- 积分:1