-
C# database program, 一本很好的C#的书.
wrox PRE
C# database program, 一本很好的C#的书.
wrox PRE-C# Database program, a very good C# Book. Wrox PRE
- 2022-04-13 11:11:45下载
- 积分:1
-
WINDOWS CE 下的RAS demo
WINDOWS CE 下的RAS demo-WINDOWS CE under RAS demo
- 2022-12-11 20:15:03下载
- 积分:1
-
坐标反算
Dim pb As Double Dim ds As Double Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x1 As Double Dim y1 As Double Dim x2 As Double Dim y2 As Double "定义起点和终点坐标为双精度浮点型 Dim s As Double "定义距离为双精度浮点型 Dim d As Integer "定义度为整形 Dim
- 2022-02-13 07:00:43下载
- 积分:1
-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
ITU标准目录,列出标准所有的目录,以备查找。
ITU标准目录,列出标准所有的目录,以备查找。-ITU standard directory, listing all the standard directory for finding.
- 2022-02-28 16:18:40下载
- 积分:1
-
GNU Privacy Guard, a tool to encrypt files (e.g. for use as email attachments) w...
GNU Privacy Guard, a tool to encrypt files (e.g. for use as email attachments) with a drag-and-drop interface. Just drop files onto this application and they will be encrypted as self-decrypting EXE files, which will regenerate the original file when executed if you can supply the encryption passphrase. The source code (for Borland C++ Builder) is included
- 2022-03-25 01:06:06下载
- 积分:1
-
演示程序的手写笔,简单的绘制边界和记录X的位置。
演示手写笔编程,简单绘制边界并记录X和O的位置。主要演示了手写笔的基本交互功能。-Demo programming stylus, simple drawing the border and record the location of X and O. The main demonstration of the stylus basic interactive features.
- 2023-08-02 09:55:02下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
MATLAB编写的GPS伪距单点定位.精度大约在10M
MATLAB编写的GPS伪距单点定位.精度大约在10M-20M之间。-MATLAB prepared by the GPS pseudo-range single-point positioning
- 2022-03-01 19:51:01下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1