搜索资源列表
brew window manager
- Objective This topic describes how to create a windowed application that will share the display with other applications. Requirements Brew® MP windowed applications need to be written differently than traditional Brew MP applications.
codetransform
- windows下实现编码转换的类 每个函数的输入的第一个参数是目的字符串指针的引用, 第二个参数是源字符串(要转换字符串)指针的引用. 要求目的字符串指针指向NULL,在转换函数中根据 源字符串长度分配地址空间给目的字符串。 在目的字符串生存周期结束后,调用者必须自行释放地址空间, 否则会出现内存泄漏。-windows under the category of data conversion functions for each input parameter is t
os1
- os的基本操作:完成,若有不小于n的空闲块,则分配相应的存储块 否则显示NULL。 若分配后可利用空间表不空,则pav指向表中刚分配过的结点的后继结点-os basic operations: complete, if not less than n of the free block, then the distribution of the corresponding storage block or show NULL. If the distribution of the use of
NullSpaceApp
- Null Space Approach Null Space Approach Null Space Approach Null Space Approach-Null Space Approach Null Space Approach Null Space Approach Null Space Approach Null Space Approach
softhy130I
- J001_0.0.2 ------------------------------------------------ 主要更新:conn.php文件。 1.修改了数据库2个表的数据类型。 2.增加了表单判断,防止NULL提交。 3.增加了HTML过滤,防止恶意提交。 4.增加空格和回车显示功能。 5.修改提交跳转防止刷新重复提交。 6.增加表情功能。 7.增加UBB代码,插入图片(系统固定变形200*200) / 红色加粗字体。 8.增加表单字数限制功能。-J001_0.0.2--------
NonRect
- VC++非矩形窗体(四角为弧形)的代码实例,像一些音乐播放器的窗体、一些游戏的窗体等,除了把角变为弧形外,还有圆角、椭圆窗体和不规则窗体,我的实现过程是设置对话框的背景为 “TRANSPARENT”(透明),并在WM_CTLCOLORDLG消息处理器中创建一支“空笔”(NULL)来绘制对话框背景,然后用TransparenBlt将自己的位图放到对话框上。 -VC++ non-rectangular form (four corners of the arc) of the code exa
Hash-table-
- ** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in fr
space
- C#结合数据库查询空数据(NULL)查询,是一个基础的数据库查询小技巧源码-C# query data combined with database queries empty (NULL), a basic database query tips source
OpeADO
- 对于一个不是记录 Null Shape 类型的 Shapefile 文件,它所记录的空间目标的几何类型必须一致,不能在一个 Shapefile 文件中同时记录两种不同类型的几何目标。-For a record is not Null Shape types of Shapefile files, it recorded the geometry of space target type must agree, cannot at the same time in a Shapefile file
InnerHook
- MFC 钩子截获鼠标和键盘(空格,回车)响应 g_hMouse = SetWindowsHookEx(WH_MOUSE,MouseProc,NULL,GetCurrentThreadId()) -MFC hook intercepting mouse and keyboard (space, Enter) response
1111
- 二哥学了二叉树的顺序存储后,被下面一个问题难住了,于是他请你帮他解决。给你一个前序遍历和中序遍历,问顺序存储的数组是什么样子的。 Example Input Format 第一行为前序遍历,第二行为中序遍历,节点个数不超过26. Output Format 输出一行,表示顺序存储的数组,以空格隔开,NULL表示空节点,数组空间不超过1000个节点(The second order storage learned two tree, asked the next questi
sLinkList
- 项目任务 在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。 输入描述 第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型; 第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。 输出描述 第一行输出删除相应结点后链表的长度; 第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project task