搜索资源列表
24points
- Windows mobile 6 下用BASIC4PPC编写的24点速算自动出题程序,秒表限时结束后自动给出一个解决方案,自动给出的所有题目都有解-This program is 24 points game that coding with BASIC4PCC running on Windows Mobile 6. At then end of countdown it will automatically provide the solution. Every the subjec
SmartDeviceProject7
- 手机socket通讯: 发送端部署在windows moble6.5模拟器上,接受端在电脑并能传输文件,实验成功,-Phone socket communication: transmitter deployed on windows moble6.5 simulator, the receiving end in the computer and can transfer files, experiment is successful,
Mobile
- Mobile_Broadband_Evolution_–_LTE_and_EPC-Long Term Evolution (LTE) 3GPP (Third Generation Partnership Project) work item known as LTE • Evolution of GSM/GPRS, WCDMA/HSPA radio networks LTE strictly refers to air interfa
17
- DataSet :ADO DataSet数据设定的范例源代码 ReadWriteXML :XML读写的范例源代码 CreateDatabase: ADO创建数据库的范例源代码 DataReader: 使用ADO DataReader读取数据的范例源代码 DataReader_SQLServer :使用ADO DataReader:读取SQLServer数据的范例源代码 SQLCode :SQL Server数据库脚本源代码 DataSet_SQLServer :设定S
circle.m
- function circle(cx, cy, r, linetype) N = 150 x = zeros(1,N+1) y = zeros(1,N+1) for n=1:N+1 x(n) = cx + r*cos(2*pi*n/N) y(n) = cy + r*sin(2*pi*n/N) end hold on plot(x, y, linetype) hold off -function circle(cx, cy, r, lin
QQ
- 很好的东西 基于winsock下 S端:注册Sever+通信Sever C端:采用多线程收发 很好的避免了界面阻塞 使数据处理和界面完全分离 平台:vc6.0 XP下编译通过 运行方法 :1.运行YtQQSever 2.运行YtQQ 注意:不需要运行YtMsgSever 运行前请添加数据源 名字为YtQQuser-Good things Based on the winsock under S end: registered S