-
360UIAndThunderUI
C#仿造迅雷和360的界面
用的是WPF(C# imitation Xunlei and 360 interface
Using WPF)
- 2013-09-18 15:27:56下载
- 积分:1
-
library.system
利用vc里面的MFC开发设计的一个图书馆管理系统,节省图书查阅时间,有利提高图书馆的效率。(Vc inside use MFC to develop the design of a library management system, access to time-saving book, and therefore enhance the efficiency of the library.)
- 2007-11-30 23:02:44下载
- 积分:1
-
VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接...
VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接-VB TCP chatting tool services and client-prepared separately, the use of machines need to open the server, then the remote machine using the client
- 2023-04-28 15:00:03下载
- 积分:1
-
FileSafe
基于PKI体系的 CrytoAPI开发 文件保险箱 (PKI CrytoApi )
- 2016-11-14 13:32:53下载
- 积分:1
-
ARM-Linux开发详解
说明: 嵌入式LINUX开发详解,指令嵌入式linux开发很好的书籍。(embeded linux develop good book,)
- 2019-03-06 19:34:27下载
- 积分:1
-
webbrowser
C# WebBrowser Application
- 2009-05-02 00:49:05下载
- 积分:1
-
多线程程序 非常有用的程序 可以通过这个程序,了解多线程编程...
多线程程序 非常有用的程序 可以通过这个程序,了解多线程编程-Multi-threaded program very useful program can through this process, to understand multi-threaded programming
- 2022-03-19 10:50:46下载
- 积分:1
-
NoDeleteDelay
I ve noticed for a while that on Windows XP, when you use Explorer to delete a file or directory that is in use by another process, it takes what seems like an eternity before an error message appears telling you the file can t be deleted. During this time, there is no indication that Explorer even noticed the delete command. No hourglass, no nothing. By the time the message box appears, I ve already hit the delete key a few more times in a futile attempt to get Explorer to just do something, already. Either delete the file or tell me you can t...throw me a bone here.
- 2009-12-12 20:40:55下载
- 积分:1
-
image SYORI
这是一个关于图象处理的软件. 文字识别,付立业变换等,VC++.NET版(on image processing software. Character Recognition, Fourier transform industry, VC.NET Edition)
- 2005-06-02 10:35:26下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1