-
筛库
SET TALK OFF
SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库...
筛库
SET TALK OFF
SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库
FOR i=1 TO _TALLY
SELECT * FROM aaa WHERE aaa.街乡码 = 街乡码库[i,1] INTO TABLE ( 街乡 +街乡码库[i,1])
ENDFOR
CLOSE DATABASES-Sieve library SET TALK OFF SELECT街乡code, count (*) FROM aaa GROUP BY街乡code INTO ARRAY街乡Code Library FOR i = 1 TO _TALLY SELECT* FROM aaa WHERE aaa.街乡Code =街乡code library [i , 1] INTO TABLE (街乡+街乡code libraries [i, 1]) ENDFOR CLOSE DATABASES
- 2022-01-31 00:38:58下载
- 积分:1
-
这是一个简单的算法,用循环链表实现了猴子选王。用C语言描述...
这是一个简单的算法,用循环链表实现了猴子选王。用C语言描述-This is a simple algorithm, using the cycle to achieve the monkeys selected list king. Described using C language
- 2022-02-26 04:54:37下载
- 积分:1
-
驾校考场管理系统
本系统基于现成gps接口及原生php,实现了对考场车辆的智能启停,会员充值收费,会员管理等基本功能模块,重点是实现了预约上车服务流程自动化管理,简单流程为:用户预约车辆,时间进入预约时间窗口,用户扫码上车,系统自动计时同时车辆自动开启,时间到车辆自动熄火用户下车,系统自动扣费完结。
- 2022-07-07 02:30:08下载
- 积分:1
-
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。...
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。-The WINCE platform inside the serial read and write great software that supports asynchronous read, in line with Microsoft" s standards for writing. In particular, advanced users.
- 2023-01-19 08:25:04下载
- 积分:1
-
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常...
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常广泛的计算机编程语言。-The word C++ programmers in China in the circle of time is usually done " C Gaga" and the West do programmers usually read " C plus plus" , " CPP" or " dev.cpp" . It is a very extensive use of computer programming languages.
- 2023-07-27 05:35:03下载
- 积分:1
-
飞鸽传输Linux最新版,适合研究用!
包含详细源代码
飞鸽传输Linux最新版,适合研究用!
包含详细源代码-Feige transfer the latest version of Linux suitable for research! Contains a detailed source code
- 2022-09-26 22:40:03下载
- 积分:1
-
VB的好用的日历例子
VB的好用的日历例子-VB example of the useful calendar
- 2022-03-06 07:20:30下载
- 积分:1
-
用C语言写的简单程序。屏幕会出现有趣的现象,还有动人的音乐,不错哟!...
用C语言写的简单程序。屏幕会出现有趣的现象,还有动人的音乐,不错哟!-C language to write a simple procedure. Screen be interesting phenomenon, touching music, good yo!
- 2022-12-10 10:15:03下载
- 积分:1
-
重复文件查找算法usind标准模板库的C
Duplicated file finder algorithm usind standard template library of c-Duplicated file finder algorithm usind standard template library of c++
- 2022-05-21 20:12:29下载
- 积分:1
-
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。书是从事Windows应用程序开发的软件工程师...
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。书是从事Windows应用程序开发的软件工程师的必备参考手册-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. Book is engaged in the development of Windows applications, a software engineer of the requisite reference manual
- 2022-02-02 09:04:12下载
- 积分:1