搜索结果
找到约 138 项符合
true 的查询结果
按分类筛选
- 全部分类
- 其他 (14)
- Delphi控件源码 (10)
- Java编程 (8)
- Linux/Unix编程 (7)
- 书籍 (6)
- 单片机编程 (5)
- 源码 (5)
- 技术资料 (5)
- 电源技术 (3)
- 文章/文档 (3)
- 多国语言处理 (3)
- 数据结构 (3)
- 其他书籍 (3)
- 编译器/解释器 (3)
- matlab例程 (3)
- 微处理器开发 (3)
- 软件 (3)
- 模拟电子 (2)
- 数据库系统 (2)
- 书籍源码 (2)
- Delphi/CppBuilder (2)
- 汇编语言 (2)
- VC书籍 (2)
- 软件设计/软件工程 (2)
- 中间件编程 (2)
- 其他行业 (2)
- 文件格式 (2)
- 网络 (2)
- 嵌入式/单片机编程 (2)
- Jsp/Servlet (2)
- 系统设计方案 (2)
- Java书籍 (2)
- 电子书籍 (2)
- 加密解密 (2)
- VIP专区 (2)
- 磁盘编程 (1)
- 单片机开发 (1)
- 人工智能/神经网络 (1)
- CA认证 (1)
- 数学计算 (1)
- Internet/网络编程 (1)
- FlashMX/Flex源码 (1)
- 驱动编程 (1)
- BREW编程 (1)
- Windows CE (1)
- GPS编程 (1)
- 操作系统开发 (1)
- 通讯/手机编程 (1)
- Ajax (1)
- 习题答案 (1)
Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap ...
数据库系统 本程序的开发环境为VS2005
本程序的开发环境为VS2005,数据库为SQLSever2005
默认的连接字符串为:"DataSource=125.216.227.147 Initial Catalog=msdb Persist Security Info=True User ID=sa Password=111111"
管理系统为一个简单的人事管理系统,帮助初学者尽快的掌握这种语言,进而有助于系统改进,对初学者来说是很不错的选择。 ...
VC书籍 Since the field of object oriented programming is probably new to you, you will find that there is a
Since the field of object oriented programming is probably new to you, you will find that there is a significant amount of new terminology for you to grasp. This is true of any new endeavor and you should be warned not to be intimidated by all of the new concepts.
Ajax Ajax实现的WEB下载,由于OA系统是基于WEB方式的
Ajax实现的WEB下载,由于OA系统是基于WEB方式的,如果只判断用户是否点击“下载文件”,就来判断用户是否成功下载了文件。这种方式很显然行不通,怎么办呢?我想到的就是用一控件,然后用回调事件来处理数据库方面的问题(下载记录问题)
有兴趣的朋友可在 http://www.interdrp.com/ 下载分销系统 用测试帐号进系统后,点测试 ...
Delphi控件源码 TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint wind
TdcHintEx
Provides your users with a cool transparent hint. It replaces standard Delphi hint window.
Just drop a TdcHintEx in your main form. Set Enabled to True. And run your application.
Oh btw, please set ShowHint to True.. :)
Drop me a line, and tell me what you think of it.
Antony Hoon
ant ...
Jsp/Servlet asp实现限制一个ip只能访问一次的方法
asp实现限制一个ip只能访问一次的方法
<%&nbsp;
'/////////////////////////////////////////////////////&nbsp;
'// //&nbsp;
'//作用:一个IP地址只允许访问本页一次 //&nbsp;
'//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp;
'// //&nbsp;
'/////////////////////////////////////////////////////&nbsp; ...
源码 多项式计算代码
void DFS(MGraph G, int i)
{
&nbsp; &nbsp; int j;
&nbsp; &nbsp; visited[i] = TRUE;
&nbsp; &nbsp; printf("%c ", &nbsp; &nbsp;G.vexs[i]);
&nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j)
&nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j])
&nbsp; &nbsp; &nbsp; ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...