-
在SQL archivosdedatos
----crear archivos.mdf.ldf和ndf
- 2022-03-15 23:02:20下载
- 积分:1
-
VC++语言实现与数据库的连接,效果不错的
VC++语言实现与数据库的连接,效果不错的-VC++ Language with database connectivity, the effect of good
- 2022-08-03 19:08:44下载
- 积分:1
-
Source code, is a java implementation to compare with the clarity and the first...
源代码,是java实现的,比较清晰和第一部分一起的-Source code, is a java implementation to compare with the clarity and the first part of the
- 2022-04-30 03:43:20下载
- 积分:1
-
源代码,是java实现的,比较清晰,具体自己看
源代码,是java实现的,比较清晰,具体自己看-Source code, is a java implementation, a more explicit and specific look at their own
- 2022-03-05 19:29:48下载
- 积分:1
-
An implementation tool for SYBASE SQL language sample source code features a syn...
一个执行SYBASE SQL语言的工具示例源代码
功能特色
1 语法颜色显示
2 执行DDL语句
3 在执行SQL Select 语句时使用异步多线程处理方式,这样在检索返回大量
数据Select语句时,不会使占用过多的CPU时间。
-An implementation tool for SYBASE SQL language sample source code features a syntax color display 2 implementation DDL statement 3 in the implementation of SQL Select statement using asynchronous multi-threaded approach, so the return of large amounts of data retrieval when the Select statement, not occupied too much CPU time.
- 2022-05-06 20:25:22下载
- 积分:1
-
数据库通用适配器:实现行粒度的数据库的转换
数据库通用适配器:实现行粒度的数据库的转换-DataBased adaptor
- 2022-01-26 06:29:39下载
- 积分:1
-
这是数据结构中约瑟夫环问题!
这是数据结构中约瑟夫环问题!-This is the data structure Josephus problem!
- 2022-06-29 07:43:41下载
- 积分:1
-
VC++ 中使用 DB
VC++ 中使用 DB-Libray 编程(SQL Server) -use DB-Libray programming (SQL Server)
- 2023-07-10 07:10:03下载
- 积分:1
-
发送TEXT短信模块
发送短信模块源代码!PCON &= 0x7F; //波特率不倍速
SCON = 0x50; //8位数据,可变波特率
AUXR &= 0xBF; //定时器1时钟为Fosc/12,即12T
AUXR &= 0xFE; //串口1选择定时器1为波特率发生器
TMOD &= 0x0F; //清除定时器1模式位
TMOD |= 0x20; //设定定时器1为8位自动重装方式
TL1 = 0xFD; //设定定时初值
TH1 = 0xFD; //设定定时器重装值
ET1 = 0; //禁止定时器1中断
TR1 = 1; //启动定时器1
ES=1; //开串口中断
- 2023-06-13 13:05:04下载
- 积分:1
-
Combine two polynomials using linked list, then format printing
利用链表解决合并两个多项式的问题,最后按格式输出多项式-Combine two polynomials using linked list, then format printing
- 2022-02-06 04:34:01下载
- 积分:1